2018-06-21 23:03:58 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-06-21 16:25:20 +02:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-08-25 18:38:43 +02:00
|
|
|
|
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
|
2018-06-21 23:03:58 +02:00
|
|
|
|
<LangVersion>7.3</LangVersion>
|
2018-06-21 16:25:20 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-08-03 05:14:58 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="CA00000003_XS00000020" />
|
|
|
|
|
<EmbeddedResource Include="CA00000003_XS00000020" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-06-21 16:25:20 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\libhac\libhac.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|