mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 05:22:19 +00:00
15 lines
317 B
XML
15 lines
317 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Cosmos.cfg" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="IL2CPU.API" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|