241 lines
No EOL
10 KiB
XML
241 lines
No EOL
10 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>{38C6047C-E447-4CC2-891F-ABE54D4659F3}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WebsitePanel.Server</RootNamespace>
|
|
<AssemblyName>WebsitePanel.Server</AssemblyName>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
<UseIISExpress>false</UseIISExpress>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;PRODUCTION_NO</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;PRODUCTION_NO</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<WarningsAsErrors>618</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Lib\Microsoft.Web.Services3.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Web.Mobile" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="AutoDiscovery.asmx" />
|
|
<Content Include="BlackBerry.asmx" />
|
|
<EmbeddedResource Include="Images\logo.png" />
|
|
<Content Include="LyncServer.asmx" />
|
|
<Content Include="OCSEdgeServer.asmx" />
|
|
<Content Include="OCSServer.asmx" />
|
|
<Content Include="CRM.asmx" />
|
|
<Content Include="DatabaseServer.asmx" />
|
|
<Content Include="Default.aspx" />
|
|
<Content Include="DNSServer.asmx" />
|
|
<Content Include="ExchangeServer.asmx" />
|
|
<Content Include="FTPServer.asmx" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="HostedSharePointServer.asmx" />
|
|
<Content Include="Organizations.asmx" />
|
|
<Content Include="MailServer.asmx" />
|
|
<Content Include="OperatingSystem.asmx" />
|
|
<Content Include="ServiceProvider.asmx" />
|
|
<Content Include="SharePointServer.asmx" />
|
|
<Content Include="StatisticsServer.asmx" />
|
|
<Content Include="VirtualizationServer.asmx" />
|
|
<Content Include="VirtualizationServerForPrivateCloud.asmx" />
|
|
<Content Include="Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="WebServer.asmx" />
|
|
<Content Include="WindowsServer.asmx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\VersionInfo.cs">
|
|
<Link>VersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="AutoDiscovery.asmx.cs">
|
|
<DependentUpon>AutoDiscovery.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="BlackBerry.asmx.cs">
|
|
<DependentUpon>BlackBerry.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Code\AutoDiscoveryHelper.cs" />
|
|
<Compile Include="Code\ServerConfiguration.cs" />
|
|
<Compile Include="Code\ServerUsernameTokenManager.cs" />
|
|
<Compile Include="Code\UsernameAssertion.cs" />
|
|
<Compile Include="LyncServer.asmx.cs">
|
|
<DependentUpon>LyncServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="OCSEdgeServer.asmx.cs">
|
|
<DependentUpon>OCSEdgeServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="OCSServer.asmx.cs">
|
|
<DependentUpon>OCSServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="CRM.asmx.cs">
|
|
<DependentUpon>CRM.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DatabaseServer.asmx.cs">
|
|
<DependentUpon>DatabaseServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Default.aspx.cs">
|
|
<DependentUpon>Default.aspx</DependentUpon>
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="Default.aspx.designer.cs">
|
|
<DependentUpon>Default.aspx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DNSServer.asmx.cs">
|
|
<DependentUpon>DNSServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="ExchangeServer.asmx.cs">
|
|
<DependentUpon>ExchangeServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="FTPServer.asmx.cs">
|
|
<DependentUpon>FTPServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="HostedSharePointServer.asmx.cs">
|
|
<DependentUpon>HostedSharePointServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Organizations.asmx.cs">
|
|
<DependentUpon>Organizations.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="MailServer.asmx.cs">
|
|
<DependentUpon>MailServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="OperatingSystem.asmx.cs">
|
|
<DependentUpon>OperatingSystem.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ServiceProvider.asmx.cs">
|
|
<DependentUpon>ServiceProvider.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="SharePointServer.asmx.cs">
|
|
<DependentUpon>SharePointServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="StatisticsServer.asmx.cs">
|
|
<DependentUpon>StatisticsServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="VirtualizationServer.asmx.cs">
|
|
<DependentUpon>VirtualizationServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="VirtualizationServerForPrivateCloud.asmx.cs">
|
|
<DependentUpon>VirtualizationServerForPrivateCloud.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="WebServer.asmx.cs">
|
|
<DependentUpon>WebServer.asmx</DependentUpon>
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="WindowsServer.asmx.cs">
|
|
<DependentUpon>WindowsServer.asmx</DependentUpon>
|
|
<SubType>Component</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.Server.Utils\WebsitePanel.Server.Utils.csproj">
|
|
<Project>{E91E52F3-9555-4D00-B577-2B1DBDD87CA7}</Project>
|
|
<Name>WebsitePanel.Server.Utils</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="WsePolicyCache.Config" />
|
|
</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>
|
|
-->
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>False</UseIIS>
|
|
<AutoAssignPort>False</AutoAssignPort>
|
|
<DevelopmentServerPort>9004</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>
|
|
</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
</Project> |