250 lines
No EOL
12 KiB
XML
250 lines
No EOL
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{C09CE910-F16B-48A1-B2CC-C99B8C1CF775}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WebsitePanel.EnterpriseServer.Base</RootNamespace>
|
|
<AssemblyName>WebsitePanel.EnterpriseServer.Base</AssemblyName>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>WebsitePanel.snk</AssemblyOriginatorKeyFile>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<WarningsAsErrors>618</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\VersionInfo.cs">
|
|
<Link>VersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Common\BusinessErrorCodes.cs" />
|
|
<Compile Include="Common\GenericStringResult.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Common\MailTemplate.cs" />
|
|
<Compile Include="Common\WebPlatformInstaller.cs" />
|
|
<Compile Include="DatabaseServers\DatabaseBrowserConfiguration.cs" />
|
|
<Compile Include="Ecommerce\BillingCycle.cs" />
|
|
<Compile Include="Ecommerce\Category.cs" />
|
|
<Compile Include="Ecommerce\CheckDomainResult.cs" />
|
|
<Compile Include="Ecommerce\CheckoutDetails.cs" />
|
|
<Compile Include="Ecommerce\CheckoutKeys.cs" />
|
|
<Compile Include="Ecommerce\CheckoutResult.cs" />
|
|
<Compile Include="Ecommerce\Common\GenericResult.cs" />
|
|
<Compile Include="Ecommerce\ContractSystem\Contract.cs" />
|
|
<Compile Include="Ecommerce\DomainNameCycle.cs" />
|
|
<Compile Include="Ecommerce\FormParameters.cs" />
|
|
<Compile Include="Ecommerce\GenericSvcResult.cs" />
|
|
<Compile Include="Ecommerce\HostingAddon.cs" />
|
|
<Compile Include="Ecommerce\HostingPlan.cs" />
|
|
<Compile Include="Ecommerce\HostingPlanCycle.cs" />
|
|
<Compile Include="Ecommerce\IInteractivePaymentGatewayProvider.cs" />
|
|
<Compile Include="Ecommerce\CheckoutFormParams.cs" />
|
|
<Compile Include="Ecommerce\IDomainRegistrar.cs" />
|
|
<Compile Include="Ecommerce\Invoice.cs" />
|
|
<Compile Include="Ecommerce\InvoiceItem.cs" />
|
|
<Compile Include="Ecommerce\IPaymentGatewayProvider.cs" />
|
|
<Compile Include="Ecommerce\KeyValueBunch.cs" />
|
|
<Compile Include="Ecommerce\OrderResult.cs" />
|
|
<Compile Include="Ecommerce\Payment.cs" />
|
|
<Compile Include="Ecommerce\PaymentMethod.cs" />
|
|
<Compile Include="Ecommerce\Product.cs" />
|
|
<Compile Include="Ecommerce\ProductType.cs" />
|
|
<Compile Include="Ecommerce\ResultCodes.cs" />
|
|
<Compile Include="Ecommerce\Service.cs" />
|
|
<Compile Include="Ecommerce\ServiceHandlers\HandlerResponse.cs" />
|
|
<Compile Include="Ecommerce\StoreSettings.cs" />
|
|
<Compile Include="Ecommerce\SupportedPlugin.cs" />
|
|
<Compile Include="Ecommerce\SystemPlugins\ISystemPlugin.cs" />
|
|
<Compile Include="Ecommerce\SystemPlugins\SystemPluginBase.cs" />
|
|
<Compile Include="Ecommerce\Taxation.cs" />
|
|
<Compile Include="Ecommerce\TaxZone.cs" />
|
|
<Compile Include="Ecommerce\TLDExtension.cs" />
|
|
<Compile Include="Ecommerce\TopLevelDomain.cs" />
|
|
<Compile Include="Ecommerce\TransactionResult.cs" />
|
|
<Compile Include="Ecommerce\TriggerSystem\ITriggerHandler.cs" />
|
|
<Compile Include="ExchangeServer\ExchangeEmailAddress.cs" />
|
|
<Compile Include="HostedSolution\AdditionalGroup.cs" />
|
|
<Compile Include="HostedSolution\ESPermission.cs" />
|
|
<Compile Include="Log\LogRecord.cs" />
|
|
<Compile Include="Packages\HostingPlanContext.cs" />
|
|
<Compile Include="Packages\HostingPlanGroupInfo.cs" />
|
|
<Compile Include="Packages\HostingPlanInfo.cs" />
|
|
<Compile Include="Packages\HostingPlanQuotaInfo.cs" />
|
|
<Compile Include="Packages\PackageAddonInfo.cs" />
|
|
<Compile Include="Packages\PackageContext.cs" />
|
|
<Compile Include="Packages\PackageInfo.cs" />
|
|
<Compile Include="Packages\PackageResult.cs" />
|
|
<Compile Include="Packages\PackageSettings.cs" />
|
|
<Compile Include="Packages\PackageStatus.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Reports\OverusageReport.custom.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Reports\OverusageReport.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>OverusageReport.xsd</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Reports\OverusageReportUtils.cs" />
|
|
<Compile Include="Scheduling\ScheduleInfo.cs" />
|
|
<Compile Include="Scheduling\SchedulePriority.cs" />
|
|
<Compile Include="Scheduling\SchedulerException.cs" />
|
|
<Compile Include="Scheduling\SchedulerTask.cs" />
|
|
<Compile Include="Scheduling\ScheduleStatus.cs" />
|
|
<Compile Include="Scheduling\ScheduleTaskInfo.cs" />
|
|
<Compile Include="Scheduling\ScheduleTaskParameterInfo.cs" />
|
|
<Compile Include="Scheduling\ScheduleTaskParameterType.cs" />
|
|
<Compile Include="Scheduling\ScheduleType.cs" />
|
|
<Compile Include="Scheduling\ScheduleViewConfiguration.cs" />
|
|
<Compile Include="Scheduling\ThreadStartParameters.cs" />
|
|
<Compile Include="Security\DemandAccount.cs" />
|
|
<Compile Include="Security\DemandPackage.cs" />
|
|
<Compile Include="Servers\DomainType.cs" />
|
|
<Compile Include="Servers\IPAddressesPaged.cs" />
|
|
<Compile Include="Servers\IPAddressPool.cs" />
|
|
<Compile Include="System\SystemSettings.cs" />
|
|
<Compile Include="Tasks\BackgroundTask.cs" />
|
|
<Compile Include="Tasks\BackgroundTaskLogRecord.cs" />
|
|
<Compile Include="Tasks\BackgroundTaskStatus.cs" />
|
|
<Compile Include="Users\UserInfo.cs" />
|
|
<Compile Include="Users\UserLoginStatus.cs" />
|
|
<Compile Include="Users\UsernamePolicy.cs" />
|
|
<Compile Include="Users\UserRole.cs" />
|
|
<Compile Include="Users\UserSettings.cs" />
|
|
<Compile Include="Users\UserStatus.cs" />
|
|
<Compile Include="Servers\ClusterInfo.cs" />
|
|
<Compile Include="Servers\DomainInfo.cs" />
|
|
<Compile Include="Servers\GlobalDnsRecord.cs" />
|
|
<Compile Include="Servers\IPAddressInfo.cs" />
|
|
<Compile Include="Servers\ProviderInfo.cs" />
|
|
<Compile Include="Packages\QuotaInfo.cs" />
|
|
<Compile Include="Packages\Quotas.cs" />
|
|
<Compile Include="Packages\QuotaValueInfo.cs" />
|
|
<Compile Include="Servers\ResourceGroupInfo.cs" />
|
|
<Compile Include="Servers\ResourceGroups.cs" />
|
|
<Compile Include="Servers\ServerInfo.cs" />
|
|
<Compile Include="Servers\ServiceInfo.cs" />
|
|
<Compile Include="Servers\VirtualGroupInfo.cs" />
|
|
<Compile Include="Virtualization\NetworkAdapterDetails.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Virtualization\NetworkAdapterIPAddress.cs" />
|
|
<Compile Include="Virtualization\PackageIPAddress.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Virtualization\PackageIPAddressesPaged.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Virtualization\PrivateIPAddress.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Virtualization\PrivateIPAddressesPaged.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Virtualization\VirtualizationErrorCodes.cs" />
|
|
<Compile Include="Virtualization\VirtualMachineMetaItem.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Virtualization\VirtualMachineMetaItemsPaged.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Virtualization\VirtualMachinePermission.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Wizards\ApplicationInfo.cs" />
|
|
<Compile Include="Wizards\InstallationInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="WebsitePanel.snk" />
|
|
<None Include="Reports\OverusageReport.xsc">
|
|
<DependentUpon>OverusageReport.xsd</DependentUpon>
|
|
</None>
|
|
<None Include="Reports\OverusageReport.xsd">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSDataSetGenerator</Generator>
|
|
<LastGenOutput>OverusageReport.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Reports\OverusageReport.xss">
|
|
<DependentUpon>OverusageReport.xsd</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |