diff --git a/src/GeneticAlgorithmBot.csproj b/src/GeneticAlgorithmBot.csproj
index 84e7fd9..c2fe522 100644
--- a/src/GeneticAlgorithmBot.csproj
+++ b/src/GeneticAlgorithmBot.csproj
@@ -7,7 +7,7 @@
true
-
+
diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json
index d509b15..2954f14 100644
--- a/src/Properties/launchSettings.json
+++ b/src/Properties/launchSettings.json
@@ -2,9 +2,9 @@
"profiles": {
"EmuHawk": {
"commandName": "Executable",
- "executablePath": "E:\\LargeGithubProjects\\Bizhawk-GeneticAlgorithmBot\\BizHawk\\EmuHawk.exe",
+ "executablePath": "..\\BizHawk\\EmuHawk.exe",
"commandLineArgs": "--open-ext-tool-dll=GeneticAlgorithmBot",
- "workingDirectory": "E:\\LargeGithubProjects\\Bizhawk-GeneticAlgorithmBot\\BizHawk",
+ "workingDirectory": "..\\BizHawk",
"nativeDebugging": true
}
}