프로젝트

일반

사용자정보

개정판 77cdac33

ID77cdac33b7bca4641193c97216f85dde1a21cb5e
상위 74abcf6f
하위 a7bee7cf

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

벽산 수정 후 백업

Change-Id: I8e3eb48f615478a49efa0ab4014a8ef17d273d0a

차이점 보기:

KCOM/KCOM.csproj
377 377
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
378 378
    <Prefer32Bit>false</Prefer32Bit>
379 379
  </PropertyGroup>
380
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'">
381
    <DebugSymbols>true</DebugSymbols>
382
    <OutputPath>bin\Release_BSENG\</OutputPath>
383
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
384
    <Optimize>true</Optimize>
385
    <DebugType>full</DebugType>
386
    <PlatformTarget>AnyCPU</PlatformTarget>
387
    <ErrorReport>prompt</ErrorReport>
388
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
389
  </PropertyGroup>
390
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'">
391
    <DebugSymbols>true</DebugSymbols>
392
    <OutputPath>bin\x64\Release_BSENG\</OutputPath>
393
    <DefineConstants>DEBUG;TRACE</DefineConstants>
394
    <WarningLevel>3</WarningLevel>
395
    <DebugType>full</DebugType>
396
    <PlatformTarget>x64</PlatformTarget>
397
    <ErrorReport>prompt</ErrorReport>
398
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
399
    <Prefer32Bit>true</Prefer32Bit>
400
  </PropertyGroup>
401
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'">
402
    <DebugSymbols>true</DebugSymbols>
403
    <OutputPath>bin\x86\Release_BSENG\</OutputPath>
404
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
405
    <DebugType>full</DebugType>
406
    <PlatformTarget>x86</PlatformTarget>
407
    <ErrorReport>prompt</ErrorReport>
408
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
409
    <Prefer32Bit>true</Prefer32Bit>
410
  </PropertyGroup>
380 411
  <ItemGroup>
381 412
    <Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
382 413
      <SpecificVersion>False</SpecificVersion>
......
957 988
      <SubType>Designer</SubType>
958 989
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
959 990
    </None>
960
    <None Include="MARKUS.ini" />
991
    <None Include="MARKUS.ini">
992
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
993
    </None>
961 994
    <None Include="packages.config">
962 995
      <SubType>Designer</SubType>
963 996
    </None>
......
1455 1488
xcopy $(ProjectDir)..\publish\Downloader\*.* $(TargetDir)Plugin\*.* /I /E /S /Y /F 
1456 1489

  
1457 1490
if $(ConfigurationName) == Debug (
1458
     xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1491
 REM    xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F
1459 1492
)
1460 1493

  
1461 1494
 if $(ConfigurationName) == Release_Default (
......
1484 1517
 if $(ConfigurationName) == Release_PEMSS (
1485 1518
     xcopy /s "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "$(TargetDir)MARKUS.*" /Y /F
1486 1519
)
1520
 if $(ConfigurationName) == Release_BSENG (
1521
     xcopy /s "$(ProjectDir)..\INI\MARKUS_BSENG.ini" "$(TargetDir)MARKUS.*" /Y /F
1522
)
1487 1523
if $(ConfigurationName) == Debug_SNI (
1488 1524
     xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI.ini" "$(TargetDir)MARKUS.*" /Y /F
1489 1525
)

내보내기 Unified diff

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