프로젝트

일반

사용자정보

개정판 f882e166

IDf882e16661ee3f58af43b575d1770b41877440f7
상위 077fb153
하위 eaafc1eb

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

markus debug_daelim 추가

Change-Id: I63942c598daf6c9187cf37c9ce175b0bf59c04f2

차이점 보기:

KCOM/KCOM.csproj
287 287
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
288 288
    <Prefer32Bit>true</Prefer32Bit>
289 289
  </PropertyGroup>
290
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
291
    <DebugSymbols>true</DebugSymbols>
292
    <OutputPath>bin\Debug_Daelim\</OutputPath>
293
    <DefineConstants>DEBUG;TRACE</DefineConstants>
294
    <DebugType>full</DebugType>
295
    <PlatformTarget>AnyCPU</PlatformTarget>
296
    <ErrorReport>prompt</ErrorReport>
297
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
298
  </PropertyGroup>
299
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
300
    <DebugSymbols>true</DebugSymbols>
301
    <OutputPath>bin\x64\Debug_Daelim\</OutputPath>
302
    <DefineConstants>DEBUG;TRACE</DefineConstants>
303
    <WarningLevel>3</WarningLevel>
304
    <DebugType>full</DebugType>
305
    <PlatformTarget>x64</PlatformTarget>
306
    <ErrorReport>prompt</ErrorReport>
307
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
308
  </PropertyGroup>
309
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
310
    <DebugSymbols>true</DebugSymbols>
311
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
312
    <DefineConstants>DEBUG;TRACE</DefineConstants>
313
    <DebugType>full</DebugType>
314
    <PlatformTarget>x86</PlatformTarget>
315
    <ErrorReport>prompt</ErrorReport>
316
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
317
    <Prefer32Bit>true</Prefer32Bit>
318
  </PropertyGroup>
290 319
  <ItemGroup>
291 320
    <Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
292 321
      <SpecificVersion>False</SpecificVersion>
......
1280 1309
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
1281 1310
  </Target>
1282 1311
  <PropertyGroup>
1283
    <PreBuildEvent>
1284
    </PreBuildEvent>
1312
    <PreBuildEvent>if $(ConfigurationName) == Debug (
1313
     xcopy /i /e /s /y /f "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1314
)
1315

  
1316
if $(ConfigurationName) == Debug_Daelim (
1317
     copy /Y "$(SolutionDir)\INI\MARKUS_Daelim.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1318
)
1319

  
1320
if $(ConfigurationName) == Debug_DevDoftech (
1321
     copy /Y "$(SolutionDir)\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1322
)
1323

  
1324
if $(ConfigurationName) == Debug_HyoSung (
1325
     copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung_Debug.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1326
 )
1327

  
1328
 if $(ConfigurationName) == Release_HyoSung (
1329
     copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1330
)
1331
 if $(ConfigurationName) == Release_PEMSS (
1332
     copy /Y "$(SolutionDir)\INI\MARKUS_PEMSS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1333
)
1334
if $(ConfigurationName) == Debug_SNI (
1335
     copy /Y "$(SolutionDir)\INI\MARKUS_SNI.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1336
)</PreBuildEvent>
1285 1337
  </PropertyGroup>
1286 1338
  <Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')">
1287 1339
    <TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" />

내보내기 Unified diff

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