|
18 | 18 | <DebugType>full</DebugType>
|
19 | 19 | <Optimize>false</Optimize>
|
20 | 20 | <OutputPath>bin\Debug\</OutputPath>
|
21 |
| - <DefineConstants>TRACE;DEBUG;WIN32</DefineConstants> |
| 21 | + <DefineConstants>TRACE;DEBUG;RECLASSNET32</DefineConstants> |
22 | 22 | <ErrorReport>prompt</ErrorReport>
|
23 | 23 | <WarningLevel>4</WarningLevel>
|
24 | 24 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
28 | 28 | <DebugType>pdbonly</DebugType>
|
29 | 29 | <Optimize>true</Optimize>
|
30 | 30 | <OutputPath>bin\Release\</OutputPath>
|
31 |
| - <DefineConstants>TRACE;WIN32;RELEASE</DefineConstants> |
| 31 | + <DefineConstants>TRACE;RECLASSNET32;RELEASE</DefineConstants> |
32 | 32 | <ErrorReport>prompt</ErrorReport>
|
33 | 33 | <WarningLevel>4</WarningLevel>
|
34 | 34 | </PropertyGroup>
|
|
38 | 38 | <DebugType>full</DebugType>
|
39 | 39 | <Optimize>false</Optimize>
|
40 | 40 | <OutputPath>bin\Debug\x64\</OutputPath>
|
41 |
| - <DefineConstants>TRACE;DEBUG;WIN64</DefineConstants> |
| 41 | + <DefineConstants>TRACE;DEBUG;RECLASSNET64</DefineConstants> |
42 | 42 | <ErrorReport>prompt</ErrorReport>
|
43 | 43 | <WarningLevel>4</WarningLevel>
|
44 | 44 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
48 | 48 | <DebugType>pdbonly</DebugType>
|
49 | 49 | <Optimize>true</Optimize>
|
50 | 50 | <OutputPath>bin\Release\x64\</OutputPath>
|
51 |
| - <DefineConstants>TRACE;WIN64;RELEASE</DefineConstants> |
| 51 | + <DefineConstants>TRACE;RECLASSNET64;RELEASE</DefineConstants> |
52 | 52 | <ErrorReport>prompt</ErrorReport>
|
53 | 53 | <WarningLevel>4</WarningLevel>
|
54 | 54 | </PropertyGroup>
|
|
154 | 154 | </Compile>
|
155 | 155 | <Compile Include="ReClassNetDataReader.cs" />
|
156 | 156 | </ItemGroup>
|
157 |
| - <ItemGroup> |
158 |
| - <ProjectReference Include="..\ReClass.NET\ReClass.NET.csproj"> |
159 |
| - <Project>{BFB8917D-E9B4-463F-A6E8-612C35728C78}</Project> |
160 |
| - <Name>ReClass.NET</Name> |
161 |
| - </ProjectReference> |
162 |
| - </ItemGroup> |
163 | 157 | <ItemGroup>
|
164 | 158 | <EmbeddedResource Include="InspectorForm.resx">
|
165 | 159 | <DependentUpon>InspectorForm.cs</DependentUpon>
|
|
172 | 166 | <ItemGroup>
|
173 | 167 | <None Include="Resources\logo.png" />
|
174 | 168 | </ItemGroup>
|
175 |
| - <ItemGroup /> |
| 169 | + <ItemGroup> |
| 170 | + <ProjectReference Include="..\ReClass.NET\ReClass.NET\ReClass.NET.csproj"> |
| 171 | + <Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project> |
| 172 | + <Name>ReClass.NET</Name> |
| 173 | + </ProjectReference> |
| 174 | + </ItemGroup> |
176 | 175 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
177 | 176 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
178 | 177 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments