summaryrefslogtreecommitdiffhomepage
path: root/ovr_sdk_win_23.0.0/.ovrsource_root.props
blob: 389bdd87c39165673096e5b1773521a89324304f (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros">
    <ovrsource_root>$(MSBuildThisFileDirectory)</ovrsource_root>
    <!-- Helps VS find source files when debugging. -->
    <SourcePath>$(SourcePath);$(ovrsource_root)</SourcePath>
  </PropertyGroup>
</Project>