개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
KCOM/KCOM.csproj | ||
---|---|---|
316 | 316 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
317 | 317 |
<Prefer32Bit>true</Prefer32Bit> |
318 | 318 |
</PropertyGroup> |
319 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'"> |
|
320 |
<DebugSymbols>true</DebugSymbols> |
|
321 |
<OutputPath>bin\Daelim_RemoteTest\</OutputPath> |
|
322 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
323 |
<DebugType>full</DebugType> |
|
324 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
325 |
<ErrorReport>prompt</ErrorReport> |
|
326 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
327 |
<Prefer32Bit>true</Prefer32Bit> |
|
328 |
</PropertyGroup> |
|
329 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x64'"> |
|
330 |
<DebugSymbols>true</DebugSymbols> |
|
331 |
<OutputPath>bin\x64\Daelim_RemoteTest\</OutputPath> |
|
332 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
333 |
<WarningLevel>3</WarningLevel> |
|
334 |
<DebugType>full</DebugType> |
|
335 |
<PlatformTarget>x64</PlatformTarget> |
|
336 |
<ErrorReport>prompt</ErrorReport> |
|
337 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
338 |
<Prefer32Bit>true</Prefer32Bit> |
|
339 |
</PropertyGroup> |
|
340 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'"> |
|
341 |
<DebugSymbols>true</DebugSymbols> |
|
342 |
<OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath> |
|
343 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
344 |
<DebugType>full</DebugType> |
|
345 |
<PlatformTarget>x86</PlatformTarget> |
|
346 |
<ErrorReport>prompt</ErrorReport> |
|
347 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
348 |
<Prefer32Bit>true</Prefer32Bit> |
|
349 |
</PropertyGroup> |
|
350 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
351 |
<DebugSymbols>true</DebugSymbols> |
|
352 |
<OutputPath>..\Setup\Release_Default\</OutputPath> |
|
353 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
354 |
<DebugType>full</DebugType> |
|
355 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
356 |
<ErrorReport>prompt</ErrorReport> |
|
357 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
358 |
</PropertyGroup> |
|
359 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
|
360 |
<DebugSymbols>true</DebugSymbols> |
|
361 |
<OutputPath>bin\x64\Release_Default\</OutputPath> |
|
362 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
363 |
<WarningLevel>3</WarningLevel> |
|
364 |
<DebugType>full</DebugType> |
|
365 |
<PlatformTarget>x64</PlatformTarget> |
|
366 |
<ErrorReport>prompt</ErrorReport> |
|
367 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
368 |
</PropertyGroup> |
|
369 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
|
370 |
<DebugSymbols>true</DebugSymbols> |
|
371 |
<OutputPath>bin\x86\Release_Default\</OutputPath> |
|
372 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
373 |
<DebugType>full</DebugType> |
|
374 |
<PlatformTarget>x86</PlatformTarget> |
|
375 |
<ErrorReport>prompt</ErrorReport> |
|
376 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
377 |
<Prefer32Bit>true</Prefer32Bit> |
|
378 |
</PropertyGroup> |
|
319 | 379 |
<ItemGroup> |
320 | 380 |
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
321 | 381 |
<SpecificVersion>False</SpecificVersion> |
... | ... | |
325 | 385 |
<SpecificVersion>False</SpecificVersion> |
326 | 386 |
<HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.OCRExtension.dll</HintPath> |
327 | 387 |
</Reference> |
388 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
|
389 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
|
390 |
</Reference> |
|
328 | 391 |
<Reference Include="itextsharp"> |
329 | 392 |
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
330 | 393 |
</Reference> |
... | ... | |
1342 | 1405 |
xcopy "$(SolutionDir)\INI\MARKUS_Daelim.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1343 | 1406 |
) |
1344 | 1407 |
|
1408 |
if $(ConfigurationName) == Daelim_RemoteTest ( |
|
1409 |
xcopy "$(SolutionDir)\INI\MARKUS_DAELIM_REMOTE.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
|
1410 |
) |
|
1411 |
|
|
1345 | 1412 |
if $(ConfigurationName) == Debug_DevDoftech ( |
1346 | 1413 |
xcopy "$(SolutionDir)\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1347 | 1414 |
) |
내보내기 Unified diff