From 46f2c1134d276944fb74584a61d90cc363aee7eb Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 5 Dec 2010 00:25:04 +1100 Subject: Removed the "Heimdall" folder and moved its contents to the root directory. --- heimdall/heimdall.vcxproj | 132 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 heimdall/heimdall.vcxproj (limited to 'heimdall/heimdall.vcxproj') diff --git a/heimdall/heimdall.vcxproj b/heimdall/heimdall.vcxproj new file mode 100644 index 0000000..2786a7c --- /dev/null +++ b/heimdall/heimdall.vcxproj @@ -0,0 +1,132 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {DC0D782C-8DB7-44CA-A984-D3A97483E0D0} + Win32Proj + heimdall + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + $(IncludePath) + $(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + + + false + $(IncludePath) + $(LibraryPath) + $(SolutionDir)$(Platform)\$(Configuration)\ + + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;OS_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + + + ..\libusb-1.0\libusb + + + Console + true + libusb-1.0.lib;%(AdditionalDependencies) + $(SolutionDir)$(Platform)\$(Configuration)\lib\ + + + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;OS_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + + + ..\libusb-1.0\libusb + + + Console + true + true + true + libusb-1.0.lib;%(AdditionalDependencies) + $(SolutionDir)$(Platform)\$(Configuration)\lib\ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1