diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml
index 380a77a..d7053ec 100644
--- a/.github/workflows/msbuild.yml
+++ b/.github/workflows/msbuild.yml
@@ -42,3 +42,11 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
+
+ - name: Upload a Build Artifact
+ uses: actions/upload-artifact@v3.1.2
+ with:
+ name: overlay.exe
+ path: ${{env.SOLUTION_FILE_PATH}}x64/Release/overlay.exe
+
+
diff --git a/Overlay/Overlay.vcxproj b/Overlay/Overlay.vcxproj
index 62ad3e4..e06dac2 100644
--- a/Overlay/Overlay.vcxproj
+++ b/Overlay/Overlay.vcxproj
@@ -70,6 +70,9 @@
+
+ true
+
Level3
diff --git a/Overlay/Overlay.vcxproj.filters b/Overlay/Overlay.vcxproj.filters
index 5b89f4e..f1098be 100644
--- a/Overlay/Overlay.vcxproj.filters
+++ b/Overlay/Overlay.vcxproj.filters
@@ -24,11 +24,8 @@
Include
-
- Include
-
-
- functions
-
+
+
+
\ No newline at end of file