Skip to content

Commit 42480e4

Browse files
author
Pavel Kovalenko
committed
Fix xrSdkControls intermediate path.
1 parent 8277a19 commit 42480e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/editors/xrSdkControls/xrSdkControls.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
2222
<OutputPath>$(xrBinDir)</OutputPath>
23-
<IntermediateOutputPath>$(xrIntDir)$(ProjectName)\</IntermediateOutputPath>
23+
<IntermediateOutputPath>$(xrIntDir)$(AssemblyName)\</IntermediateOutputPath>
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
@@ -29,7 +29,7 @@
2929
<DebugType>pdbonly</DebugType>
3030
<Optimize>true</Optimize>
3131
<OutputPath>$(xrBinDir)</OutputPath>
32-
<IntermediateOutputPath>$(xrIntDir)$(ProjectName)\</IntermediateOutputPath>
32+
<IntermediateOutputPath>$(xrIntDir)$(AssemblyName)\</IntermediateOutputPath>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)