mirror of
https://github.com/mm201/GamestatsBase.git
synced 2026-03-21 18:04:42 -05:00
Scrubbed pubxml file to begin tracking.
This commit is contained in:
parent
633bfa2953
commit
421e4d7387
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
23
Sample/Properties/PublishProfiles/Public.pubxml
Normal file
23
Sample/Properties/PublishProfiles/Public.pubxml
Normal 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>
|
||||
Loading…
Reference in New Issue
Block a user