개정판 2c3eae15
Revert "markus 성능개선"
This reverts commit 0cda2a885008c0503d20d124631932685c72d462.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I2978dc7ed08980980dabf724d9249b73c5dba72d
KCOM/KCOM.csproj | ||
---|---|---|
394 | 394 |
<Compile Include="Common\ISplashMessage.cs" /> |
395 | 395 |
<Compile Include="Common\MarkupUserInfo.cs" /> |
396 | 396 |
<Compile Include="Common\MouseInputBase.cs" /> |
397 |
<Compile Include="Extensions\LinqExtension.cs" /> |
|
398 |
<Compile Include="PageManager\PageItem.cs" /> |
|
399 |
<Compile Include="PageManager\PageStorage.cs" /> |
|
400 | 397 |
<Compile Include="Common\SelectionSet.cs" /> |
401 | 398 |
<Compile Include="Common\TempFile.cs" /> |
402 | 399 |
<Compile Include="Connected Services\KcomService\Reference.cs"> |
... | ... | |
463 | 460 |
<Compile Include="Extensions\MarkupVisitHelper.cs" /> |
464 | 461 |
<Compile Include="Extensions\MatrixHelper.cs" /> |
465 | 462 |
<Compile Include="Extensions\MouseHelper.cs" /> |
466 |
<Compile Include="Extensions\TaskExtensions.cs" /> |
|
467 | 463 |
<Compile Include="Extensions\VisualHelper.cs" /> |
468 | 464 |
<Compile Include="Extensions\WindowHelper.cs" /> |
469 | 465 |
<Compile Include="IAbstractDatabase.cs" /> |
... | ... | |
1545 | 1541 |
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" /> |
1546 | 1542 |
</Target> |
1547 | 1543 |
<PropertyGroup> |
1548 |
<PreBuildEvent>rem if $(ConfigurationName) == Debug (
|
|
1549 |
rem copy /Y "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
|
1550 |
rem )
|
|
1544 |
<PreBuildEvent>if $(ConfigurationName) == Debug ( |
|
1545 |
copy /Y "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
|
1546 |
) |
|
1551 | 1547 |
|
1552 | 1548 |
if $(ConfigurationName) == Debug_DevDoftech ( |
1553 | 1549 |
copy /Y "$(SolutionDir)\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
내보내기 Unified diff