diff --git a/.gitignore b/.gitignore
index 1e8118b..839c948 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,7 +170,7 @@ publish/
*.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
+# *.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
diff --git a/HearthstoneQuestOverlay.sln b/HearthstoneQuestOverlay.sln
index 5c29dcc..d96d634 100644
--- a/HearthstoneQuestOverlay.sln
+++ b/HearthstoneQuestOverlay.sln
@@ -25,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smolv", "AssetRipper\Smolv\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpirV", "AssetRipper\SpirV\SpirV.csproj", "{47AAC83B-76CA-4463-8103-593910BFA5D1}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Workflows", "Github Workflows", "{70AD2C46-D59D-40C1-9008-1A2CAD76F2BB}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{70AD2C46-D59D-40C1-9008-1A2CAD76F2BB}"
ProjectSection(SolutionItems) = preProject
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
@@ -35,6 +35,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{7450
.github\workflows\get-version.js = .github\workflows\get-version.js
EndProjectSection
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{3C3BBB12-3746-4E9D-9FE3-4961D7A51DC2}"
+ ProjectSection(SolutionItems) = preProject
+ .gitignore = .gitignore
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -412,6 +417,7 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
+ {70AD2C46-D59D-40C1-9008-1A2CAD76F2BB} = {3C3BBB12-3746-4E9D-9FE3-4961D7A51DC2}
{7450954D-5D58-4D5E-BEAB-378971713B26} = {70AD2C46-D59D-40C1-9008-1A2CAD76F2BB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
diff --git a/QuestOverlayPlugin/QuestOverlayPlugin.csproj b/QuestOverlayPlugin/QuestOverlayPlugin.csproj
index 8f1d829..5781288 100644
--- a/QuestOverlayPlugin/QuestOverlayPlugin.csproj
+++ b/QuestOverlayPlugin/QuestOverlayPlugin.csproj
@@ -126,10 +126,8 @@
-
-
-
-
+
+
diff --git a/Texture2DExtractor/Properties/PublishProfiles/PublishRelease.pubxml b/Texture2DExtractor/Properties/PublishProfiles/PublishRelease.pubxml
new file mode 100644
index 0000000..063a43b
--- /dev/null
+++ b/Texture2DExtractor/Properties/PublishProfiles/PublishRelease.pubxml
@@ -0,0 +1,19 @@
+
+
+
+
+ Release
+ x64
+ bin\Release\net6.0\publish\
+ FileSystem
+ net6.0
+ win-x64
+ true
+ True
+ False
+ False
+ true
+
+
\ No newline at end of file
diff --git a/Texture2DExtractor/Properties/PublishProfiles/PublishReleaseTrimmed.pubxml b/Texture2DExtractor/Properties/PublishProfiles/PublishReleaseTrimmed.pubxml
new file mode 100644
index 0000000..2a5bf3c
--- /dev/null
+++ b/Texture2DExtractor/Properties/PublishProfiles/PublishReleaseTrimmed.pubxml
@@ -0,0 +1,19 @@
+
+
+
+
+ Release
+ x64
+ bin\Release\net6.0\publish\
+ FileSystem
+ net6.0
+ win-x64
+ true
+ True
+ False
+ True
+ true
+
+
\ No newline at end of file