개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
KCOM_API/KCOM_API.csproj | ||
---|---|---|
156 | 156 |
<DependentUpon>Web.config</DependentUpon> |
157 | 157 |
<IsTransformFile>true</IsTransformFile> |
158 | 158 |
</None> |
159 |
<None Include="Web.Release_Default.config"> |
|
160 |
<DependentUpon>Web.config</DependentUpon> |
|
161 |
</None> |
|
159 | 162 |
<None Include="Web.Release_Hyosung.config"> |
160 | 163 |
<DependentUpon>Web.config</DependentUpon> |
161 | 164 |
</None> |
... | ... | |
407 | 410 |
<ErrorReport>prompt</ErrorReport> |
408 | 411 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
409 | 412 |
</PropertyGroup> |
413 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
414 |
<DebugSymbols>true</DebugSymbols> |
|
415 |
<OutputPath>bin\</OutputPath> |
|
416 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
417 |
<DebugType>full</DebugType> |
|
418 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
419 |
<ErrorReport>prompt</ErrorReport> |
|
420 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
421 |
</PropertyGroup> |
|
422 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
|
423 |
<DebugSymbols>true</DebugSymbols> |
|
424 |
<OutputPath>bin\</OutputPath> |
|
425 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
426 |
<DebugType>full</DebugType> |
|
427 |
<PlatformTarget>x86</PlatformTarget> |
|
428 |
<ErrorReport>prompt</ErrorReport> |
|
429 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
430 |
</PropertyGroup> |
|
431 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
|
432 |
<DebugSymbols>true</DebugSymbols> |
|
433 |
<OutputPath>bin\</OutputPath> |
|
434 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
435 |
<DebugType>full</DebugType> |
|
436 |
<PlatformTarget>x64</PlatformTarget> |
|
437 |
<ErrorReport>prompt</ErrorReport> |
|
438 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
439 |
</PropertyGroup> |
|
410 | 440 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
411 | 441 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
412 | 442 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff