29 lines
1.8 KiB
XML
29 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
|
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>Package</WebPublishMethod>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<DesktopBuildPackageLocation>C:\Users\poprhythm\Documents\code\PublishPackages\MileageTraker.zip</DesktopBuildPackageLocation>
|
|
<PackageAsSingleFile>true</PackageAsSingleFile>
|
|
<DeployIisAppPath>Default Web Site</DeployIisAppPath>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="MileageTrakerContext" Order="1" Enabled="True">
|
|
<Destination Path="Data Source=mileage;Initial Catalog=MileageTraker;User ID=MileageTrakerUser;Password=qwerty;Connect Timeout=60" Name="Data Source=mileage;Initial Catalog=MileageTraker;User Id=MileageTrakerUser;Password=qwerty;Connect Timeout=60" />
|
|
<Object Type="DbCodeFirst">
|
|
<Source Path="DBMigration" DbContext="MileageTraker.Web.Context.MileageTrakerContext, MileageTraker" MigrationConfiguration="MileageTraker.Web.Migrations.Configuration, MileageTraker" Origin="" />
|
|
</Object>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)MileageTrakerContext-Web.config Connection String">
|
|
<ParameterValue>Data Source=mileage;Initial Catalog=MileageTraker;User Id=MileageTrakerUser;Password=qwerty;Connect Timeout=60</ParameterValue>
|
|
</MSDeployParameterValue>
|
|
</ItemGroup>
|
|
</Project> |