diff --git a/.gitignore b/.gitignore index 629e956..0435efe 100644 --- a/.gitignore +++ b/.gitignore @@ -210,11 +210,13 @@ DocProject/Help/html publish/ # Publish Web Output +*.[Pp]ublish.xml *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj +# *.pubxml +*.pubxml.user +# *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to # checkin your Azure Web App publish settings, but sensitive information contained diff --git a/HttpClientStudy.Config/Properties/PublishProfiles/FolderProfile.pubxml b/HttpClientStudy.Config/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..2caf465 --- /dev/null +++ b/HttpClientStudy.Config/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,15 @@ + + + + + Release + Any CPU + ..\Docs\Publish\HttpClientStudy.Config + FileSystem + <_TargetId>Folder + net6.0 + false + + \ No newline at end of file diff --git a/HttpClientStudy.Core/Properties/PublishProfiles/FolderProfile.pubxml b/HttpClientStudy.Core/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..ee1695d --- /dev/null +++ b/HttpClientStudy.Core/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,15 @@ + + + + + Release + Any CPU + ..\Docs\Publish\HttpClientStudy.Core + FileSystem + <_TargetId>Folder + net8.0 + false + + \ No newline at end of file diff --git a/HttpClientStudy.Model/Properties/PublishProfiles/FolderProfile.pubxml b/HttpClientStudy.Model/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..df28f03 --- /dev/null +++ b/HttpClientStudy.Model/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,13 @@ + + + + + Release + Any CPU + ..\Docs\Publish\HttpClientStudy.Model + FileSystem + <_TargetId>Folder + + \ No newline at end of file diff --git a/HttpClientStudy.Service/Properties/PublishProfiles/FolderProfile.pubxml b/HttpClientStudy.Service/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..e9d527d --- /dev/null +++ b/HttpClientStudy.Service/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,13 @@ + + + + + Release + Any CPU + ..\Docs\Publish\HttpClientStudy.Service + FileSystem + <_TargetId>Folder + + \ No newline at end of file diff --git a/HttpClientStudy.WebApp/Properties/PublishProfiles/FolderProfile.pubxml b/HttpClientStudy.WebApp/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..14e49fa --- /dev/null +++ b/HttpClientStudy.WebApp/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,21 @@ + + + + + true + false + true + Release + Any CPU + FileSystem + ..\Docs\Publish\HttpClientStudy.WebApp + FileSystem + <_TargetId>Folder + + net8.0 + d073cc8a-fb75-4957-af64-5a2c695d93e6 + false + + \ No newline at end of file diff --git a/HttpClientStudy.WebClient/Properties/PublishProfiles/FolderProfile.pubxml b/HttpClientStudy.WebClient/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..f2525d1 --- /dev/null +++ b/HttpClientStudy.WebClient/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,21 @@ + + + + + true + false + true + Release + Any CPU + FileSystem + ..\Docs\Publish\HttpClientStudy.WebClient + FileSystem + <_TargetId>Folder + + net8.0 + 40efd636-c7a1-4ab1-a364-e044fbf9cf50 + false + + \ No newline at end of file