Cosmos/Demos/ZMachine/ZTestConsoleApp/ZTestConsoleApp.csproj
2018-10-07 14:53:51 -05:00

21 lines
564 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZLibrary\ZLibrary.csproj" />
</ItemGroup>
</Project>