From b279f30cff0d72ea9c485d5fdf2728f2df1440bd Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 9 Apr 2012 21:07:22 -0400 Subject: Removed old VC90 project files, renamed the VC 2010 project files to not have VC90 in them --- win/inspircd.vcxproj | 395 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 395 insertions(+) create mode 100644 win/inspircd.vcxproj (limited to 'win/inspircd.vcxproj') diff --git a/win/inspircd.vcxproj b/win/inspircd.vcxproj new file mode 100644 index 000000000..e77a918a0 --- /dev/null +++ b/win/inspircd.vcxproj @@ -0,0 +1,395 @@ + + + + + Debug + Win32 + + + Debug + Win32 + + + Debug + x64 + + + Debug + x64 + + + Release + Win32 + + + Release + Win32 + + + Release + x64 + + + Release + x64 + + + + inspircd + {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8} + inspircd + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + ..\bin\debug\ + Debug\ + inspircd + .exe + false + ..\bin\release\ + Release\ + inspircd + .exe + false + ..\bin\debug_x64\bin\ + x64DebugVc80\ + inspircd + .exe + false + ..\bin\release_x64\bin\ + x64ReleaseVc80\ + inspircd + .exe + false + + + + running configure... + "$(ProjectDir)\configure.exe" + + + Disabled + .;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + 4100; 4512; 4127;%(DisableSpecificWarnings) + true + + + psapi.lib;ws2_32.lib;mswsock.lib;kernel32.lib;user32.lib;%(AdditionalDependencies) + LinkVerbose + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)inspircd.pdb + Console + false + false + + + MachineX86 + + + @echo off +echo Compiling Command Modules... +cd ..\src\commands +nmake -f commands.mak +echo Compiling Modules... +cd ..\modules +nmake -f modules.mak + + + + + + running configure... + "$(ProjectDir)\configure.exe" + + + /MP %(AdditionalOptions) + MinSpace + true + .;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + false + MultiThreadedDLL + + + Level3 + + + + + psapi.lib;ws2_32.lib;mswsock.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies) + inspircd.ico;%(EmbedManagedResourceFile) + true + Console + true + true + UseLinkTimeCodeGeneration + false + + + MachineX86 + + + @echo off +echo Compiling Command Modules... +cd ..\src\commands +nmake -f commands.mak +echo Compiling Modules... +cd ..\modules +nmake -f modules.mak + + + + + + + + + + X64 + + + Disabled + .;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + + + ws2_32.lib;mswsock.lib;%(AdditionalDependencies) + NotSet + %(IgnoreSpecificDefaultLibraries) + true + $(OutDir)inspircd.pdb + Console + false + false + + + MachineX64 + + + + + + + + + running configure... + $(ProjectDir)\configure.exe + + + + X64 + + + Disabled + .;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + MultiThreaded + + + Level3 + ProgramDatabase + + + ws2_32.lib;mswsock.lib;%(AdditionalDependencies) + true + Console + true + true + false + + + MachineX64 + + + @echo off +echo Compiling Command Modules... +cd ..\src +nmake -f commands.mak +echo Compiling Modules... +cd modules +nmake -f modules.mak + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {b922b569-727e-4eb0-827a-04e133a91de7} + + + + + + \ No newline at end of file -- cgit v1.2.3