OVRRootPath.props 527 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets" />
  4. <PropertyGroup Label="UserMacros">
  5. <OVRSDKROOT>$(ProjectDir)../../../../</OVRSDKROOT>
  6. </PropertyGroup>
  7. <PropertyGroup />
  8. <ItemDefinitionGroup />
  9. <ItemGroup>
  10. <BuildMacro Include="OVRSDKROOT">
  11. <Value>$(OVRSDKROOT)</Value>
  12. <EnvironmentVariable>true</EnvironmentVariable>
  13. </BuildMacro>
  14. </ItemGroup>
  15. </Project>