개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
232 | 232 |
<ErrorReport>prompt</ErrorReport> |
233 | 233 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
234 | 234 |
</PropertyGroup> |
235 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'"> |
|
236 |
<DebugSymbols>true</DebugSymbols> |
|
237 |
<OutputPath>bin\Daelim_RemoteTest\</OutputPath> |
|
238 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
239 |
<DebugType>full</DebugType> |
|
240 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
241 |
<ErrorReport>prompt</ErrorReport> |
|
242 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
243 |
</PropertyGroup> |
|
244 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x64'"> |
|
245 |
<DebugSymbols>true</DebugSymbols> |
|
246 |
<OutputPath>bin\x64\Daelim_RemoteTest\</OutputPath> |
|
247 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
248 |
<DebugType>full</DebugType> |
|
249 |
<PlatformTarget>x64</PlatformTarget> |
|
250 |
<ErrorReport>prompt</ErrorReport> |
|
251 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
252 |
</PropertyGroup> |
|
253 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'"> |
|
254 |
<DebugSymbols>true</DebugSymbols> |
|
255 |
<OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath> |
|
256 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
257 |
<DebugType>full</DebugType> |
|
258 |
<PlatformTarget>x86</PlatformTarget> |
|
259 |
<ErrorReport>prompt</ErrorReport> |
|
260 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
261 |
</PropertyGroup> |
|
262 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
263 |
<DebugSymbols>true</DebugSymbols> |
|
264 |
<OutputPath>bin\Release_Default\</OutputPath> |
|
265 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
266 |
<DebugType>full</DebugType> |
|
267 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
268 |
<ErrorReport>prompt</ErrorReport> |
|
269 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
270 |
</PropertyGroup> |
|
271 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
|
272 |
<DebugSymbols>true</DebugSymbols> |
|
273 |
<OutputPath>bin\x64\Release_Default\</OutputPath> |
|
274 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
275 |
<DebugType>full</DebugType> |
|
276 |
<PlatformTarget>x64</PlatformTarget> |
|
277 |
<ErrorReport>prompt</ErrorReport> |
|
278 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
279 |
</PropertyGroup> |
|
280 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
|
281 |
<DebugSymbols>true</DebugSymbols> |
|
282 |
<OutputPath>bin\x86\Release_Default\</OutputPath> |
|
283 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
284 |
<DebugType>full</DebugType> |
|
285 |
<PlatformTarget>x86</PlatformTarget> |
|
286 |
<ErrorReport>prompt</ErrorReport> |
|
287 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
288 |
</PropertyGroup> |
|
235 | 289 |
<ItemGroup> |
236 | 290 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
237 | 291 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
내보내기 Unified diff