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 --- Spacebot.vcxproj | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 Spacebot.vcxproj (limited to 'Spacebot.vcxproj') diff --git a/Spacebot.vcxproj b/Spacebot.vcxproj new file mode 100644 index 0000000..5360e5f --- /dev/null +++ b/Spacebot.vcxproj @@ -0,0 +1,96 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {1EFC7222-2DD3-442D-B3B9-1E4017444DE8} + Win32Proj + + + + Application + true + v110 + + + Application + false + v110 + + + + + + + + + + + + + true + + + true + + + + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + include;%(AdditionalIncludeDirectories) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + + + MachineX86 + true + Console + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + include;%(AdditionalIncludeDirectories) + MultiThreadedDLL + Level3 + ProgramDatabase + + + MachineX86 + true + Console + true + true + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3