Cosmos/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Cosmos.Platform.PC.csproj
Elia Sulimanov 32aeb7f2c3 Made API documentation visable while using the userkit
Added GenerateDocumentationFile property in all the libs, so xml documentation would be generated with the NuGet package.
2020-06-01 16:13:22 +03:00

21 lines
629 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IL2CPU.API" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\10-CPU\Cosmos.CPU.x86\Cosmos.CPU.x86.csproj" PrivateAssets="All" />
<ProjectReference Include="..\..\30-HAL\Cosmos.HAL\Cosmos.HAL.csproj" PrivateAssets="All" />
</ItemGroup>
</Project>