개정판 4fcb686a
issue #000 font가 적용 되지 않아 box size가 작게 출력되는 문제
Change-Id: Ie07531db96d56e8d5c2bbdbf0786d053ad39747c
KCOM/KCOM.csproj | ||
---|---|---|
514 | 514 |
</ApplicationDefinition> |
515 | 515 |
<Compile Include="Behaviors\ListViewColumnSizeAutoBehavior.cs" /> |
516 | 516 |
<Compile Include="Behaviors\RadListBoxDragVisualProvider.cs" /> |
517 |
<Compile Include="Behaviors\SpecialcharRemove.cs" /> |
|
517 | 518 |
<Compile Include="Behaviors\WindowBehavior.cs" /> |
518 | 519 |
<Compile Include="Common\Converter\ColorListToBrushConverter.cs" /> |
519 | 520 |
<Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" /> |
... | ... | |
1481 | 1482 |
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" /> |
1482 | 1483 |
</Target> |
1483 | 1484 |
<PropertyGroup> |
1484 |
<PreBuildEvent>IF NOT EXIST $(TargetDir)Plugin ( |
|
1485 |
<PreBuildEvent>Taskkill /IM DownloadManager.exe /F |
|
1486 |
|
|
1487 |
IF NOT EXIST $(TargetDir)Plugin ( |
|
1485 | 1488 |
mkdir $(TargetDir)Plugin |
1486 | 1489 |
) |
1487 | 1490 |
|
내보내기 Unified diff