개정판 3abe8d4e
issue #00000 자신의 마크업이 없는 경우 GotoMarkup에서 오류발생
Change-Id: Ideebbe7797a790e55dfa96e24fe5a6a528eeb784
KCOM/KCOM.csproj | ||
---|---|---|
540 | 540 |
<Compile Include="Behaviors\SpecialcharRemove.cs" /> |
541 | 541 |
<Compile Include="Behaviors\WindowBehavior.cs" /> |
542 | 542 |
<Compile Include="Common\Converter\ColorListToBrushConverter.cs" /> |
543 |
<Compile Include="Common\Converter\StringToColorConverter.cs" /> |
|
543 | 544 |
<Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" /> |
544 | 545 |
<Compile Include="Common\DataSaveTask.cs" /> |
545 | 546 |
<Compile Include="Common\Check_Inferface.cs" /> |
... | ... | |
561 | 562 |
<Compile Include="Common\MathHelper.cs" /> |
562 | 563 |
<Compile Include="Common\MenuItem.cs" /> |
563 | 564 |
<Compile Include="Common\MouseInputBase.cs" /> |
565 |
<Compile Include="Controls\ColorList.xaml.cs"> |
|
566 |
<DependentUpon>ColorList.xaml</DependentUpon> |
|
567 |
</Compile> |
|
564 | 568 |
<Compile Include="Controls\CustomWindow.cs" /> |
565 | 569 |
<Compile Include="Controls\MacroEdit.xaml.cs"> |
566 | 570 |
<DependentUpon>MacroEdit.xaml</DependentUpon> |
... | ... | |
703 | 707 |
<Generator>MSBuild:Compile</Generator> |
704 | 708 |
<SubType>Designer</SubType> |
705 | 709 |
</Page> |
710 |
<Page Include="Controls\ColorList.xaml"> |
|
711 |
<SubType>Designer</SubType> |
|
712 |
<Generator>MSBuild:Compile</Generator> |
|
713 |
</Page> |
|
706 | 714 |
<Page Include="Controls\CommantImage.xaml"> |
707 | 715 |
<Generator>MSBuild:Compile</Generator> |
708 | 716 |
<SubType>Designer</SubType> |
... | ... | |
822 | 830 |
<Compile Include="Common\Converter\MarginCorrectionConverter.cs" /> |
823 | 831 |
<Compile Include="Common\Converter\MarkupDataToConverter.cs" /> |
824 | 832 |
<Compile Include="Common\Converter\PreviewerVisibleConverter.cs" /> |
825 |
<Compile Include="Common\Converter\StringToColorConverter.cs" /> |
|
833 |
<Compile Include="Common\Converter\StringToColorBrushConverter.cs" />
|
|
826 | 834 |
<Compile Include="Common\DocumentSet.cs" /> |
827 | 835 |
<Compile Include="Common\ExpandingMouseOver.cs" /> |
828 | 836 |
<Compile Include="Common\InitData.cs" /> |
... | ... | |
1466 | 1474 |
<ItemGroup> |
1467 | 1475 |
<Resource Include="Resources\Images\ExtImage\blank.png" /> |
1468 | 1476 |
</ItemGroup> |
1477 |
<ItemGroup> |
|
1478 |
<Resource Include="Resources\Images\MenuImage_New\rgb.png" /> |
|
1479 |
</ItemGroup> |
|
1469 | 1480 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1470 | 1481 |
<Target Name="PostBuildMacros"> |
1471 | 1482 |
<GetAssemblyIdentity AssemblyFiles="$(TargetPath)"> |
내보내기 Unified diff