프로젝트

일반

사용자정보

개정판 68e3cd94

ID68e3cd94c1c3247d3711664ef1367d509f510b6f
상위 c362d2a5
하위 d9c0cdb8

김태성이(가) 4년 이상 전에 추가함

kcom_api 64bit build로 변경

Change-Id: Idb15b3ee5260b2452d52cbba843dd2e92822d691

차이점 보기:

KCOM_API/KCOM_API.csproj
40 40
    <PublishDatabases>false</PublishDatabases>
41 41
    <IncludeIisSettings>false</IncludeIisSettings>
42 42
    <ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
43
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
43 44
  </PropertyGroup>
44 45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45 46
    <DebugType>pdbonly</DebugType>
......
225 226
    <PlatformTarget>x64</PlatformTarget>
226 227
    <ErrorReport>prompt</ErrorReport>
227 228
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
229
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
230
    <Optimize>false</Optimize>
228 231
  </PropertyGroup>
229 232
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
230 233
    <OutputPath>bin\</OutputPath>
231 234
    <DefineConstants>TRACE</DefineConstants>
232
    <Optimize>true</Optimize>
235
    <Optimize>false</Optimize>
233 236
    <DebugType>pdbonly</DebugType>
234 237
    <PlatformTarget>x64</PlatformTarget>
235 238
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
236 239
    <ErrorReport>prompt</ErrorReport>
237 240
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
241
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
238 242
  </PropertyGroup>
239 243
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
240 244
    <DebugSymbols>true</DebugSymbols>
......
262 266
    <PlatformTarget>x64</PlatformTarget>
263 267
    <ErrorReport>prompt</ErrorReport>
264 268
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
269
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
270
    <Optimize>false</Optimize>
265 271
  </PropertyGroup>
266 272
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
267 273
    <DebugSymbols>true</DebugSymbols>
......
289 295
    <PlatformTarget>x64</PlatformTarget>
290 296
    <ErrorReport>prompt</ErrorReport>
291 297
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
298
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
299
    <Optimize>false</Optimize>
292 300
  </PropertyGroup>
293 301
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
294 302
    <DebugSymbols>true</DebugSymbols>
......
316 324
    <PlatformTarget>x64</PlatformTarget>
317 325
    <ErrorReport>prompt</ErrorReport>
318 326
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
327
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
328
    <Optimize>false</Optimize>
319 329
  </PropertyGroup>
320 330
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
321 331
    <DebugSymbols>true</DebugSymbols>
......
343 353
    <PlatformTarget>x64</PlatformTarget>
344 354
    <ErrorReport>prompt</ErrorReport>
345 355
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
356
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
357
    <Optimize>false</Optimize>
346 358
  </PropertyGroup>
347 359
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|AnyCPU' ">
348 360
    <DebugSymbols>true</DebugSymbols>
......
370 382
    <PlatformTarget>x64</PlatformTarget>
371 383
    <ErrorReport>prompt</ErrorReport>
372 384
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
385
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
386
    <Optimize>false</Optimize>
373 387
  </PropertyGroup>
374 388
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
375 389
    <DebugSymbols>true</DebugSymbols>
......
397 411
    <PlatformTarget>x64</PlatformTarget>
398 412
    <ErrorReport>prompt</ErrorReport>
399 413
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
414
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
415
    <Optimize>false</Optimize>
400 416
  </PropertyGroup>
401 417
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
402 418
    <DebugSymbols>true</DebugSymbols>
......
424 440
    <PlatformTarget>x64</PlatformTarget>
425 441
    <ErrorReport>prompt</ErrorReport>
426 442
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
443
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
444
    <Optimize>false</Optimize>
427 445
  </PropertyGroup>
428 446
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
429 447
    <DebugSymbols>true</DebugSymbols>
......
451 469
    <PlatformTarget>x64</PlatformTarget>
452 470
    <ErrorReport>prompt</ErrorReport>
453 471
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
472
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
473
    <Optimize>false</Optimize>
454 474
  </PropertyGroup>
455 475
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'">
456 476
    <DebugSymbols>true</DebugSymbols>
......
478 498
    <PlatformTarget>x64</PlatformTarget>
479 499
    <ErrorReport>prompt</ErrorReport>
480 500
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
501
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
502
    <Optimize>false</Optimize>
481 503
  </PropertyGroup>
482 504
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'">
483 505
    <DebugSymbols>true</DebugSymbols>
......
506 528
    <PlatformTarget>x64</PlatformTarget>
507 529
    <ErrorReport>prompt</ErrorReport>
508 530
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
531
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
532
    <Optimize>false</Optimize>
509 533
  </PropertyGroup>
510 534
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
511 535
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />

내보내기 Unified diff

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