1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!--
|
---|
3 | This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
---|
4 | by 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> |
---|