Cosmos/Directory.Build.props
2018-03-21 23:05:20 +00:00

11 lines
300 B
XML

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