Scrubbed pubxml file to begin tracking.

This commit is contained in:
Greg Edwards 2019-02-18 03:04:05 -05:00
parent 633bfa2953
commit 421e4d7387
2 changed files with 24 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,7 +2,6 @@
[Tt]humbs.db
*.suo
*.csproj.user
*.pubxml
*.pubxml.user
[Dd]ebug/
[Rr]elease/
@ -11,3 +10,4 @@
.DS_Store
._.DS_Store
._*
.vs/

View File

@ -0,0 +1,23 @@
<?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 https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish></SiteUrlToLaunchAfterPublish>
<LaunchSiteAfterPublish>False</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<MSDeployServiceURL></MSDeployServiceURL>
<DeployIisAppPath></DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName></UserName>
<_SavePWD>False</_SavePWD>
</PropertyGroup>
</Project>