164 lines
No EOL
8.2 KiB
XML
164 lines
No EOL
8.2 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>{1B9DCE85-C664-49FC-B6E1-86C63CAB88D1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WebsitePanel.Providers.Web</RootNamespace>
|
|
<AssemblyName>WebsitePanel.Providers.Web.IIs70</AssemblyName>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<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>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\WebsitePanel.Server\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>..\WebsitePanel.Server\bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<WarningsAsErrors>618</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Ionic.Zip.Reduced, Version=1.8.4.28, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Lib\Ionic.Zip.Reduced.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Caching, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL" />
|
|
<Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Lib\References\Microsoft\Microsoft.Web.Administration.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.Management, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Lib\References\Microsoft\Microsoft.Web.Management.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.DirectoryServices" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\VersionInfo.cs">
|
|
<Link>VersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Authentication\AnonymAuthModuleService.cs" />
|
|
<Compile Include="Authentication\AuthenticationGlobals.cs" />
|
|
<Compile Include="Authentication\BasicAuthModuleService.cs" />
|
|
<Compile Include="Authentication\WindowsAuthenticationModuleService.cs" />
|
|
<Compile Include="ClassicAsp\ClassicAspGlobals.cs" />
|
|
<Compile Include="ClassicAsp\ClassicAspModuleService.cs" />
|
|
<Compile Include="Common\ConfigurationModuleService.cs" />
|
|
<Compile Include="Common\FastCgiApplication.cs" />
|
|
<Compile Include="Common\FastCgiApplicationCollection.cs" />
|
|
<Compile Include="Common\FastCgiSection.cs" />
|
|
<Compile Include="Common\HttpErrorResponseMode.cs" />
|
|
<Compile Include="Compression\CompressionModuleService.cs" />
|
|
<Compile Include="DefaultDocuments\DefaultDocumentModuleService.cs" />
|
|
<Compile Include="Delegation\DelegationRulesModuleService.cs" />
|
|
<Compile Include="DirectoryBrowse\DirectoryBrowseGlobals.cs" />
|
|
<Compile Include="DirectoryBrowse\DirectoryBrowseModuleService.cs" />
|
|
<Compile Include="DirectoryBrowse\DirectoryBrowseSection.cs" />
|
|
<Compile Include="DirectoryBrowse\DirectoryBrowseShowFlags.cs" />
|
|
<Compile Include="Extensions\ExtensionsModuleService.cs" />
|
|
<Compile Include="Common\IsapiCgiRestrictionCollection.cs" />
|
|
<Compile Include="Common\IsapiCgiRestrictionElement.cs" />
|
|
<Compile Include="Common\IsapiCgiRestrictionSection.cs" />
|
|
<Compile Include="Handlers\HandlerAccessPolicy.cs" />
|
|
<Compile Include="Handlers\HandlerAction.cs" />
|
|
<Compile Include="Handlers\HandlerActionCollection.cs" />
|
|
<Compile Include="Handlers\HandlerRequiredAccess.cs" />
|
|
<Compile Include="Handlers\HandlersModuleService.cs" />
|
|
<Compile Include="Handlers\HandlersSection.cs" />
|
|
<Compile Include="Handlers\ResourceType.cs" />
|
|
<Compile Include="HttpRedirect\HttpRedirectModuleService.cs" />
|
|
<Compile Include="IIs70.cs" />
|
|
<Compile Include="MimeTypes\MimeTypesModuleService.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SSL\CertEnrollInterop.cs" />
|
|
<Compile Include="SSL\SSLModuleService.cs" />
|
|
<Compile Include="Utility\ConfigurationUtility.cs" />
|
|
<Compile Include="WebObjects\CustomHttpErrorsModuleService.cs" />
|
|
<Compile Include="WebObjects\CustomHttpHeadersModuleService.cs" />
|
|
<Compile Include="WebObjects\WebObjectsModuleService.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WebsitePanel.Providers.Base\WebsitePanel.Providers.Base.csproj">
|
|
<Project>{684C932A-6C75-46AC-A327-F3689D89EB42}</Project>
|
|
<Name>WebsitePanel.Providers.Base</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WebsitePanel.Providers.Web.IIs60\WebsitePanel.Providers.Web.IIs60.csproj">
|
|
<Project>{9BE0317D-E42E-4FF6-9A87-8C801F046EA1}</Project>
|
|
<Name>WebsitePanel.Providers.Web.IIs60</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WebsitePanel.Server.Utils\WebsitePanel.Server.Utils.csproj">
|
|
<Project>{E91E52F3-9555-4D00-B577-2B1DBDD87CA7}</Project>
|
|
<Name>WebsitePanel.Server.Utils</Name>
|
|
</ProjectReference>
|
|
</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>
|
|
<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> |