summaryrefslogtreecommitdiffhomepage
path: root/ovr_sdk_win_23.0.0/OVRRootPath.props
blob: db17fc58b835ff6e3a6bc7b00c6d93ccf03075eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<!--

To load this file your .vcxproj should have the following Import tag before all others:

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), OVRRootPath.props))\OVRRootPath.props" />

Unfortunately there is currently no way to add this via the VS GUI, you'll have to edit
new .vcxproj files manually or copy an existing project.

-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros">
    <OVRSDKROOT>$(MSBuildThisFileDirectory)</OVRSDKROOT>
    <VSDIR Condition="'$(PlatformToolset)'=='v120'">VS2013</VSDIR>
    <VSDIR Condition="'$(PlatformToolset)'=='v140'">VS2015</VSDIR>
    <VSDIR Condition="'$(PlatformToolset)'=='v141'">VS2017</VSDIR>
  </PropertyGroup>
  <PropertyGroup />
  <ItemDefinitionGroup />
  <ItemGroup>
    <BuildMacro Include="OVRSDKROOT">
      <Value>$(OVRSDKROOT)</Value>
      <EnvironmentVariable>true</EnvironmentVariable>
    </BuildMacro>
    <BuildMacro Include="VSDIR">
      <Value>$(VSDIR)</Value>
      <EnvironmentVariable>true</EnvironmentVariable>
    </BuildMacro>
  </ItemGroup>
</Project>