개정판 eaafc1eb
daelim debug 프로젝트 추가
Change-Id: Ib22a8145905cee7587946fa49a9f54679ea546ee
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
205 | 205 |
<ErrorReport>prompt</ErrorReport> |
206 | 206 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
207 | 207 |
</PropertyGroup> |
208 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
|
209 |
<DebugSymbols>true</DebugSymbols> |
|
210 |
<OutputPath>bin\Debug_Daelim\</OutputPath> |
|
211 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
212 |
<DebugType>full</DebugType> |
|
213 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
214 |
<ErrorReport>prompt</ErrorReport> |
|
215 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
216 |
</PropertyGroup> |
|
217 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
|
218 |
<DebugSymbols>true</DebugSymbols> |
|
219 |
<OutputPath>bin\x64\Debug_Daelim\</OutputPath> |
|
220 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
221 |
<DebugType>full</DebugType> |
|
222 |
<PlatformTarget>x64</PlatformTarget> |
|
223 |
<ErrorReport>prompt</ErrorReport> |
|
224 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
225 |
</PropertyGroup> |
|
226 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
|
227 |
<DebugSymbols>true</DebugSymbols> |
|
228 |
<OutputPath>bin\x86\Debug_Daelim\</OutputPath> |
|
229 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
230 |
<DebugType>full</DebugType> |
|
231 |
<PlatformTarget>x86</PlatformTarget> |
|
232 |
<ErrorReport>prompt</ErrorReport> |
|
233 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
234 |
</PropertyGroup> |
|
208 | 235 |
<ItemGroup> |
209 | 236 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
210 | 237 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
내보내기 Unified diff