AppManifest.xaml
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:1k
源码类别:

SilverLight

开发平台:

HTML/CSS

  1. <Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" EntryPointAssembly="SFGS" EntryPointType="SFGS.App" RuntimeVersion="2.0.31005.0">
  2.   <Deployment.Parts>
  3.     <AssemblyPart x:Name="SFGS" Source="SFGS.dll" />
  4.     <AssemblyPart x:Name="System.Windows.Controls.Data" Source="System.Windows.Controls.Data.dll" />
  5.     <AssemblyPart x:Name="System.Windows.Controls" Source="System.Windows.Controls.dll" />
  6.     <AssemblyPart x:Name="System.Windows.Controls.Toolkit" Source="System.Windows.Controls.Toolkit.dll" />
  7.     <AssemblyPart Source="zh-Hans/System.Windows.Controls.resources.dll" />
  8.     <AssemblyPart Source="zh-Hans/System.Windows.Controls.Data.resources.dll" />
  9.   </Deployment.Parts>
  10. </Deployment>