mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
20 lines
513 B
XML
20 lines
513 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<LangVersion>Latest</LangVersion>
|
|
<NoWarn>CA1051;CA1707;CA1711;CA1801;$(NoWarn)</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<SignAssembly>True</SignAssembly>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
|
<IL2CPURepoRoot>$(RepoRoot)..\IL2CPU\</IL2CPURepoRoot>
|
|
<XSharpRepoRoot>$(RepoRoot)..\XSharp\</XSharpRepoRoot>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="build\Targets\Import.props" />
|
|
|
|
</Project>
|