Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/App_Data/PublishProfiles/Hive-3.3.pubxml @ 9589

Last change on this file since 9589 was 9589, checked in by pfleck, 11 years ago

#2063:
Added Asp.net MVC project and all required libraries.
Added publish profile to web services and web pages.

File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
5-->
6<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7  <PropertyGroup>
8    <WebPublishMethod>MSDeploy</WebPublishMethod>
9    <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
10    <LastUsedPlatform>Any CPU</LastUsedPlatform>
11    <SiteUrlToLaunchAfterPublish />
12    <ExcludeApp_Data>False</ExcludeApp_Data>
13    <MSDeployServiceURL>localhost</MSDeployServiceURL>
14    <DeployIisAppPath>Default Web Site/Hive-3.3</DeployIisAppPath>
15    <RemoteSitePhysicalPath />
16    <SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
17    <MSDeployPublishMethod>InProc</MSDeployPublishMethod>
18    <EnableMSDeployBackup>False</EnableMSDeployBackup>
19    <UserName />
20    <_SavePWD>False</_SavePWD>
21    <PublishDatabaseSettings>
22      <Objects xmlns="">
23        <ObjectGroup Name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" Order="1" Enabled="False">
24          <Destination Path="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True" />
25          <Object Type="DbDacFx">
26            <PreSource Path="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True" includeData="False" />
27            <Source Path="$(IntermediateOutputPath)AutoScripts\HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
28          </Object>
29          <UpdateFrom Type="Web.Config">
30            <Source MatchValue="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
31          </UpdateFrom>
32        </ObjectGroup>
33        <ObjectGroup Name="HeuristicLab.Authentication" Order="2" Enabled="False">
34          <Destination Path="" />
35          <Object Type="DbDacFx">
36            <PreSource Path="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" includeData="False" />
37            <Source Path="$(IntermediateOutputPath)AutoScripts\HeuristicLab.Authentication_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
38          </Object>
39          <UpdateFrom Type="Web.Config">
40            <Source MatchValue="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
41          </UpdateFrom>
42        </ObjectGroup>
43      </Objects>
44    </PublishDatabaseSettings>
45  </PropertyGroup>
46  <ItemGroup>
47    <MSDeployParameterValue Include="$(DeployParameterPrefix)HeuristicLab.Authentication-Web.config Connection String" />
48    <MSDeployParameterValue Include="$(DeployParameterPrefix)HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString-Web.config Connection String">
49      <ParameterValue>Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True</ParameterValue>
50    </MSDeployParameterValue>
51  </ItemGroup>
52</Project>
Note: See TracBrowser for help on using the repository browser.