2019-09-10 22:48:25 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-01-30 21:53:08 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
2019-09-10 22:48:25 +02:00
|
|
|
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2019-09-15 19:09:43 +02:00
|
|
|
|
|
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
2019-09-10 22:48:25 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.8.166" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\CapnpC.CSharp.Generator.Tests\CapnpC.CSharp.Generator.Tests.csproj" />
|
|
|
|
|
<ProjectReference Include="..\CapnpC.CSharp.MsBuild.Generation\CapnpC.CSharp.MsBuild.Generation.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|