Cosmos/source/IL2CPU/IL2CPU.csproj
2017-03-19 09:29:46 -05:00

16 lines
512 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeIdentifiers>win7-x86</RuntimeIdentifiers>
<DebugType>Full</DebugType>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" />
</ItemGroup>
</Project>