r5sdk/r5dev/R5Dev.props
Amos b7e3e02228 Create R5Dev.props
Accidentally forgotten
2022-02-22 15:20:08 +01:00

14 lines
460 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 />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="ApexDir">
<Value>$(ApexDir)</Value>
</BuildMacro>
</ItemGroup>
</Project>