您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
502 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup />
  4. <ItemGroup>
  5. <Page Update="WPF.UiLibrary\VirtualTextBox.xaml">
  6. <SubType>Designer</SubType>
  7. </Page>
  8. <Page Update="WPF.UiLibrary\VirtualMouseCaptureArea.xaml">
  9. <SubType>Designer</SubType>
  10. </Page>
  11. <Page Update="WPF.UiLibrary\VirtualButton.xaml">
  12. <SubType>Designer</SubType>
  13. </Page>
  14. </ItemGroup>
  15. </Project>