Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/website.publishproj @ 12584

Last change on this file since 12584 was 12584, checked in by dglaser, 9 years ago

#2388: Changed all files to connect to localhost / sqlexpress

HeuristicLab.Services.Hive-3.3:

  • Added Converter.cs and NewHiveService.cs, both will be integrated into existing HiveService.cs and Convert.cs when all methods are successfully implemented

HeuristicLab.Services.Hive.Web.Hive-3.3:

  • Added publish profiles

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added functionality to download TaskData as .hl file
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3
4***********************************************************************************************
5website.publishproj
6
7WARNING: DO NOT MODIFY this file, it is used for the web publish process.
8
9Copyright (C) Microsoft Corporation. All rights reserved.
10
11***********************************************************************************************
12-->
13<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
14  <PropertyGroup>
15    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
16    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
17    <ProductVersion>10.0.30319</ProductVersion>
18    <SchemaVersion>2.0</SchemaVersion>
19    <ProjectGuid>{7523325a-a0a3-4b85-be27-4f25187e0c0d}</ProjectGuid>
20    <SourceWebPhysicalPath>$(MSBuildThisFileDirectory)</SourceWebPhysicalPath>
21    <SourceWebVirtualPath>/Hive-3.3</SourceWebVirtualPath>
22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23    <SourceWebProject>C:\dglaser\HeuristicLab\branches\HiveStatistics\sources\HeuristicLab.Services.Hive.Web\Hive-3.3</SourceWebProject>
24    <SourceWebMetabasePath>/IISExpress/7.5/LM/W3SVC/3/ROOT</SourceWebMetabasePath>
25  </PropertyGroup>
26  <PropertyGroup>
27    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
28    <!-- for VS2010 we need to use 10.5 but for VS2012+ we should use VisualStudioVersion -->
29    <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)' =='' and '$(VisualStudioVersion)' == 10.0 ">10.5</WebPublishTargetsVersion>
30    <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)'=='' ">$(VisualStudioVersion)</WebPublishTargetsVersion>
31    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(WebPublishTargetsVersion)</VSToolsPath>
32    <_WebPublishTargetsPath Condition=" '$(_WebPublishTargetsPath)'=='' ">$(VSToolsPath)</_WebPublishTargetsPath>
33    <AssemblyFileVersion Condition="'$(AssemblyFileVersion)' == ''">1.0.0.0</AssemblyFileVersion>
34    <AssemblyVersion Condition="'$(AssemblyVersion)' == ''">1.0.0.0</AssemblyVersion>
35  </PropertyGroup>
36  <ItemGroup>
37    <AssemblyAttributes Include="AssemblyFileVersion">
38      <Value>$(AssemblyFileVersion)</Value>
39    </AssemblyAttributes>
40    <AssemblyAttributes Include="AssemblyVersion">
41      <Value>$(AssemblyVersion)</Value>
42    </AssemblyAttributes>
43  </ItemGroup>
44  <ItemGroup>
45    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.GeoIP\1.12\HeuristicLab.GeoIP.csproj">
46      <Project>{BE9B0229-9150-49A4-AEA6-BB58E055992F}</Project>
47      <Name>HeuristicLab.GeoIP</Name>
48    </ProjectReference>
49    <ProjectReference Include="..\..\HeuristicLab.Services.Access.DataAccess\3.3\HeuristicLab.Services.Access.DataAccess-3.3.csproj">
50      <Project>{0F652437-998A-4EAB-8BF1-444B5FE8CE97}</Project>
51      <Name>HeuristicLab.Services.Access.DataAccess-3.3</Name>
52    </ProjectReference>
53    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
54      <Project>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</Project>
55      <Name>HeuristicLab.Services.Access-3.3</Name>
56    </ProjectReference>
57    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
58      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
59      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
60    </ProjectReference>
61    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
62      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
63      <Name>HeuristicLab.Services.Hive-3.3</Name>
64    </ProjectReference>
65  </ItemGroup>
66  <Import Project="$(_WebPublishTargetsPath)\Web\Microsoft.WebSite.Publishing.targets" />
67</Project>
Note: See TracBrowser for help on using the repository browser.