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