Cosmos/Directory.Build.props
José Pedro 5593dedac0
Build updates.
Project file cleanup.
2018-10-29 00:38:17 +00:00

21 lines
580 B
XML

<Project>
<PropertyGroup>
<LangVersion>Latest</LangVersion>
<NoWarn>CA1051;CA1707;CA1711;CA1801;$(NoWarn)</NoWarn>
</PropertyGroup>
<PropertyGroup>
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
<CommonRepoRoot>$(RepoRoot)..\Common\</CommonRepoRoot>
<IL2CPURepoRoot>$(RepoRoot)..\IL2CPU\</IL2CPURepoRoot>
<XSharpRepoRoot>$(RepoRoot)..\XSharp\</XSharpRepoRoot>
</PropertyGroup>
<PropertyGroup>
<CommonVersion>0.1.0-build5</CommonVersion>
</PropertyGroup>
<Import Project="build\Targets\Import.props" />
</Project>