개정판 f19ebe30
issue #000: x86 구성 추가.
Change-Id: Iaac1bbd7e431295aa825390ee77df36fc0ff5688
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
52 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 |
<Prefer32Bit>false</Prefer32Bit> |
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>bin\x86\Release\</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 |
</PropertyGroup> |
|
55 | 73 |
<ItemGroup> |
56 | 74 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
57 | 75 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
내보내기 Unified diff