From 4a7b893a4da91b4d83095c32e88bcaf939010e4c Mon Sep 17 00:00:00 2001 From: David Herman Date: Fri, 10 Oct 2014 10:55:47 -0700 Subject: find_java.sln (and related project files) updated - Paths needed to be updated from find_java to find_java/src/source - Some projects weren't compiling and needed to include references to various .cpp files Change-Id: I495905ef37a693d25cf34410dc395c9ae074b1da --- sdklauncher/sdklauncher.vcproj | 193 -------------------------------- sdklauncher/sdklauncher.vcxproj | 91 +++++++++++++++ sdklauncher/sdklauncher.vcxproj.filters | 22 ++++ 3 files changed, 113 insertions(+), 193 deletions(-) delete mode 100755 sdklauncher/sdklauncher.vcproj create mode 100644 sdklauncher/sdklauncher.vcxproj create mode 100644 sdklauncher/sdklauncher.vcxproj.filters (limited to 'sdklauncher') diff --git a/sdklauncher/sdklauncher.vcproj b/sdklauncher/sdklauncher.vcproj deleted file mode 100755 index 7d2e816..0000000 --- a/sdklauncher/sdklauncher.vcproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sdklauncher/sdklauncher.vcxproj b/sdklauncher/sdklauncher.vcxproj new file mode 100644 index 0000000..bf887c0 --- /dev/null +++ b/sdklauncher/sdklauncher.vcxproj @@ -0,0 +1,91 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {331EADA4-DC19-429D-AAD0-5B9632B4CBC1} + sdklauncher + Win32Proj + + + + Application + MultiByte + true + + + Application + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + true + $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + $(SolutionDir)..\..\out\host\windows-x86\$(Configuration)\$(ProjectName)\ + false + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + MaxSpeed + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + + + + + \ No newline at end of file diff --git a/sdklauncher/sdklauncher.vcxproj.filters b/sdklauncher/sdklauncher.vcxproj.filters new file mode 100644 index 0000000..9b92bf2 --- /dev/null +++ b/sdklauncher/sdklauncher.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + \ No newline at end of file -- cgit v1.1