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 --- find_lock/find_lock_exe.vcproj | 212 -------------------------------- find_lock/find_lock_exe.vcxproj | 101 +++++++++++++++ find_lock/find_lock_exe.vcxproj.filters | 36 ++++++ 3 files changed, 137 insertions(+), 212 deletions(-) delete mode 100755 find_lock/find_lock_exe.vcproj create mode 100644 find_lock/find_lock_exe.vcxproj create mode 100644 find_lock/find_lock_exe.vcxproj.filters (limited to 'find_lock') diff --git a/find_lock/find_lock_exe.vcproj b/find_lock/find_lock_exe.vcproj deleted file mode 100755 index 2ba5f9e74..000000000 --- a/find_lock/find_lock_exe.vcproj +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/find_lock/find_lock_exe.vcxproj b/find_lock/find_lock_exe.vcxproj new file mode 100644 index 000000000..586dfeee5 --- /dev/null +++ b/find_lock/find_lock_exe.vcxproj @@ -0,0 +1,101 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + FindLock + {42701EC1-6226-47FD-8817-57A3DEC7A1E2} + FindLock + 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 + ..\find_java\src\source;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + false + + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + MaxSpeed + true + ..\find_java\src\source;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/find_lock/find_lock_exe.vcxproj.filters b/find_lock/find_lock_exe.vcxproj.filters new file mode 100644 index 000000000..85331fd8a --- /dev/null +++ b/find_lock/find_lock_exe.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {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 + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3