1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!--
|
---|
3 |
|
---|
4 | ***********************************************************************************************
|
---|
5 | website.publishproj
|
---|
6 |
|
---|
7 | WARNING: DO NOT MODIFY this file, it is used for the web publish process.
|
---|
8 |
|
---|
9 | Copyright (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>{fa046d98-cdee-4d1f-8b82-d0d991bc915a}</ProjectGuid>
|
---|
20 | <SourceWebPhysicalPath>$(MSBuildThisFileDirectory)</SourceWebPhysicalPath>
|
---|
21 | <SourceWebVirtualPath>/Hive-3.3</SourceWebVirtualPath>
|
---|
22 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
23 | <SourceWebProject>
|
---|
24 | </SourceWebProject>
|
---|
25 | <SourceWebMetabasePath>
|
---|
26 | </SourceWebMetabasePath>
|
---|
27 | </PropertyGroup>
|
---|
28 | <PropertyGroup>
|
---|
29 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
---|
30 | <!-- for VS2010 we need to use 10.5 but for VS2012+ we should use VisualStudioVersion -->
|
---|
31 | <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)' =='' and '$(VisualStudioVersion)' == 10.0 ">10.5</WebPublishTargetsVersion>
|
---|
32 | <WebPublishTargetsVersion Condition=" '$(WebPublishTargetsVersion)'=='' ">$(VisualStudioVersion)</WebPublishTargetsVersion>
|
---|
33 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(WebPublishTargetsVersion)</VSToolsPath>
|
---|
34 | <_WebPublishTargetsPath Condition=" '$(_WebPublishTargetsPath)'=='' ">$(VSToolsPath)</_WebPublishTargetsPath>
|
---|
35 | <AssemblyFileVersion Condition="'$(AssemblyFileVersion)' == ''">1.0.0.0</AssemblyFileVersion>
|
---|
36 | <AssemblyVersion Condition="'$(AssemblyVersion)' == ''">1.0.0.0</AssemblyVersion>
|
---|
37 | </PropertyGroup>
|
---|
38 | <ItemGroup>
|
---|
39 | <AssemblyAttributes Include="AssemblyFileVersion">
|
---|
40 | <Value>$(AssemblyFileVersion)</Value>
|
---|
41 | </AssemblyAttributes>
|
---|
42 | <AssemblyAttributes Include="AssemblyVersion">
|
---|
43 | <Value>$(AssemblyVersion)</Value>
|
---|
44 | </AssemblyAttributes>
|
---|
45 | </ItemGroup>
|
---|
46 | <ItemGroup>
|
---|
47 | <ProjectReference Include="..\..\HeuristicLab.GeoIP\1.12\HeuristicLab.GeoIP.csproj">
|
---|
48 | <Project>{BE9B0229-9150-49A4-AEA6-BB58E055992F}</Project>
|
---|
49 | <Name>HeuristicLab.GeoIP</Name>
|
---|
50 | </ProjectReference>
|
---|
51 | <ProjectReference Include="..\..\HeuristicLab.Services.Access.DataAccess\3.3\HeuristicLab.Services.Access.DataAccess-3.3.csproj">
|
---|
52 | <Project>{0F652437-998A-4EAB-8BF1-444B5FE8CE97}</Project>
|
---|
53 | <Name>HeuristicLab.Services.Access.DataAccess-3.3</Name>
|
---|
54 | </ProjectReference>
|
---|
55 | <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
|
---|
56 | <Project>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</Project>
|
---|
57 | <Name>HeuristicLab.Services.Access-3.3</Name>
|
---|
58 | </ProjectReference>
|
---|
59 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
|
---|
60 | <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
|
---|
61 | <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
|
---|
62 | </ProjectReference>
|
---|
63 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
|
---|
64 | <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
|
---|
65 | <Name>HeuristicLab.Services.Hive-3.3</Name>
|
---|
66 | </ProjectReference>
|
---|
67 | </ItemGroup>
|
---|
68 | <Import Project="$(_WebPublishTargetsPath)\Web\Microsoft.WebSite.Publishing.targets" />
|
---|
69 | </Project> |
---|