개정판 63946dd5
webdeploy 수정
Change-Id: I3276ab49a958abfbf24ad8451d40bd2eafc130a8
KCOM_API/KCOM_API.csproj | ||
---|---|---|
37 | 37 |
<WarningLevel>4</WarningLevel> |
38 | 38 |
<Prefer32Bit>false</Prefer32Bit> |
39 | 39 |
<PlatformTarget>AnyCPU</PlatformTarget> |
40 |
<PublishDatabases>false</PublishDatabases> |
|
41 |
<IncludeIisSettings>false</IncludeIisSettings> |
|
42 |
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol> |
|
40 | 43 |
</PropertyGroup> |
41 | 44 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
42 | 45 |
<DebugType>pdbonly</DebugType> |
... | ... | |
126 | 129 |
<ItemGroup> |
127 | 130 |
<None Include="packages.config" /> |
128 | 131 |
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
132 |
<None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" /> |
|
133 |
<None Include="Properties\PublishProfiles\Publish_HS.pubxml" /> |
|
134 |
<None Include="Properties\PublishProfiles\Publish_SNI.pubxml" /> |
|
129 | 135 |
<None Include="Properties\Settings.settings"> |
130 | 136 |
<Generator>SettingsSingleFileGenerator</Generator> |
131 | 137 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
... | ... | |
152 | 158 |
<None Include="Web.Debug_SNI.config"> |
153 | 159 |
<DependentUpon>Web.config</DependentUpon> |
154 | 160 |
</None> |
161 |
<None Include="Web.Deploy_Daelim.config"> |
|
162 |
<DependentUpon>Web.config</DependentUpon> |
|
163 |
</None> |
|
164 |
<None Include="Web.Deploy_Hyosung.config"> |
|
165 |
<DependentUpon>Web.config</DependentUpon> |
|
166 |
</None> |
|
167 |
<None Include="Web.Deploy_SNI.config"> |
|
168 |
<DependentUpon>Web.config</DependentUpon> |
|
169 |
</None> |
|
155 | 170 |
<None Include="Web.Release.config"> |
156 | 171 |
<DependentUpon>Web.config</DependentUpon> |
157 | 172 |
<IsTransformFile>true</IsTransformFile> |
... | ... | |
329 | 344 |
<ErrorReport>prompt</ErrorReport> |
330 | 345 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
331 | 346 |
</PropertyGroup> |
332 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
|
|
347 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|AnyCPU' ">
|
|
333 | 348 |
<DebugSymbols>true</DebugSymbols> |
334 | 349 |
<OutputPath>bin\</OutputPath> |
335 | 350 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
... | ... | |
338 | 353 |
<ErrorReport>prompt</ErrorReport> |
339 | 354 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
340 | 355 |
</PropertyGroup> |
341 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
|
|
356 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x86' ">
|
|
342 | 357 |
<DebugSymbols>true</DebugSymbols> |
343 | 358 |
<OutputPath>bin\</OutputPath> |
344 | 359 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
... | ... | |
347 | 362 |
<ErrorReport>prompt</ErrorReport> |
348 | 363 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
349 | 364 |
</PropertyGroup> |
350 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
|
|
365 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x64' ">
|
|
351 | 366 |
<DebugSymbols>true</DebugSymbols> |
352 | 367 |
<OutputPath>bin\</OutputPath> |
353 | 368 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
... | ... | |
437 | 452 |
<ErrorReport>prompt</ErrorReport> |
438 | 453 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
439 | 454 |
</PropertyGroup> |
455 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'"> |
|
456 |
<DebugSymbols>true</DebugSymbols> |
|
457 |
<OutputPath>bin\</OutputPath> |
|
458 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
459 |
<DebugType>full</DebugType> |
|
460 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
461 |
<ErrorReport>prompt</ErrorReport> |
|
462 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
463 |
</PropertyGroup> |
|
464 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'"> |
|
465 |
<DebugSymbols>true</DebugSymbols> |
|
466 |
<OutputPath>bin\</OutputPath> |
|
467 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
468 |
<DebugType>full</DebugType> |
|
469 |
<PlatformTarget>x86</PlatformTarget> |
|
470 |
<ErrorReport>prompt</ErrorReport> |
|
471 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
472 |
</PropertyGroup> |
|
473 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'"> |
|
474 |
<DebugSymbols>true</DebugSymbols> |
|
475 |
<OutputPath>bin\</OutputPath> |
|
476 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
477 |
<DebugType>full</DebugType> |
|
478 |
<PlatformTarget>x64</PlatformTarget> |
|
479 |
<ErrorReport>prompt</ErrorReport> |
|
480 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
481 |
</PropertyGroup> |
|
482 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'"> |
|
483 |
<DebugSymbols>true</DebugSymbols> |
|
484 |
<OutputPath>bin\Daelim\</OutputPath> |
|
485 |
<DefineConstants> |
|
486 |
</DefineConstants> |
|
487 |
<DebugType>full</DebugType> |
|
488 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
489 |
<ErrorReport>prompt</ErrorReport> |
|
490 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
491 |
</PropertyGroup> |
|
492 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'"> |
|
493 |
<DebugSymbols>true</DebugSymbols> |
|
494 |
<OutputPath>bin\</OutputPath> |
|
495 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
496 |
<DebugType>full</DebugType> |
|
497 |
<PlatformTarget>x86</PlatformTarget> |
|
498 |
<ErrorReport>prompt</ErrorReport> |
|
499 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
500 |
</PropertyGroup> |
|
501 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'"> |
|
502 |
<DebugSymbols>true</DebugSymbols> |
|
503 |
<OutputPath>bin\</OutputPath> |
|
504 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
505 |
<DebugType>full</DebugType> |
|
506 |
<PlatformTarget>x64</PlatformTarget> |
|
507 |
<ErrorReport>prompt</ErrorReport> |
|
508 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
509 |
</PropertyGroup> |
|
440 | 510 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
441 | 511 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
442 | 512 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff