From 56fda558c284b52e5eeaf6488a045717c46b7e1b Mon Sep 17 00:00:00 2001 From: Christopher Valerio Date: Tue, 13 Sep 2016 11:35:40 -0600 Subject: [PATCH] Renaming project and fixing build --- .gitignore | 6 +- iguana.vcxproj | 297 +++++++++++++++++++++++++++++++++++++++++ iguana.vcxproj.filters | 146 ++++++++++++++++++++ 3 files changed, 444 insertions(+), 5 deletions(-) create mode 100644 iguana.vcxproj create mode 100644 iguana.vcxproj.filters diff --git a/.gitignore b/.gitignore index 558848c08..5370c8638 100755 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,7 @@ *.o - - - - - agents/iguana.exe +Debug/* iguana/pnacl/Release/iguana_unstripped.pexe diff --git a/iguana.vcxproj b/iguana.vcxproj new file mode 100644 index 000000000..2aa68ff94 --- /dev/null +++ b/iguana.vcxproj @@ -0,0 +1,297 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {80F58B93-D1FC-4FC4-A880-1F40A1FC851B} + Win32Proj + ConsoleApplication3 + 8.1 + iguana + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level2 + Disabled + _CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + 1Byte + + + Console + true + Ws2_32.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + 1Byte + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions) + + + Console + true + true + true + Ws2_32.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions) + 1Byte + + + Console + true + true + true + Ws2_32.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iguana.vcxproj.filters b/iguana.vcxproj.filters new file mode 100644 index 000000000..da9ab88db --- /dev/null +++ b/iguana.vcxproj.filters @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file