Cosmos/Directory.Build.props
2018-08-04 02:51:28 +01:00

15 lines
384 B
XML

<Project>
<PropertyGroup>
<LangVersion>Latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
<IL2CPURepoRoot>$(RepoRoot)..\IL2CPU\</IL2CPURepoRoot>
<XSharpRepoRoot>$(RepoRoot)..\XSharp\</XSharpRepoRoot>
</PropertyGroup>
<Import Project="build\Targets\Import.props" />
</Project>