diff --git a/.gitignore b/.gitignore
index a4d6d9c..50022e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-.vs/
\ No newline at end of file
+.vs/
+bin/
+bin-int/
\ No newline at end of file
diff --git a/Installer/Installer/Installer.csproj b/Installer/Installer/Installer.csproj
index a4359a4..ac6846d 100644
--- a/Installer/Installer/Installer.csproj
+++ b/Installer/Installer/Installer.csproj
@@ -6,13 +6,11 @@
enable
enable
Release
- $(SolutionDir)Installer
+ false
+ $(SolutionDir)bin
+ $(SolutionDir)bin-int\obj\
-
-
-
-
diff --git a/Launcher/Launcher/Launcher.vcxproj b/Launcher/Launcher/Launcher.vcxproj
index 51dbef9..07d787c 100644
--- a/Launcher/Launcher/Launcher.vcxproj
+++ b/Launcher/Launcher/Launcher.vcxproj
@@ -31,7 +31,8 @@
- $(SolutionDir)$(Platform)\$(Configuration)\bin
+ $(SolutionDir)\bin-int\$(Configuration)
+ $(SolutionDir)\bin\$(Configuration)\