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 >D:\src\gauffin.com\OneTrueError.main\WebPI</DesktopBuildPackageLocation >
15+ <PackageAsSingleFile >true</PackageAsSingleFile >
16+ <DeployIisAppPath >Default Web Site/OneTrueError</DeployIisAppPath >
17+ <PublishDatabaseSettings >
18+ <Objects xmlns =" " >
19+ <ObjectGroup Name =" DefaultConnection" Order =" 1" Enabled =" False" >
20+ <Destination Path =" " />
21+ <Object Type =" DbCodeFirst" >
22+ <Source Path =" DBContext" DbContext =" OneTrueError.Web.Models.ApplicationDbContext, OneTrueError.Web" Origin =" Convention" />
23+ </Object >
24+ </ObjectGroup >
25+ <ObjectGroup Name =" Db" Order =" 2" Enabled =" False" >
26+ <Destination Path =" " />
27+ <Object Type =" DbDacFx" >
28+ <PreSource Path =" Data Source=.;Initial Catalog=OneTrueError;Integrated Security=True;Connect Timeout=30" includeData =" False" />
29+ <Source Path =" $(IntermediateOutputPath)AutoScripts\Db_IncrementalSchemaOnly.dacpac" dacpacAction =" Deploy" />
30+ </Object >
31+ <UpdateFrom Type =" Web.Config" >
32+ <Source MatchValue =" Data Source=.;Initial Catalog=OneTrueError;Integrated Security=True;Connect Timeout=30;multipleactiveresultsets=true" MatchAttributes =" $(UpdateFromConnectionStringAttributes)" />
33+ </UpdateFrom >
34+ </ObjectGroup >
35+ </Objects >
36+ </PublishDatabaseSettings >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <MSDeployParameterValue Include =" $(DeployParameterPrefix)Db-Web.config Connection String" >
40+ <UpdateDestWebConfig >False</UpdateDestWebConfig >
41+ </MSDeployParameterValue >
42+ <MSDeployParameterValue Include =" $(DeployParameterPrefix)DefaultConnection-Web.config Connection String" >
43+ <UpdateDestWebConfig >False</UpdateDestWebConfig >
44+ </MSDeployParameterValue >
45+ </ItemGroup >
46+ <ItemGroup >
47+ <_ConnectionStringsToInsert Include =" DefaultConnection" />
48+ </ItemGroup >
49+ </Project >
0 commit comments