ResourceType程序集:flatFormAssembly – 云医院

ResourceType程序集:flatFormAssembly

xml示例:

<?xml version="1.0" encoding="UTF-8"?>

<!--平台程序集-->

<flatFormAssembly>

 <ver value="1000"/>

 <!--计算机访问的名字-->

 <name value="publicComponent"/>

 <!--人可读的标题-->

 <title value="公共组件"/>

 <!--枚举-->

 <status value="active/retired"/>

 <!--创建时间-->

 <createdate value="20010101T235959"/>

 <!--发布者-->

 <publisher value="wdpc"/>

 <!--阐述-->

 <description value=""/>

 <!--目的-->

 <purpose value=""/>

 <!--有效期-->

 <effectivePeriod>

  <start value="2001-1-1"/>

  <end value="2001-1-3"/>

 </effectivePeriod>

 <!--参照这个类型(联系方式)-->

 <contact/>

 <!--参照这个类型(版权)-->

 <copyright/>

 <fileGroupType>

  <system value="valuest/PublicCloudFileSystemGroup"/>

  <code value="0001.0001"/>

  <version value="1000"/>

  <display value="云平台/服务程序集"/>

 </fileGroupType>

 <fileName value="aaa.dll"/>

 <!--0..*-->

 <operatingSystem>

  <!--操作系统类别(windows,linux,unix,macosx,andriod,os/2,ios)-->

  <type value="windows"/>

  <!--操作系统位数(x86,64,any)-->

  <bit value="any"/>

  <supportLowestVer value="6.1"/>

  <supportHighestVer value="*"/>

 </operatingSystem>

 <!--本组件需要的依赖的项目-->

 <dependOn>

  <reference value="flatFormAssembly/1323"/>

 </dependOn>

 <!--需要注册-->

 <regsvr value="true"/>

 <!--开发语言(dotnet,pb,java,delphi,c,c++)-->

 <developLanguage value=""/>

 <dotnet>

  <!--版本-->

  <frameWorkVer value="4.0"/>

  <!--参照这个类型(相关文档)-->

  <relatedArtifact/>

  <!--隶属于服务平台域名称-->

  <partOfPlatFormDomain value="WdpcCommon"/>

  <!--模拟windows用户身份信息-->

  <runAsIdentity>

   <userName value="administrator"/>

   <passWord value="a"/>

   <domain value="domain"/>

   <logonType value="2"/>

   <logonProvider value="0"/>

  </runAsIdentity>

  <!--资源访问用户-->

  <runAsResourceRoll value="aaa"/>

  <assembly>

   <Name value=""/>

   <Version vaule="0.23"/>

   <Culture value=""/>

   <PublicKeyToken value=""/>

  </assembly>

 </dotnet>

 <!--支持热插拔-->

 <hotPlug value="true"/>

 <type value="assembly/image/audio/video/text/database/binary/other"/>

 <contentType value="text/xml"/>

 <fileContnet value=""/>

 <fileHashCode value=""/>

 <fileServerLocalPath value=""/>

</flatFormAssembly>

要发表评论,您必须先登录