2020-02-09 13:49:21 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-02-22 16:01:04 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-02-09 13:49:21 +01:00
|
|
|
<ItemGroup>
|
2020-02-22 16:01:04 +01:00
|
|
|
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.29-g6d711b8579" />
|
|
|
|
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.29-g6d711b8579" />
|
2020-02-09 13:49:21 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|