diff --git a/.gitignore b/.gitignore index 2167a2a..d13078d 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,6 @@ xcuserdata *.bi *.opensdf test/* - +Debug/ diff --git a/Debug/LemonTigerJ.dll b/Debug/LemonTigerJ.dll deleted file mode 100644 index e15dedf..0000000 Binary files a/Debug/LemonTigerJ.dll and /dev/null differ diff --git a/Debug/LemonTigerJ.lastbuildstate b/Debug/LemonTigerJ.lastbuildstate deleted file mode 100644 index 9a7e7ba..0000000 --- a/Debug/LemonTigerJ.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -#v4.0:v110:false -Debug|Win32|C:\Users\owner\Documents\GitHub\epanet\| diff --git a/Debug/LemonTigerJ.lib b/Debug/LemonTigerJ.lib deleted file mode 100644 index 3fb12a8..0000000 Binary files a/Debug/LemonTigerJ.lib and /dev/null differ diff --git a/Debug/LemonTigerJ.log b/Debug/LemonTigerJ.log deleted file mode 100644 index 25ab7a8..0000000 --- a/Debug/LemonTigerJ.log +++ /dev/null @@ -1,27 +0,0 @@ -Build started 1/28/2013 3:11:19 PM. - 1>Project "C:\Users\owner\Documents\GitHub\epanet\LemonTigerJ.vcxproj" on node 2 (Build target(s)). - 1>ClCompile: - C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I.\include /Zi /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _WINDLL /D _CRT_SECURE_NO_WARNINGS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TC /analyze- /errorReport:prompt src\testLT.c - testLT.c - Link: - C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.dll" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.lib" /MACHINE:X86 /DLL Debug\epanet.obj - Debug\hash.obj - Debug\hydraul.obj - Debug\inpfile.obj - Debug\input1.obj - Debug\input2.obj - Debug\input3.obj - Debug\lemontiger.obj - Debug\mempool.obj - Debug\output.obj - Debug\quality.obj - Debug\report.obj - Debug\rules.obj - Debug\smatrix.obj - Debug\testLT.obj - LemonTigerJ.vcxproj -> C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.dll - 1>Done Building Project "C:\Users\owner\Documents\GitHub\epanet\LemonTigerJ.vcxproj" (Build target(s)). - -Build succeeded. - -Time Elapsed 00:00:01.13 diff --git a/LemonTigerJ.v11.suo b/LemonTigerJ.v11.suo deleted file mode 100644 index d4ca826..0000000 Binary files a/LemonTigerJ.v11.suo and /dev/null differ diff --git a/LemonTigerJ.sln b/build/MSVS/LemonTigerJ.sln similarity index 100% rename from LemonTigerJ.sln rename to build/MSVS/LemonTigerJ.sln diff --git a/LemonTigerJ.vcxproj b/build/MSVS/LemonTigerJ.vcxproj similarity index 100% rename from LemonTigerJ.vcxproj rename to build/MSVS/LemonTigerJ.vcxproj