개정판 b74a9c91
macro기능 추가
Change-Id: I6e80960cf3ebf71f316f9d18cd890e90c827c40b
KCOM/KCOM.csproj | ||
---|---|---|
501 | 501 |
<Compile Include="Common\ImageAsyncHelper.cs" /> |
502 | 502 |
<Compile Include="Common\ImageSourceHelper.cs" /> |
503 | 503 |
<Compile Include="Common\ISplashMessage.cs" /> |
504 |
<Compile Include="Common\MacroItem.cs" /> |
|
504 | 505 |
<Compile Include="Common\MarkupUserInfo.cs" /> |
505 | 506 |
<Compile Include="Common\MathHelper.cs" /> |
507 |
<Compile Include="Common\MenuItem.cs" /> |
|
506 | 508 |
<Compile Include="Common\MouseInputBase.cs" /> |
507 | 509 |
<Compile Include="Controls\CustomWindow.cs" /> |
510 |
<Compile Include="Controls\MacroEdit.xaml.cs"> |
|
511 |
<DependentUpon>MacroEdit.xaml</DependentUpon> |
|
512 |
</Compile> |
|
508 | 513 |
<Compile Include="Controls\PasswordBoxUtilities.cs" /> |
509 | 514 |
<Compile Include="Extensions\DownloadProcess.cs" /> |
510 | 515 |
<Compile Include="Extensions\LinqExtension.cs" /> |
516 |
<Compile Include="Extensions\MacroHelper.cs" /> |
|
511 | 517 |
<Compile Include="PageManager\PageItem.cs" /> |
512 | 518 |
<Compile Include="PageManager\PageLoadCompletedEventArgs.cs" /> |
513 | 519 |
<Compile Include="PageManager\PageStorage.cs" /> |
... | ... | |
651 | 657 |
<Generator>MSBuild:Compile</Generator> |
652 | 658 |
<SubType>Designer</SubType> |
653 | 659 |
</Page> |
660 |
<Page Include="Controls\MacroEdit.xaml"> |
|
661 |
<SubType>Designer</SubType> |
|
662 |
<Generator>MSBuild:Compile</Generator> |
|
663 |
</Page> |
|
654 | 664 |
<Page Include="Controls\Panorama.xaml"> |
655 | 665 |
<SubType>Designer</SubType> |
656 | 666 |
<Generator>MSBuild:Compile</Generator> |
... | ... | |
1365 | 1375 |
<ItemGroup> |
1366 | 1376 |
<None Include="Connected Services\ServiceDeepView\ServiceDeepView.disco" /> |
1367 | 1377 |
</ItemGroup> |
1378 |
<ItemGroup> |
|
1379 |
<Resource Include="Resources\Images\MenuImage_New\cloudRectArrowText.png" /> |
|
1380 |
</ItemGroup> |
|
1368 | 1381 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1369 | 1382 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
1370 | 1383 |
<PropertyGroup> |
내보내기 Unified diff