Skip to content

Commit

Permalink
Fix xrSdkControls intermediate path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 18, 2014
1 parent 8277a19 commit 42480e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editors/xrSdkControls/xrSdkControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>$(xrBinDir)</OutputPath>
<IntermediateOutputPath>$(xrIntDir)$(ProjectName)\</IntermediateOutputPath>
<IntermediateOutputPath>$(xrIntDir)$(AssemblyName)\</IntermediateOutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -29,7 +29,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>$(xrBinDir)</OutputPath>
<IntermediateOutputPath>$(xrIntDir)$(ProjectName)\</IntermediateOutputPath>
<IntermediateOutputPath>$(xrIntDir)$(AssemblyName)\</IntermediateOutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 42480e4

Please sign in to comment.