mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
15 lines
528 B
XML
15 lines
528 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<RunCommand>dotnet</RunCommand>
|
|
<RunArguments>msbuild /t:Launch</RunArguments>
|
|
</PropertyGroup>
|
|
|
|
<!--https://github.com/dotnet/runtime/blob/master/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props-->
|
|
<!--https://github.com/dotnet/runtime/blob/master/src/libraries/pkg/Microsoft.NETCore.Platforms/readme.md-->
|
|
<ItemGroup>
|
|
<RuntimeGroup Include="cosmos">
|
|
<Parent>any</Parent>
|
|
</RuntimeGroup>
|
|
</ItemGroup>
|
|
</Project>
|