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>
|
2020-02-22 21:31:59 +01:00
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2020-04-21 21:02:12 +02:00
|
|
|
<DefineConstants></DefineConstants>
|
2020-02-22 16:01:04 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-02-09 13:49:21 +01:00
|
|
|
<ItemGroup>
|
2020-04-21 21:02:12 +02:00
|
|
|
<PackageReference Include="Capnp.Net.Runtime" Version="1.3.90-g65e87e5aa9" />
|
2020-04-21 19:02:18 +02:00
|
|
|
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.90-g65e87e5aa9" />
|
2020-02-09 13:49:21 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|