From bd70c17bf6ba8520ff8d0790b29c034e2df41708 Mon Sep 17 00:00:00 2001 From: That_One_Nerd Date: Wed, 13 Mar 2024 10:32:05 -0400 Subject: [PATCH] Whoops, my bad. Now we're ready. --- Base/Base.csproj | 1 - Base/Base.csproj.user | 3 +++ .../Properties/PublishProfiles/FolderProfile.pubxml | 13 +++++++++++++ .../PublishProfiles/FolderProfile.pubxml.user | 10 ++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 Base/Properties/PublishProfiles/FolderProfile.pubxml create mode 100644 Base/Properties/PublishProfiles/FolderProfile.pubxml.user diff --git a/Base/Base.csproj b/Base/Base.csproj index dcc9944..a26f79f 100644 --- a/Base/Base.csproj +++ b/Base/Base.csproj @@ -24,7 +24,6 @@ snupkg View the GitHub release for the changelog: https://github.com/That-One-Nerd/Graphing/releases/tag/1.1.0 - True diff --git a/Base/Base.csproj.user b/Base/Base.csproj.user index 32278f6..4bb9e32 100644 --- a/Base/Base.csproj.user +++ b/Base/Base.csproj.user @@ -1,5 +1,8 @@  + + <_LastSelectedProfileId>C:\Users\kyley\Desktop\Coding\C#\Graphing\Base\Properties\PublishProfiles\FolderProfile.pubxml + UserControl diff --git a/Base/Properties/PublishProfiles/FolderProfile.pubxml b/Base/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..ad48f8b --- /dev/null +++ b/Base/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,13 @@ + + + + + Release + Any CPU + bin\Release\net8.0-windows\publish\ + FileSystem + <_TargetId>Folder + + \ No newline at end of file diff --git a/Base/Properties/PublishProfiles/FolderProfile.pubxml.user b/Base/Properties/PublishProfiles/FolderProfile.pubxml.user new file mode 100644 index 0000000..083b367 --- /dev/null +++ b/Base/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -0,0 +1,10 @@ + + + + + True|2024-03-13T14:31:43.4569441Z;False|2024-03-13T10:30:01.4347009-04:00;False|2024-03-13T10:27:31.9554551-04:00; + + + \ No newline at end of file