bundle.config 457 B

12345678
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <!--DevHostApp.dll 与bundle.config在同一个目录下-->
  4. <Activator BundleName="测试程序1" Assembly="PowerTestDemo.dll" Type="PowerTestDemo.Bundle"/>
  5. <Extension Point="MainPage">
  6. <Node Name="电源测试程序" Page="测试项目" Group="测试项目" Text="电源测试" Type="PowerTestDemo.FrmMain" Image="test.png" IsLazyLoad="true" Order="2" />
  7. </Extension>
  8. </configuration>