프로젝트

일반

사용자정보

개정판 664ea2e1

ID664ea2e1cd505cbe9d76095ca8e3f8de5f2e9bd2
상위 9d5b4bc2
하위 5e1e22ff

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

Markus에서 markusupdate를 변경하도록 수정

Change-Id: I4c2fe33f46732a9dc6b1fe683771c5acbcfd5d36

차이점 보기:

KCOM/KCOM.csproj
132 132
    <OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
133 133
    <DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
134 134
    <DebugType>full</DebugType>
135
    <PlatformTarget>x86</PlatformTarget>
135
    <PlatformTarget>AnyCPU</PlatformTarget>
136 136
    <ErrorReport>prompt</ErrorReport>
137 137
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
138
    <Prefer32Bit>true</Prefer32Bit>
138
    <Prefer32Bit>false</Prefer32Bit>
139 139
  </PropertyGroup>
140 140
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
141 141
    <DebugSymbols>true</DebugSymbols>
......
355 355
    <PlatformTarget>AnyCPU</PlatformTarget>
356 356
    <ErrorReport>prompt</ErrorReport>
357 357
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
358
    <Prefer32Bit>false</Prefer32Bit>
358 359
  </PropertyGroup>
359 360
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'">
360 361
    <DebugSymbols>true</DebugSymbols>
......
371 372
    <OutputPath>bin\x86\Release_Default\</OutputPath>
372 373
    <DefineConstants>DEBUG;TRACE</DefineConstants>
373 374
    <DebugType>full</DebugType>
374
    <PlatformTarget>x86</PlatformTarget>
375
    <PlatformTarget>AnyCPU</PlatformTarget>
375 376
    <ErrorReport>prompt</ErrorReport>
376 377
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
377
    <Prefer32Bit>true</Prefer32Bit>
378
    <Prefer32Bit>false</Prefer32Bit>
378 379
  </PropertyGroup>
379 380
  <ItemGroup>
380 381
    <Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
......
1395 1396
  </Target>
1396 1397
  <PropertyGroup>
1397 1398
    <PreBuildEvent>mkdir $(ProjectDir)$(OutDir)Plugin
1398
xcopy "$(SolutionDir)publish\Downloader\*.*" "$(ProjectDir)$(OutDir)Plugin\*.*" /I /E /S /Y /F 
1399
xcopy "$(SolutionDir)publish\Downloader\*.*" "$(TargetDir)Plugin\*.*" /I /E /S /Y /F 
1399 1400

  
1400 1401
if $(ConfigurationName) == Debug (
1401 1402
     xcopy "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F 
1402 1403
)
1403 1404

  
1405
if $(ConfigurationName) == Release_Default (
1406
     xcopy "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F 
1407
)
1408

  
1404 1409
if $(ConfigurationName) == Debug_Daelim (
1405 1410
      xcopy "$(SolutionDir)\INI\MARKUS_Daelim.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F 
1406 1411
)

내보내기 Unified diff

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