Files
mcpe/platforms/xenon/projects/CustomProperties.props
2023-08-21 10:31:20 +03:00

16 lines
534 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<MC_ROOT>$(ProjectDir)..\..\..\</MC_ROOT>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>CustomProperties</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="MC_ROOT">
<Value>$(MC_ROOT)</Value>
</BuildMacro>
</ItemGroup>
</Project>