mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-24 01:20:42 +01:00
30 lines
990 B
XML
30 lines
990 B
XML
|
|
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFrameworks>net451;netcoreapp3.1</TargetFrameworks>
|
||
|
|
<IsPackable>false</IsPackable>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
||
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
|
||
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\NmeaParser\NmeaParser.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Include="..\..\NmeaSampleData.txt">
|
||
|
|
<Link>NmeaSampleData.txt</Link>
|
||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||
|
|
</None>
|
||
|
|
<None Include="..\..\TrimbleR2SampleData.txt">
|
||
|
|
<Link>TrimbleR2SampleData.txt</Link>
|
||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||
|
|
</None>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<Import Project="..\NmeaParser.Tests\NmeaParser.Tests.projitems" Label="Shared" />
|
||
|
|
|
||
|
|
</Project>
|