From 2cd59f234e60c6bced2236cd8e6a380bc3425bac Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Wed, 7 Nov 2018 01:07:54 -0500 Subject: [PATCH] Start tracking pubxml files. (required for web.config transforms) --- .gitignore | 2 -- gts/Properties/PublishProfiles/Public.pubxml | 24 ++++++++++++++++++++ gts/gts.csproj | 1 + 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 gts/Properties/PublishProfiles/Public.pubxml diff --git a/.gitignore b/.gitignore index 645e9838..834b46a3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 ._* diff --git a/gts/Properties/PublishProfiles/Public.pubxml b/gts/Properties/PublishProfiles/Public.pubxml new file mode 100644 index 00000000..6d18bd3a --- /dev/null +++ b/gts/Properties/PublishProfiles/Public.pubxml @@ -0,0 +1,24 @@ + + + + + MSDeploy + Release + Any CPU + + + True + False + + + + False + WMSVC + True + + <_SavePWD>False + + \ No newline at end of file diff --git a/gts/gts.csproj b/gts/gts.csproj index 9191f5de..04df7632 100644 --- a/gts/gts.csproj +++ b/gts/gts.csproj @@ -87,6 +87,7 @@ + Designer