manifest.xml 5.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <Solution xmlns="http://schemas.microsoft.com/sharepoint/" SolutionId="@solution.id@">
  2. <FeatureManifests>
  3. <FeatureManifest Location="@feature.name@\feature.xml"/>
  4. </FeatureManifests>
  5. <Assemblies>
  6. <Assembly Location="Cognos.BI.WebPart.dll" DeploymentTarget="WebApplication">
  7. <SafeControls>
  8. <SafeControl Assembly="Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" Namespace="Cognos.Portal.Services" TypeName="*" Safe="True" />
  9. </SafeControls>
  10. <ClassResources>
  11. <ClassResource Location = "dialog_error.gif"/>
  12. </ClassResources>
  13. </Assembly>
  14. <Assembly Location="Cognos.BI.Feature.dll" DeploymentTarget="GlobalAssemblyCache">
  15. <SafeControls>
  16. <SafeControl Assembly="Cognos.BI.Feature, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" Namespace="Cognos.Portal.Services" TypeName="*" Safe="True" />
  17. </SafeControls>
  18. </Assembly>
  19. <Assembly Location="cs\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  20. <Assembly Location="da\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  21. <Assembly Location="de\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  22. <Assembly Location="en\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  23. <Assembly Location="es\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  24. <Assembly Location="fi\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  25. <Assembly Location="fr\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  26. <Assembly Location="hu\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  27. <Assembly Location="it\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  28. <Assembly Location="ja\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  29. <Assembly Location="ko\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  30. <Assembly Location="nl\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  31. <Assembly Location="no\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  32. <Assembly Location="pl\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  33. <Assembly Location="pt\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  34. <Assembly Location="ro\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  35. <Assembly Location="ru\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  36. <Assembly Location="sv\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  37. <Assembly Location="tr\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  38. <Assembly Location="th\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  39. <Assembly Location="kk\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  40. <Assembly Location="ca\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  41. <Assembly Location="hr\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  42. <Assembly Location="sl\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  43. <Assembly Location="zh-cn\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  44. <Assembly Location="zh-tw\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
  45. </Assemblies>
  46. <DwpFiles>
  47. <DwpFile Location="CognosNavigator@webpart.filename.suffix@.dwp"/>
  48. <DwpFile Location="CognosSearch@webpart.filename.suffix@.dwp"/>
  49. <DwpFile Location="CognosViewer@webpart.filename.suffix@.dwp"/>
  50. </DwpFiles>
  51. <CodeAccessSecurity>
  52. <PolicyItem>
  53. <PermissionSet class="NamedPermissionSet" version="1" Name="CPSFullTrust" Description="Allows full access to all resources ">
  54. <IPermission class="AspNetHostingPermission" version="1" Level="Minimal" />
  55. <IPermission class="SecurityPermission" version="1" Flags="Execution" />
  56. <IPermission class="Microsoft.SharePoint.Security.SharePointPermission, Microsoft.SharePoint.Security, version=11.0.0.0, Culture=neutral,PublicKeyToken=71e9bce111e9429c" version="1" Unrestricted="true" ObjectModel="True" />
  57. <IPermission class="System.Net.WebPermission, System, version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true">
  58. <ConnectAccess>
  59. <URI uri="https?://.*" />
  60. </ConnectAccess>
  61. </IPermission>
  62. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" Flags="ControlThread, UnmanagedCode" />
  63. <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" Read="UserName" />
  64. <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
  65. <IPermission class="System.Configuration.ConfigurationPermission, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true"/>
  66. </PermissionSet>
  67. <Assemblies>
  68. <Assembly Name="Cognos.BI.WebPart"/>
  69. </Assemblies>
  70. </PolicyItem>
  71. </CodeAccessSecurity>
  72. </Solution>