mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
28 lines
951 B
XML
28 lines
951 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>
|
|
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
|
|
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Cosmos.Debug.Kernel">
|
|
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Cosmos.IL2CPU">
|
|
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Cosmos.IL2CPU.Plugs">
|
|
<HintPath>..\..\Build\bin\Cosmos.IL2CPU.Plugs.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|