From 421e4d7387d982857b18d06a58d23c1bf1f2cd72 Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Mon, 18 Feb 2019 03:04:05 -0500 Subject: [PATCH] Scrubbed pubxml file to begin tracking. --- .gitignore | 2 +- .../Properties/PublishProfiles/Public.pubxml | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 Sample/Properties/PublishProfiles/Public.pubxml diff --git a/.gitignore b/.gitignore index 5d58688..b0e12d9 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/Sample/Properties/PublishProfiles/Public.pubxml b/Sample/Properties/PublishProfiles/Public.pubxml new file mode 100644 index 0000000..cafa481 --- /dev/null +++ b/Sample/Properties/PublishProfiles/Public.pubxml @@ -0,0 +1,23 @@ + + + + + MSDeploy + Release + Any CPU + + False + False + + + + True + WMSVC + True + + <_SavePWD>False + + \ No newline at end of file