12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <Solution xmlns="http://schemas.microsoft.com/sharepoint/" SolutionId="@solution.id@">
- <FeatureManifests>
- <FeatureManifest Location="@feature.name@\feature.xml"/>
- </FeatureManifests>
- <Assemblies>
- <Assembly Location="Cognos.BI.WebPart.dll" DeploymentTarget="WebApplication">
- <SafeControls>
- <SafeControl Assembly="Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" Namespace="Cognos.Portal.Services" TypeName="*" Safe="True" />
- </SafeControls>
- <ClassResources>
- <ClassResource Location = "dialog_error.gif"/>
- </ClassResources>
- </Assembly>
- <Assembly Location="Cognos.BI.Feature.dll" DeploymentTarget="GlobalAssemblyCache">
- <SafeControls>
- <SafeControl Assembly="Cognos.BI.Feature, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd" Namespace="Cognos.Portal.Services" TypeName="*" Safe="True" />
- </SafeControls>
- </Assembly>
- <Assembly Location="cs\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="da\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="de\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="en\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="es\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="fi\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="fr\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="hu\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="it\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="ja\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="ko\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="nl\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="no\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="pl\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="pt\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="ro\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="ru\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="sv\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="tr\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="th\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="kk\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="ca\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="hr\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="sl\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="zh-cn\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- <Assembly Location="zh-tw\Cognos.BI.WebPart.resources.dll" DeploymentTarget="WebApplication"/>
- </Assemblies>
- <DwpFiles>
- <DwpFile Location="CognosNavigator@webpart.filename.suffix@.dwp"/>
- <DwpFile Location="CognosSearch@webpart.filename.suffix@.dwp"/>
- <DwpFile Location="CognosViewer@webpart.filename.suffix@.dwp"/>
- </DwpFiles>
- <CodeAccessSecurity>
- <PolicyItem>
- <PermissionSet class="NamedPermissionSet" version="1" Name="CPSFullTrust" Description="Allows full access to all resources ">
- <IPermission class="AspNetHostingPermission" version="1" Level="Minimal" />
- <IPermission class="SecurityPermission" version="1" Flags="Execution" />
- <IPermission class="Microsoft.SharePoint.Security.SharePointPermission, Microsoft.SharePoint.Security, version=11.0.0.0, Culture=neutral,PublicKeyToken=71e9bce111e9429c" version="1" Unrestricted="true" ObjectModel="True" />
- <IPermission class="System.Net.WebPermission, System, version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true">
- <ConnectAccess>
- <URI uri="https?://.*" />
- </ConnectAccess>
- </IPermission>
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" Flags="ControlThread, UnmanagedCode" />
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" Read="UserName" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
- <IPermission class="System.Configuration.ConfigurationPermission, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" version="1" Unrestricted="true"/>
- </PermissionSet>
- <Assemblies>
- <Assembly Name="Cognos.BI.WebPart"/>
- </Assemblies>
- </PolicyItem>
- </CodeAccessSecurity>
- </Solution>
|