|
21 | 21 | <DebugSymbols>true</DebugSymbols> |
22 | 22 | <DebugType>full</DebugType> |
23 | 23 | <Optimize>false</Optimize> |
24 | | - <OutputPath>$(SolutionDir)\bin\Debug\x86\</OutputPath> |
25 | | - <IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath> |
| 24 | + <OutputPath>$(SolutionDir)bin\Debug\x86\</OutputPath> |
| 25 | + <IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath> |
26 | 26 | <DefineConstants>TRACE;DEBUG;RECLASSNET32</DefineConstants> |
27 | 27 | <ErrorReport>prompt</ErrorReport> |
28 | 28 | <WarningLevel>4</WarningLevel> |
|
75 | 75 | <PlatformTarget>x86</PlatformTarget> |
76 | 76 | <DebugType>pdbonly</DebugType> |
77 | 77 | <Optimize>true</Optimize> |
78 | | - <OutputPath>$(SolutionDir)\bin\Release\x86\</OutputPath> |
79 | | - <IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath> |
| 78 | + <OutputPath>$(SolutionDir)bin\Release\x86\</OutputPath> |
| 79 | + <IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath> |
80 | 80 | <DefineConstants>TRACE;RECLASSNET32;RELEASE</DefineConstants> |
81 | 81 | <ErrorReport>prompt</ErrorReport> |
82 | 82 | <WarningLevel>4</WarningLevel> |
|
86 | 86 | <DebugSymbols>true</DebugSymbols> |
87 | 87 | <DebugType>full</DebugType> |
88 | 88 | <Optimize>false</Optimize> |
89 | | - <OutputPath>$(SolutionDir)\bin\Debug\x64\</OutputPath> |
90 | | - <IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath> |
| 89 | + <OutputPath>$(SolutionDir)bin\Debug\x64\</OutputPath> |
| 90 | + <IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath> |
91 | 91 | <DefineConstants>TRACE;DEBUG;RECLASSNET64</DefineConstants> |
92 | 92 | <ErrorReport>prompt</ErrorReport> |
93 | 93 | <WarningLevel>4</WarningLevel> |
|
97 | 97 | <PlatformTarget>x64</PlatformTarget> |
98 | 98 | <DebugType>pdbonly</DebugType> |
99 | 99 | <Optimize>true</Optimize> |
100 | | - <OutputPath>$(SolutionDir)\bin\Release\x64\</OutputPath> |
101 | | - <IntermediateOutputPath>$(SolutionDir)\obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath> |
| 100 | + <OutputPath>$(SolutionDir)bin\Release\x64\</OutputPath> |
| 101 | + <IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x64\$(MSBuildProjectName)\</IntermediateOutputPath> |
102 | 102 | <DefineConstants>TRACE;RECLASSNET64;RELEASE</DefineConstants> |
103 | 103 | <ErrorReport>prompt</ErrorReport> |
104 | 104 | <WarningLevel>4</WarningLevel> |
|
0 commit comments