mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-02-08 16:55:17 +01:00
16 lines
729 B
XML
16 lines
729 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
<HasSharedItems>true</HasSharedItems>
|
|
<SharedGUID>979ae182-eb59-4181-9d45-3fd6e4817f11</SharedGUID>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<Import_RootNamespace>NmeaParser.Tests</Import_RootNamespace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="$(MSBuildThisFileDirectory)BufferedStringDevice.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)DeviceTests.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)NmeaMessages.cs" />
|
|
</ItemGroup>
|
|
</Project> |