개정판 db1544d9
build issue #569: add x86 configuration
DTI_PID/PDF_TO_IMAGE/PDF_TO_IMAGE.csproj | ||
---|---|---|
52 | 52 |
<ErrorReport>prompt</ErrorReport> |
53 | 53 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
54 | 54 |
</PropertyGroup> |
55 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
56 |
<DebugSymbols>true</DebugSymbols> |
|
57 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
58 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
59 |
<DebugType>full</DebugType> |
|
60 |
<PlatformTarget>x86</PlatformTarget> |
|
61 |
<ErrorReport>prompt</ErrorReport> |
|
62 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
63 |
</PropertyGroup> |
|
64 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
65 |
<OutputPath>..\DTI_PID\bin64\</OutputPath> |
|
66 |
<DefineConstants>TRACE</DefineConstants> |
|
67 |
<Optimize>true</Optimize> |
|
68 |
<DebugType>pdbonly</DebugType> |
|
69 |
<PlatformTarget>x86</PlatformTarget> |
|
70 |
<ErrorReport>prompt</ErrorReport> |
|
71 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
72 |
<Prefer32Bit>true</Prefer32Bit> |
|
73 |
</PropertyGroup> |
|
55 | 74 |
<ItemGroup> |
56 | 75 |
<Reference Include="PDFNet, Version=5.8.0.0, Culture=neutral, PublicKeyToken=36167be3f67ac39c, processorArchitecture=x86"> |
57 | 76 |
<SpecificVersion>False</SpecificVersion> |
내보내기 Unified diff