forked from ValveSoftware/driver_hydra
-
Notifications
You must be signed in to change notification settings - Fork 73
/
Paths.props
26 lines (26 loc) · 1.03 KB
/
Paths.props
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
<?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">
<SteamVRRuntimeDir>D:\Steam\steamapps\common\SteamVR</SteamVRRuntimeDir>
<OpenVRDir>C:\Users\Christian Buchner\Documents\Visual Studio 2015\Projects\Leap\openvr-1.0.0</OpenVRDir>
<LeapSDKDir>C:\Users\Christian Buchner\Documents\Visual Studio 2015\Projects\Leap\LeapSDK</LeapSDKDir>
<InstallDir>D:\Steam\steamapps\common\SteamVR\drivers\leap</InstallDir>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="SteamVRRuntimeDir">
<Value>$(SteamVRRuntimeDir)</Value>
</BuildMacro>
<BuildMacro Include="OpenVRDir">
<Value>$(OpenVRDir)</Value>
</BuildMacro>
<BuildMacro Include="LeapSDKDir">
<Value>$(LeapSDKDir)</Value>
</BuildMacro>
<BuildMacro Include="InstallDir">
<Value>$(InstallDir)</Value>
</BuildMacro>
</ItemGroup>
</Project>