From 844c04c7987fd29388ab8302f555c486248b583b Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 3 Jun 2015 17:18:41 +0200 Subject: Removed bad vcxproj files --- run.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 run.bat (limited to 'run.bat') diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..1bf8c4c --- /dev/null +++ b/run.bat @@ -0,0 +1 @@ +.\Spacebot\Debug\Spacebot.exe %1 -- cgit v1.2.3 From 36be784a267f8f09fc2be483cb3dce3582e77033 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 3 Jun 2015 17:26:26 +0200 Subject: Added proper vs projects file --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.bat') diff --git a/run.bat b/run.bat index 1bf8c4c..10baeff 100644 --- a/run.bat +++ b/run.bat @@ -1 +1 @@ -.\Spacebot\Debug\Spacebot.exe %1 +.\Debug\Spacebot.exe %1 -- cgit v1.2.3