개정판 80856edb
빋드 이벤트 효성 추가
Change-Id: Ib8e88c7e20f7ca1de5949cdbd3ecd7148c98b676
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
151 | 151 |
<ErrorReport>prompt</ErrorReport> |
152 | 152 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
153 | 153 |
</PropertyGroup> |
154 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
|
155 |
<DebugSymbols>true</DebugSymbols> |
|
156 |
<OutputPath>bin\Release_Hyosung\</OutputPath> |
|
157 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
158 |
<DebugType>full</DebugType> |
|
159 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
160 |
<ErrorReport>prompt</ErrorReport> |
|
161 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
162 |
</PropertyGroup> |
|
163 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'"> |
|
164 |
<DebugSymbols>true</DebugSymbols> |
|
165 |
<OutputPath>bin\x64\Release_Hyosung\</OutputPath> |
|
166 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
167 |
<DebugType>full</DebugType> |
|
168 |
<PlatformTarget>x64</PlatformTarget> |
|
169 |
<ErrorReport>prompt</ErrorReport> |
|
170 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
171 |
</PropertyGroup> |
|
172 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
|
173 |
<DebugSymbols>true</DebugSymbols> |
|
174 |
<OutputPath>bin\x86\Release_Hyosung\</OutputPath> |
|
175 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
176 |
<DebugType>full</DebugType> |
|
177 |
<PlatformTarget>x86</PlatformTarget> |
|
178 |
<ErrorReport>prompt</ErrorReport> |
|
179 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
180 |
</PropertyGroup> |
|
154 | 181 |
<ItemGroup> |
155 | 182 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
156 | 183 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
내보내기 Unified diff