|
18 | 18 | <DebugType>full</DebugType> |
19 | 19 | <Optimize>false</Optimize> |
20 | 20 | <OutputPath>..\bin\Debug\x86\</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\x86\</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> |
|
79 | 79 | <DependentUpon>Resources.resx</DependentUpon> |
80 | 80 | </Compile> |
81 | 81 | </ItemGroup> |
82 | | - <ItemGroup> |
83 | | - <ProjectReference Include="..\..\ReClass.NET\ReClass.NET.csproj"> |
84 | | - <Project>{BFB8917D-E9B4-463F-A6E8-612C35728C78}</Project> |
85 | | - <Name>ReClass.NET</Name> |
86 | | - </ProjectReference> |
87 | | - </ItemGroup> |
88 | 82 | <ItemGroup> |
89 | 83 | <EmbeddedResource Include="Properties\Resources.resx"> |
90 | 84 | <Generator>ResXFileCodeGenerator</Generator> |
|
95 | 89 | <ItemGroup> |
96 | 90 | <None Include="Resources\logo.png" /> |
97 | 91 | </ItemGroup> |
| 92 | + <ItemGroup> |
| 93 | + <ProjectReference Include="..\..\ReClass.NET\ReClass.NET\ReClass.NET.csproj"> |
| 94 | + <Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project> |
| 95 | + <Name>ReClass.NET</Name> |
| 96 | + </ProjectReference> |
| 97 | + </ItemGroup> |
98 | 98 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
99 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
100 | 100 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments