개정판 f19ebe30
issue #000: x86 구성 추가.
Change-Id: Iaac1bbd7e431295aa825390ee77df36fc0ff5688
KCOM/KCOM.csproj | ||
---|---|---|
71 | 71 |
<PropertyGroup> |
72 | 72 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
73 | 73 |
</PropertyGroup> |
74 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
75 |
<DebugSymbols>true</DebugSymbols> |
|
76 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
77 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
78 |
<DebugType>full</DebugType> |
|
79 |
<PlatformTarget>x86</PlatformTarget> |
|
80 |
<ErrorReport>prompt</ErrorReport> |
|
81 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
82 |
</PropertyGroup> |
|
83 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
84 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
85 |
<DefineConstants>TRACE</DefineConstants> |
|
86 |
<Optimize>true</Optimize> |
|
87 |
<DebugType>pdbonly</DebugType> |
|
88 |
<PlatformTarget>x86</PlatformTarget> |
|
89 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
90 |
<ErrorReport>prompt</ErrorReport> |
|
91 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
92 |
</PropertyGroup> |
|
74 | 93 |
<ItemGroup> |
75 | 94 |
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
76 | 95 |
<SpecificVersion>False</SpecificVersion> |
내보내기 Unified diff