Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Properties/PublishProfiles/Hive.Statistics-3.3.pubxml @ 9617

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

#2063:
Started integrating Hive statistics into statistics web project.
Added jqPlot library for charting.

File size: 2.0 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\Status</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.Authentication" Order="3" Enabled="False">
24          <Destination Path="" />
25          <Object Type="DbDacFx">
26            <PreSource Path="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" includeData="False" />
27            <Source Path="$(IntermediateOutputPath)AutoScripts\HeuristicLab.Authentication_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
28          </Object>
29          <UpdateFrom Type="Web.Config">
30            <Source MatchValue="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
31          </UpdateFrom>
32        </ObjectGroup>
33      </Objects>
34    </PublishDatabaseSettings>
35  </PropertyGroup>
36  <ItemGroup>
37    <MSDeployParameterValue Include="$(DeployParameterPrefix)HeuristicLab.Authentication-Web.config Connection String" />
38  </ItemGroup>
39</Project>
Note: See TracBrowser for help on using the repository browser.