Cosmos/source/Cosmos.Common/Cosmos.Common.csproj
2017-06-28 13:56:00 -04:00

17 lines
509 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
<Authors>Cosmos</Authors>
<Company>Cosmos</Company>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
</ItemGroup>
</Project>