diff --git a/Decompiler.csproj b/Decompiler.csproj
index 641615d3e..f7232a668 100644
--- a/Decompiler.csproj
+++ b/Decompiler.csproj
@@ -84,5 +84,13 @@
{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}
NRefactory
+
+ QuickSort.exe
+ PreserveNewest
+
+
+ Reversi.exe
+ PreserveNewest
+
\ No newline at end of file
diff --git a/src/Program.cs b/src/Program.cs
index daa064739..654bf2cea 100644
--- a/src/Program.cs
+++ b/src/Program.cs
@@ -21,7 +21,7 @@ namespace Decompiler
[STAThread]
private static void Main(string[] args)
{
- string sourceFilename = @"..\..\tests\QuickSort\bin\Release\QuickSort.exe";
+ string sourceFilename = @".\QuickSort.exe";
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);