|
24 | 24 | <RestorePackages>true</RestorePackages> |
25 | 25 | <TargetFrameworkProfile /> |
26 | 26 | </PropertyGroup> |
27 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
28 | | - <DebugSymbols>true</DebugSymbols> |
29 | | - <DebugType>full</DebugType> |
30 | | - <Optimize>false</Optimize> |
31 | | - <OutputPath>bin\</OutputPath> |
32 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
33 | | - <ErrorReport>prompt</ErrorReport> |
34 | | - <WarningLevel>4</WarningLevel> |
35 | | - <Prefer32Bit>false</Prefer32Bit> |
36 | | - </PropertyGroup> |
37 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 | | - <DebugType>full</DebugType> |
39 | | - <Optimize>true</Optimize> |
40 | | - <OutputPath>bin\</OutputPath> |
41 | | - <DefineConstants>TRACE</DefineConstants> |
42 | | - <ErrorReport>prompt</ErrorReport> |
43 | | - <WarningLevel>4</WarningLevel> |
44 | | - <Prefer32Bit>false</Prefer32Bit> |
45 | | - <DebugSymbols>true</DebugSymbols> |
46 | | - </PropertyGroup> |
47 | 27 | <ItemGroup> |
48 | 28 | <Reference Include="Microsoft.CSharp" /> |
49 | 29 | <Reference Include="System" /> |
|
236 | 216 | <Content Include="packages.config" /> |
237 | 217 | </ItemGroup> |
238 | 218 | <ItemGroup> |
239 | | - <ProjectReference Include="..\TuesPechkin.Wkhtmltox.Win64\TuesPechkin.Wkhtmltox.Win64.csproj"> |
240 | | - <Project>{f77cffca-1cf0-49c8-98b6-5c6009c6be63}</Project> |
241 | | - <Name>TuesPechkin.Wkhtmltox.Win64</Name> |
| 219 | + <ProjectReference Include="..\TuesPechkin.Wkhtmltox.Win32\TuesPechkin.Wkhtmltox.Win32.csproj"> |
| 220 | + <Project>{1bcd70ef-32ef-4339-9ccf-ea07415a39a9}</Project> |
| 221 | + <Name>TuesPechkin.Wkhtmltox.Win32</Name> |
242 | 222 | </ProjectReference> |
243 | 223 | <ProjectReference Include="..\TuesPechkin\TuesPechkin.csproj"> |
244 | 224 | <Project>{023df833-b252-48b3-b6af-dbbb13e39b13}</Project> |
|
249 | 229 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
250 | 230 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
251 | 231 | </PropertyGroup> |
| 232 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 233 | + <DebugSymbols>true</DebugSymbols> |
| 234 | + <OutputPath>bin\</OutputPath> |
| 235 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 236 | + <DebugType>full</DebugType> |
| 237 | + <PlatformTarget>x86</PlatformTarget> |
| 238 | + <ErrorReport>prompt</ErrorReport> |
| 239 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 240 | + </PropertyGroup> |
| 241 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 242 | + <DebugSymbols>true</DebugSymbols> |
| 243 | + <OutputPath>bin\</OutputPath> |
| 244 | + <DefineConstants>TRACE</DefineConstants> |
| 245 | + <Optimize>true</Optimize> |
| 246 | + <DebugType>full</DebugType> |
| 247 | + <PlatformTarget>x86</PlatformTarget> |
| 248 | + <ErrorReport>prompt</ErrorReport> |
| 249 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 250 | + </PropertyGroup> |
252 | 251 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
253 | 252 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
254 | 253 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
|
0 commit comments