프로젝트

일반

사용자정보

개정판 195f079d

ID195f079d730701fb3d059f43b231f99faeccd0c8
상위 5b48dae7
하위 3276cb1c

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

issue #0000 DIG project 추가

Change-Id: I4c33372aa9b1e354ad399321f21d13a346a81564

차이점 보기:

KCOM/KCOM.csproj
410 410
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
411 411
    <Prefer32Bit>true</Prefer32Bit>
412 412
  </PropertyGroup>
413
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|AnyCPU'">
414
    <DebugSymbols>true</DebugSymbols>
415
    <OutputPath>bin\Debug_DIG\</OutputPath>
416
    <DefineConstants>TRACE;DEBUG;_ACTIVE_LICENSE</DefineConstants>
417
    <DebugType>full</DebugType>
418
    <PlatformTarget>AnyCPU</PlatformTarget>
419
    <LangVersion>7.3</LangVersion>
420
    <ErrorReport>prompt</ErrorReport>
421
  </PropertyGroup>
422
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x64'">
423
    <DebugSymbols>true</DebugSymbols>
424
    <OutputPath>bin\x64\Debug_DIG\</OutputPath>
425
    <DefineConstants>TRACE;DEBUG;_CUSTOM_BINDING;BASIC_BINDING</DefineConstants>
426
    <WarningLevel>3</WarningLevel>
427
    <DebugType>full</DebugType>
428
    <PlatformTarget>x64</PlatformTarget>
429
    <LangVersion>7.3</LangVersion>
430
    <ErrorReport>prompt</ErrorReport>
431
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
432
  </PropertyGroup>
433
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x86'">
434
    <DebugSymbols>true</DebugSymbols>
435
    <OutputPath>bin\x86\Debug_DIG\</OutputPath>
436
    <DefineConstants>DEBUG;TRACE</DefineConstants>
437
    <DebugType>full</DebugType>
438
    <PlatformTarget>x86</PlatformTarget>
439
    <LangVersion>7.3</LangVersion>
440
    <ErrorReport>prompt</ErrorReport>
441
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
442
    <Prefer32Bit>true</Prefer32Bit>
443
  </PropertyGroup>
413 444
  <ItemGroup>
414 445
    <Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
415 446
      <SpecificVersion>False</SpecificVersion>
......
1504 1535
 call "PublishSign.bat"
1505 1536

  
1506 1537
 rem call "appCast_Daelim.bat" "@(VersionNumber)"
1507
 call "appCast_SNI_SDMS.bat" "@(VersionNumber)"
1508
 call "appCast_SNI_XICNA.bat" "@(VersionNumber)"
1538
 call "appCast_DIG.bat" "@(VersionNumber)"
1539
 rem call "appCast_SNI_SDMS.bat" "@(VersionNumber)"
1540
rem  call "appCast_SNI_XICNA.bat" "@(VersionNumber)"
1509 1541
 rem call "appCast_doftech.bat" "@(VersionNumber)"
1510 1542
 rem call "appCast_HS.bat" "@(VersionNumber)"
1511 1543
 rem "appCast_bseng.bat" "@(VersionNumber)"
......
1550 1582
     xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1551 1583
)
1552 1584

  
1585
if $(ConfigurationName) == Debug_DIG (
1586
      xcopy /s "$(ProjectDir)..\INI\MARKUS_DIG_DEBUG.ini" "$(TargetDir)MARKUS.*" /Y /F
1587
)
1588

  
1553 1589
if $(ConfigurationName) == Debug_Daelim (
1554 1590
      xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F
1555 1591
)

내보내기 Unified diff