Skip to content

Commit

Permalink
Add User.props required by skyrimvrtools.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
L Frazer committed Dec 3, 2018
1 parent 55f2e0d commit 51dfe79
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/User.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?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">
<Skyrim64Path>H:\SteamLibrary\steamapps\common\SkyrimVR</Skyrim64Path>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="Skyrim64Path">
<Value>$(Skyrim64Path)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
</ItemGroup>
</Project>

0 comments on commit 51dfe79

Please sign in to comment.