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 >Package</WebPublishMethod >
9
+ <LastUsedBuildConfiguration >Release</LastUsedBuildConfiguration >
10
+ <LastUsedPlatform >Any CPU</LastUsedPlatform >
11
+ <SiteUrlToLaunchAfterPublish />
12
+ <LaunchSiteAfterPublish >True</LaunchSiteAfterPublish >
13
+ <ExcludeApp_Data >False</ExcludeApp_Data >
14
+ <DesktopBuildPackageLocation >C:\My\SqlCopDeployment\SqlCop.DemoClient.zip</DesktopBuildPackageLocation >
15
+ <PackageAsSingleFile >true</PackageAsSingleFile >
16
+ <DeployIisAppPath >SqlCop</DeployIisAppPath >
17
+ <PublishDatabaseSettings >
18
+ <Objects xmlns =" " >
19
+ <ObjectGroup Name =" DefaultConnection" Order =" 1" Enabled =" False" >
20
+ <Destination Path =" " />
21
+ <Object Type =" DbDacFx" >
22
+ <PreSource Path =" Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-SqlCop.DemoClient-20140429081302.mdf;Initial Catalog=aspnet-SqlCop.DemoClient-20140429081302;Integrated Security=True" includeData =" False" />
23
+ <Source Path =" $(IntermediateOutputPath)AutoScripts\DefaultConnection_IncrementalSchemaOnly.dacpac" dacpacAction =" Deploy" />
24
+ </Object >
25
+ <UpdateFrom Type =" Web.Config" >
26
+ <Source MatchValue =" Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-SqlCop.DemoClient-20140429081302;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-SqlCop.DemoClient-20140429081302.mdf" MatchAttributes =" $(UpdateFromConnectionStringAttributes)" />
27
+ </UpdateFrom >
28
+ </ObjectGroup >
29
+ </Objects >
30
+ </PublishDatabaseSettings >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <MSDeployParameterValue Include =" $(DeployParameterPrefix)DefaultConnection-Web.config Connection String" />
34
+ </ItemGroup >
35
+ </Project >
0 commit comments