[8235] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>
|
---|
| 7 | </ProductVersion>
|
---|
| 8 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 9 | <ProjectGuid>{5BC9293E-A17C-462F-A946-4781CC763553}</ProjectGuid>
|
---|
| 10 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
---|
| 11 | <OutputType>Library</OutputType>
|
---|
| 12 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 13 | <RootNamespace>HeuristicLab.Services.Hive.WebRole</RootNamespace>
|
---|
| 14 | <AssemblyName>HeuristicLab.Services.Hive.WebRole</AssemblyName>
|
---|
| 15 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 16 | <UseIISExpress>false</UseIISExpress>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup>
|
---|
| 36 | <SignAssembly>true</SignAssembly>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup>
|
---|
| 39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 40 | </PropertyGroup>
|
---|
| 41 | <ItemGroup>
|
---|
| 42 | <Reference Include="Microsoft.CSharp" />
|
---|
[9582] | 43 | <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 44 | <SpecificVersion>False</SpecificVersion>
|
---|
| 45 | <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.3\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
|
---|
[8235] | 46 | </Reference>
|
---|
| 47 | <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
---|
| 48 | <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
---|
| 49 | <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 50 | <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
|
---|
| 51 | </Reference>
|
---|
| 52 | <Reference Include="System.Data.Services.Client" />
|
---|
| 53 | <Reference Include="System.Web.DataVisualization" />
|
---|
| 54 | <Reference Include="System.Web.DynamicData" />
|
---|
| 55 | <Reference Include="System.Web.Entity" />
|
---|
| 56 | <Reference Include="System.Web.ApplicationServices" />
|
---|
| 57 | <Reference Include="System" />
|
---|
| 58 | <Reference Include="System.Configuration" />
|
---|
| 59 | <Reference Include="System.Core" />
|
---|
| 60 | <Reference Include="System.Data" />
|
---|
| 61 | <Reference Include="System.Drawing" />
|
---|
| 62 | <Reference Include="System.EnterpriseServices" />
|
---|
| 63 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 64 | <Reference Include="System.ServiceModel" />
|
---|
| 65 | <Reference Include="System.ServiceModel.Web" />
|
---|
| 66 | <Reference Include="System.Web" />
|
---|
| 67 | <Reference Include="System.Web.Extensions" />
|
---|
| 68 | <Reference Include="System.Web.Services" />
|
---|
| 69 | <Reference Include="System.Xml" />
|
---|
| 70 | <Reference Include="System.Xml.Linq" />
|
---|
| 71 | </ItemGroup>
|
---|
| 72 | <ItemGroup>
|
---|
| 73 | <Compile Include="AzureLocalStorageTraceListener.cs" />
|
---|
| 74 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 75 | <Compile Include="Status.aspx.cs">
|
---|
| 76 | <DependentUpon>Status.aspx</DependentUpon>
|
---|
| 77 | <SubType>ASPXCodeBehind</SubType>
|
---|
| 78 | </Compile>
|
---|
| 79 | <Compile Include="Status.aspx.designer.cs">
|
---|
| 80 | <DependentUpon>Status.aspx</DependentUpon>
|
---|
| 81 | </Compile>
|
---|
| 82 | <Compile Include="WebRole.cs" />
|
---|
| 83 | </ItemGroup>
|
---|
| 84 | <ItemGroup>
|
---|
| 85 | <Folder Include="App_Data\" />
|
---|
| 86 | </ItemGroup>
|
---|
| 87 | <ItemGroup>
|
---|
| 88 | <Content Include="bin\HeuristicLab.Collections-3.3.dll" />
|
---|
| 89 | <Content Include="bin\HeuristicLab.Collections-3.3.pdb" />
|
---|
| 90 | <Content Include="bin\HeuristicLab.Common-3.3.dll" />
|
---|
| 91 | <Content Include="bin\HeuristicLab.Common-3.3.pdb" />
|
---|
| 92 | <Content Include="bin\HeuristicLab.Common.Resources-3.3.dll" />
|
---|
| 93 | <Content Include="bin\HeuristicLab.Common.Resources-3.3.pdb" />
|
---|
| 94 | <Content Include="bin\HeuristicLab.Core-3.3.dll" />
|
---|
| 95 | <Content Include="bin\HeuristicLab.Core-3.3.pdb" />
|
---|
| 96 | <Content Include="bin\HeuristicLab.GeoIP.dll" />
|
---|
| 97 | <Content Include="bin\HeuristicLab.GeoIP.pdb" />
|
---|
| 98 | <Content Include="bin\HeuristicLab.Persistence-3.3.dll" />
|
---|
| 99 | <Content Include="bin\HeuristicLab.Persistence-3.3.pdb" />
|
---|
| 100 | <Content Include="bin\HeuristicLab.PluginInfrastructure-3.3.dll" />
|
---|
| 101 | <Content Include="bin\HeuristicLab.PluginInfrastructure-3.3.pdb" />
|
---|
| 102 | <Content Include="bin\HeuristicLab.Services.Access.DataAccess.dll" />
|
---|
| 103 | <Content Include="bin\HeuristicLab.Services.Access.DataAccess.pdb" />
|
---|
| 104 | <Content Include="bin\HeuristicLab.Services.Access.dll" />
|
---|
| 105 | <Content Include="bin\HeuristicLab.Services.Access.pdb" />
|
---|
| 106 | <Content Include="bin\HeuristicLab.Services.Hive-3.3.dll" />
|
---|
| 107 | <Content Include="bin\HeuristicLab.Services.Hive-3.3.pdb" />
|
---|
| 108 | <Content Include="bin\HeuristicLab.Services.Hive.DataAccess-3.3.dll" />
|
---|
| 109 | <Content Include="bin\HeuristicLab.Services.Hive.DataAccess-3.3.pdb" />
|
---|
| 110 | <Content Include="bin\HeuristicLab.Services.Hive.WebRole.dll" />
|
---|
| 111 | <Content Include="bin\HeuristicLab.Services.Hive.WebRole.pdb" />
|
---|
| 112 | <Content Include="bin\HeuristicLab.Tracing-3.3.dll" />
|
---|
| 113 | <Content Include="bin\HeuristicLab.Tracing-3.3.pdb" />
|
---|
| 114 | <Content Include="bin\ICSharpCode.SharpZipLib.dll" />
|
---|
| 115 | <Content Include="HeuristicLab.ico" />
|
---|
| 116 | <Content Include="HiveService.svc" />
|
---|
| 117 | <Content Include="Status.aspx" />
|
---|
| 118 | <Content Include="TempImageFiles\dummy.txt" />
|
---|
| 119 | </ItemGroup>
|
---|
| 120 | <ItemGroup>
|
---|
| 121 | <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
|
---|
| 122 | <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
|
---|
| 123 | <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
|
---|
| 124 | </ProjectReference>
|
---|
| 125 | <ProjectReference Include="..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
|
---|
| 126 | <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
|
---|
| 127 | <Name>HeuristicLab.Services.Hive-3.3</Name>
|
---|
| 128 | </ProjectReference>
|
---|
| 129 | </ItemGroup>
|
---|
| 130 | <ItemGroup>
|
---|
[8506] | 131 | <Content Include="Web.config">
|
---|
| 132 | <SubType>Designer</SubType>
|
---|
| 133 | </Content>
|
---|
[8235] | 134 | <Content Include="Web.Debug.config">
|
---|
| 135 | <DependentUpon>Web.config</DependentUpon>
|
---|
| 136 | </Content>
|
---|
| 137 | <Content Include="Web.Release.config">
|
---|
| 138 | <DependentUpon>Web.config</DependentUpon>
|
---|
| 139 | </Content>
|
---|
| 140 | </ItemGroup>
|
---|
| 141 | <ItemGroup>
|
---|
| 142 | <None Include="HeuristicLab.snk" />
|
---|
[9582] | 143 | <Content Include="packages.config" />
|
---|
[8235] | 144 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 145 | </ItemGroup>
|
---|
| 146 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 147 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
---|
| 148 | <ProjectExtensions>
|
---|
| 149 | <VisualStudio>
|
---|
| 150 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
---|
| 151 | <WebProjectProperties>
|
---|
| 152 | <UseIIS>False</UseIIS>
|
---|
| 153 | <AutoAssignPort>True</AutoAssignPort>
|
---|
| 154 | <DevelopmentServerPort>45075</DevelopmentServerPort>
|
---|
| 155 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
---|
| 156 | <IISUrl>
|
---|
| 157 | </IISUrl>
|
---|
| 158 | <NTLMAuthentication>False</NTLMAuthentication>
|
---|
| 159 | <UseCustomServer>False</UseCustomServer>
|
---|
| 160 | <CustomServerUrl>
|
---|
| 161 | </CustomServerUrl>
|
---|
| 162 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
---|
| 163 | <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
|
---|
| 164 | </WebProjectProperties>
|
---|
| 165 | </FlavorProperties>
|
---|
| 166 | </VisualStudio>
|
---|
| 167 | </ProjectExtensions>
|
---|
| 168 | <PropertyGroup>
|
---|
| 169 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 170 | set ProjectDir=$(ProjectDir)
|
---|
| 171 | set SolutionDir=$(SolutionDir)
|
---|
| 172 | set Outdir=$(Outdir)
|
---|
| 173 |
|
---|
| 174 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 175 | </PropertyGroup>
|
---|
| 176 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 177 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 178 | <Target Name="BeforeBuild">
|
---|
| 179 | </Target>
|
---|
| 180 | <Target Name="AfterBuild">
|
---|
| 181 | </Target>
|
---|
| 182 | -->
|
---|
| 183 | </Project> |
---|