13 lines
745 B
XML
13 lines
745 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ShowAllFiles>true</ShowAllFiles>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LocalDebuggerCommand>$(SolutionDir)Build\$(ProjectName)\$(TargetName)$(TargetExt)</LocalDebuggerCommand>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)Build\$(ProjectName)</LocalDebuggerWorkingDirectory>
|
|
<LocalDebuggerEnvironment>PATH=%PATH%;$(SolutionDir)libs\usd\build\bin;$(SolutionDir)libs\usd\build\lib
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
</PropertyGroup>
|
|
</Project> |