File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/editors/xrSdkControls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
<DebugType >full</DebugType >
21
21
<Optimize >false</Optimize >
22
22
<OutputPath >$(xrBinDir)</OutputPath >
23
- <IntermediateOutputPath >$(xrIntDir)$(ProjectName )\</IntermediateOutputPath >
23
+ <IntermediateOutputPath >$(xrIntDir)$(AssemblyName )\</IntermediateOutputPath >
24
24
<DefineConstants >DEBUG;TRACE</DefineConstants >
25
25
<ErrorReport >prompt</ErrorReport >
26
26
<WarningLevel >4</WarningLevel >
29
29
<DebugType >pdbonly</DebugType >
30
30
<Optimize >true</Optimize >
31
31
<OutputPath >$(xrBinDir)</OutputPath >
32
- <IntermediateOutputPath >$(xrIntDir)$(ProjectName )\</IntermediateOutputPath >
32
+ <IntermediateOutputPath >$(xrIntDir)$(AssemblyName )\</IntermediateOutputPath >
33
33
<DefineConstants >TRACE</DefineConstants >
34
34
<ErrorReport >prompt</ErrorReport >
35
35
<WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments