summaryrefslogtreecommitdiff
path: root/win/inspircdVC80.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win/inspircdVC80.vcproj')
-rw-r--r--win/inspircdVC80.vcproj677
1 files changed, 677 insertions, 0 deletions
diff --git a/win/inspircdVC80.vcproj b/win/inspircdVC80.vcproj
new file mode 100644
index 000000000..6178aae23
--- /dev/null
+++ b/win/inspircdVC80.vcproj
@@ -0,0 +1,677 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="inspircd"
+ ProjectGUID="{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}"
+ RootNamespace="inspircd"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\bin\debug\bin"
+ IntermediateDirectory="DebugVc80"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib mswsock.lib"
+ ShowProgress="0"
+ OutputFile="$(OutDir)/inspircd.exe"
+ LinkIncremental="1"
+ IgnoreDefaultLibraryNames=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/inspircd.pdb"
+ SubSystem="1"
+ TargetMachine="1"
+ FixedBaseAddress="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\bin\release\bin"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib mswsock.lib"
+ OutputFile="$(OutDir)/inspircd.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug-Auto|Win32"
+ OutputDirectory="..\bin\debug\bin"
+ IntermediateDirectory="Debug-Auto"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Running Configure...."
+ CommandLine="$(InputDir)\configure.exe"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib mswsock.lib"
+ ShowProgress="0"
+ OutputFile="$(OutDir)/inspircd.exe"
+ LinkIncremental="1"
+ IgnoreDefaultLibraryNames=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/inspircd.pdb"
+ SubSystem="1"
+ TargetMachine="1"
+ FixedBaseAddress="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="@echo off&#x0D;&#x0A;echo Compiling Command Modules...&#x0D;&#x0A;cd $(InputDir)&#x0D;&#x0A;cd ..\src&#x0D;&#x0A;mkdir Debug&#x0D;&#x0A;IF NOT EXIST &quot;..\bin\debug\lib\cmd_admin.so&quot; nmake -f commands.mak&#x0D;&#x0A;move *.so ..\bin\debug\lib&#x0D;&#x0A;move *.pdb ..\bin\debug\lib&#x0D;&#x0A;move *.lib ..\bin\debug\lib&#x0D;&#x0A;del *.exp&#x0D;&#x0A;del *.ilk&#x0D;&#x0A;echo Compiling Modules...&#x0D;&#x0A;cd modules&#x0D;&#x0A;mkdir Debug&#x0D;&#x0A;IF NOT EXIST &quot;..\..\bin\debug\modules\m_alias.so&quot; nmake -f modules.mak&#x0D;&#x0A;move *.so ..\..\bin\debug\modules&#x0D;&#x0A;move *.pdb ..\..\bin\debug\modules&#x0D;&#x0A;move *.lib ..\..\bin\debug\modules&#x0D;&#x0A;del *.exp&#x0D;&#x0A;del *.ilk&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release-Auto|Win32"
+ OutputDirectory="..\bin\release\bin"
+ IntermediateDirectory="Release-Auto"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Running Configure...."
+ CommandLine="$(InputDir)\configure.exe"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib mswsock.lib"
+ OutputFile="$(OutDir)/inspircd.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="@echo off&#x0D;&#x0A;echo Compiling Command Modules...&#x0D;&#x0A;cd $(InputDir)&#x0D;&#x0A;cd ..\src&#x0D;&#x0A;mkdir release&#x0D;&#x0A;IF NOT EXIST &quot;..\bin\release\lib\cmd_admin.so&quot; nmake -f commands.mak&#x0D;&#x0A;move *.so ..\bin\release\lib&#x0D;&#x0A;move *.pdb ..\bin\release\lib&#x0D;&#x0A;move *.lib ..\bin\release\lib&#x0D;&#x0A;del *.exp&#x0D;&#x0A;del *.ilk&#x0D;&#x0A;echo Compiling Modules...&#x0D;&#x0A;cd modules&#x0D;&#x0A;mkdir release&#x0D;&#x0A;IF NOT EXIST &quot;..\..\bin\release\modules\m_alias.so&quot; nmake -f modules.mak&#x0D;&#x0A;move *.so ..\..\bin\release\modules&#x0D;&#x0A;move *.pdb ..\..\bin\release\modules&#x0D;&#x0A;move *.lib ..\..\bin\release\modules&#x0D;&#x0A;del *.exp&#x0D;&#x0A;del *.ilk&#x0D;&#x0A;"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\src\base.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\channels.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\command_parse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\commands.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\configreader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\cull_list.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\dns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\dynamic.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\hashcomp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\helperfuncs.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\inspircd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\inspsocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\inspstring.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\mode.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\snomasks.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\socket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\socketengine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\socketengine_iocp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\timer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\userprocess.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\users.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\version.sh"
+ >
+ </File>
+ <File
+ RelativePath="..\src\wildcard.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\xline.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Config Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\inspircd_config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\inspircd_memory_functions.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\inspircd_se_config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\inspircd_win32wrapper.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\inspircd_win32wrapper.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\include\base.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\channels.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\command_parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\configreader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\connection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\ctables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\cull_list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\dns.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\dynamic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\exitcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\globals.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\hash_map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\hashcomp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\inspircd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\inspircd_config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\inspsocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\inspstring.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\mode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\modules.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\snomasks.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\socket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\socketengine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\socketengine_iocp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\typedefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\u_listmode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\users.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\wildcard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\xline.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="modes"
+ >
+ <File
+ RelativePath="..\src\modes\cmode_b.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_h.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_i.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_k.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_l.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_m.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_n.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_o.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_p.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_s.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_t.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\cmode_v.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\umode_i.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\umode_n.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\umode_o.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\umode_s.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modes\umode_w.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>