diff options
Diffstat (limited to 'ovr_sdk_win_23.0.0/.ovrsource_root.props')
-rw-r--r-- | ovr_sdk_win_23.0.0/.ovrsource_root.props | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ovr_sdk_win_23.0.0/.ovrsource_root.props b/ovr_sdk_win_23.0.0/.ovrsource_root.props new file mode 100644 index 0000000..389bdd8 --- /dev/null +++ b/ovr_sdk_win_23.0.0/.ovrsource_root.props @@ -0,0 +1,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> |