Start tracking pubxml files. (required for web.config transforms)

This commit is contained in:
Greg Edwards
2018-11-07 01:07:54 -05:00
parent 604bfddc73
commit 2cd59f234e
3 changed files with 25 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,13 +1,11 @@
[Tt]humbs.db
*.suo
*.csproj.user
*.pubxml
*.pubxml.user
[Dd]ebug/
[Rr]elease/
[Bb]in/
[Pp]ackages/
*.Publish.xml
.DS_Store
._.DS_Store
._*

View File

@@ -0,0 +1,24 @@
<?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>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<MSDeployServiceURL></MSDeployServiceURL>
<DeployIisAppPath></DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName></UserName>
<_SavePWD>False</_SavePWD>
</PropertyGroup>
</Project>

View File

@@ -87,6 +87,7 @@
<Content Include="pkvldtprod.ashx" />
<Content Include="pokemondpds_web.ashx" />
<Content Include="masters\MasterPage.master" />
<None Include="Properties\PublishProfiles\Public.pubxml" />
<None Include="Web.config">
<SubType>Designer</SubType>
</None>