167 lines
No EOL
8.4 KiB
XML
167 lines
No EOL
8.4 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>{A28BD694-C308-449F-8FD2-F08F3D54ABA0}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WebsitePanel.Providers.FTP.IIs70</RootNamespace>
|
|
<AssemblyName>WebsitePanel.Providers.FTP.IIs70</AssemblyName>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v3.5</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>..\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="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>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.Management.Ftp, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Lib\References\Microsoft\Microsoft.Web.Management.Ftp.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.Management.FtpClient, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Lib\References\Microsoft\Microsoft.Web.Management.FtpClient.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.DirectoryServices" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\VersionInfo.cs">
|
|
<Link>VersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Authorization\AuthorizationGlobals.cs" />
|
|
<Compile Include="Authorization\AuthorizationRule.cs" />
|
|
<Compile Include="Authorization\AuthorizationRuleAccessType.cs" />
|
|
<Compile Include="Authorization\AuthorizationRuleCollection.cs" />
|
|
<Compile Include="Authorization\AuthorizationSection.cs" />
|
|
<Compile Include="Configuration\ActiveDirectoryElement.cs" />
|
|
<Compile Include="Configuration\AnonymousAuthenticationElement.cs" />
|
|
<Compile Include="Configuration\AuthenticationElement.cs" />
|
|
<Compile Include="Configuration\BasicAuthenticationElement.cs" />
|
|
<Compile Include="Configuration\ConnectionsElement.cs" />
|
|
<Compile Include="Configuration\ControlChannelPolicy.cs" />
|
|
<Compile Include="Configuration\CustomAuthenticationElement.cs" />
|
|
<Compile Include="Configuration\CustomAuthenticationProvider.cs" />
|
|
<Compile Include="Configuration\CustomAuthenticationProviderCollection.cs" />
|
|
<Compile Include="Configuration\DataChannelPolicy.cs" />
|
|
<Compile Include="Configuration\DataChannelSecurityElement.cs" />
|
|
<Compile Include="Configuration\DirectoryBrowseElement.cs" />
|
|
<Compile Include="Configuration\FileHandlingElement.cs" />
|
|
<Compile Include="Configuration\FirewallElement.cs" />
|
|
<Compile Include="Configuration\FtpLogExtFileFlags.cs" />
|
|
<Compile Include="Configuration\FtpProtocolElement.cs" />
|
|
<Compile Include="Configuration\FtpSite.cs" />
|
|
<Compile Include="Configuration\LogFileElement.cs" />
|
|
<Compile Include="Configuration\LoggingElement.cs" />
|
|
<Compile Include="Configuration\MessagesElement.cs" />
|
|
<Compile Include="Configuration\Mode.cs" />
|
|
<Compile Include="Configuration\PermissionsFlags.cs" />
|
|
<Compile Include="Configuration\ProviderCollection.cs" />
|
|
<Compile Include="Configuration\ProviderElement.cs" />
|
|
<Compile Include="Configuration\SecurityElement.cs" />
|
|
<Compile Include="Configuration\SelectiveLogging.cs" />
|
|
<Compile Include="Configuration\SessionCollection.cs" />
|
|
<Compile Include="Configuration\SessionElement.cs" />
|
|
<Compile Include="Configuration\ShowFlags.cs" />
|
|
<Compile Include="Configuration\SiteState.cs" />
|
|
<Compile Include="Configuration\SslClientCertificatesElement.cs" />
|
|
<Compile Include="Configuration\SslElement.cs" />
|
|
<Compile Include="Configuration\UserIsolationElement.cs" />
|
|
<Compile Include="Configuration\ValidationFlags.cs" />
|
|
<Compile Include="FtpHelper.cs" />
|
|
<Compile Include="FtpSiteGlobals.cs" />
|
|
<Compile Include="MsFTP.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SitesHelper.cs" />
|
|
<Compile Include="SitesModuleService.cs" />
|
|
</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.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> |