r5sdk/src/PropertySheet.props
2023-09-19 22:13:22 +02:00

16 lines
541 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">
<ApexDir>C:\Program Files (x86)\Origin Games\Apex\</ApexDir>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>Apex</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="ApexDir">
<Value>$(ApexDir)</Value>
</BuildMacro>
</ItemGroup>
</Project>