mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
11 lines
300 B
XML
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>
|