개정판 d7e20d2d
markus 성능개선
- 일정 페이지범위를 local 저장소에 저장
Change-Id: Ib6ef3d770a360c40acf01d6de04668bee653eee4
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" /> |
|
397 | 400 |
<Compile Include="Common\SelectionSet.cs" /> |
398 | 401 |
<Compile Include="Common\TempFile.cs" /> |
399 | 402 |
<Compile Include="Connected Services\KcomService\Reference.cs"> |
... | ... | |
460 | 463 |
<Compile Include="Extensions\MarkupVisitHelper.cs" /> |
461 | 464 |
<Compile Include="Extensions\MatrixHelper.cs" /> |
462 | 465 |
<Compile Include="Extensions\MouseHelper.cs" /> |
466 |
<Compile Include="Extensions\TaskExtensions.cs" /> |
|
463 | 467 |
<Compile Include="Extensions\VisualHelper.cs" /> |
464 | 468 |
<Compile Include="Extensions\WindowHelper.cs" /> |
465 | 469 |
<Compile Include="IAbstractDatabase.cs" /> |
... | ... | |
1541 | 1545 |
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" /> |
1542 | 1546 |
</Target> |
1543 | 1547 |
<PropertyGroup> |
1544 |
<PreBuildEvent>if $(ConfigurationName) == Debug ( |
|
1545 |
copy /Y "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
|
1546 |
) |
|
1548 |
<PreBuildEvent>rem if $(ConfigurationName) == Debug (
|
|
1549 |
rem copy /Y "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
|
1550 |
rem )
|
|
1547 | 1551 |
|
1548 | 1552 |
if $(ConfigurationName) == Debug_DevDoftech ( |
1549 | 1553 |
copy /Y "$(SolutionDir)\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
내보내기 Unified diff