프로젝트

일반

사용자정보

개정판 f65e6c02

IDf65e6c0217de89d4653173b2f16417acc26d5e0a
상위 a1142a6b
하위 b4b23404

김태성이(가) 약 5년 전에 추가함

debug_SNI 추가

Change-Id: I46d431ca15362882a9ab7e8dd7600371f47471de

차이점 보기:

KCOM_API/KCOM_API.csproj
131 131
      <DependentUpon>Web.config</DependentUpon>
132 132
      <IsTransformFile>true</IsTransformFile>
133 133
    </None>
134
    <None Include="Web.Debug_CadExport.config">
135
      <DependentUpon>Web.config</DependentUpon>
136
    </None>
134 137
    <None Include="Web.Debug_DevDoftech.config">
135 138
      <DependentUpon>Web.config</DependentUpon>
136 139
      <IsTransformFile>true</IsTransformFile>
......
139 142
      <DependentUpon>Web.config</DependentUpon>
140 143
      <IsTransformFile>true</IsTransformFile>
141 144
    </None>
145
    <None Include="Web.Debug_SNI.config">
146
      <DependentUpon>Web.config</DependentUpon>
147
    </None>
142 148
    <None Include="Web.Release.config">
143 149
      <DependentUpon>Web.config</DependentUpon>
144 150
      <IsTransformFile>true</IsTransformFile>
......
253 259
    <ErrorReport>prompt</ErrorReport>
254 260
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
255 261
  </PropertyGroup>
262
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
263
    <DebugSymbols>true</DebugSymbols>
264
    <OutputPath>bin\</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)' == 'Debug_CadExport|x86'">
272
    <DebugSymbols>true</DebugSymbols>
273
    <OutputPath>bin\</OutputPath>
274
    <DefineConstants>DEBUG;TRACE</DefineConstants>
275
    <DebugType>full</DebugType>
276
    <PlatformTarget>x86</PlatformTarget>
277
    <ErrorReport>prompt</ErrorReport>
278
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
279
  </PropertyGroup>
280
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
281
    <DebugSymbols>true</DebugSymbols>
282
    <OutputPath>bin\</OutputPath>
283
    <DefineConstants>DEBUG;TRACE</DefineConstants>
284
    <DebugType>full</DebugType>
285
    <PlatformTarget>x64</PlatformTarget>
286
    <ErrorReport>prompt</ErrorReport>
287
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
288
  </PropertyGroup>
289
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
290
    <DebugSymbols>true</DebugSymbols>
291
    <OutputPath>bin\</OutputPath>
292
    <DefineConstants>DEBUG;TRACE</DefineConstants>
293
    <DebugType>full</DebugType>
294
    <PlatformTarget>AnyCPU</PlatformTarget>
295
    <ErrorReport>prompt</ErrorReport>
296
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
297
  </PropertyGroup>
298
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
299
    <DebugSymbols>true</DebugSymbols>
300
    <OutputPath>bin\</OutputPath>
301
    <DefineConstants>DEBUG;TRACE</DefineConstants>
302
    <DebugType>full</DebugType>
303
    <PlatformTarget>x86</PlatformTarget>
304
    <ErrorReport>prompt</ErrorReport>
305
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
306
  </PropertyGroup>
307
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
308
    <DebugSymbols>true</DebugSymbols>
309
    <OutputPath>bin\</OutputPath>
310
    <DefineConstants>DEBUG;TRACE</DefineConstants>
311
    <DebugType>full</DebugType>
312
    <PlatformTarget>x64</PlatformTarget>
313
    <ErrorReport>prompt</ErrorReport>
314
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
315
  </PropertyGroup>
256 316
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
257 317
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
258 318
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
......
288 348
  </Target>
289 349
  <Target Name="AfterBuild">
290 350
  </Target>
291
 
292 351
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
293 352
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
294 353
  </Target>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)