mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7499 e03df62e-2008-0410-955e-edbf42e46eb7
692 lines
14 KiB
XML
692 lines
14 KiB
XML
<?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"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</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"
|
|
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
echo Compiling Command Modules...
cd ..\src
nmake -f commands.mak
echo Compiling Modules...
cd modules
nmake -f modules.mak
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
OutputDirectory="..\bin\debug_x64\bin"
|
|
IntermediateDirectory="x64DebugVc80"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN64"
|
|
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="17"
|
|
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=""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\bin\release\bin"
|
|
IntermediateDirectory="Release"
|
|
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;NDEBUG;_CONSOLE"
|
|
MinimalRebuild="true"
|
|
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
echo Compiling Command Modules...
cd ..\src
nmake -f commands.mak
echo Compiling Modules...
cd modules
nmake -f modules.mak
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
OutputDirectory="..\bin\release_x64\bin"
|
|
IntermediateDirectory="x64ReleaseVc80"
|
|
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"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".;../include;../../include;../include/modes;../include/commands;../../include/modes;../../include/commands;../win"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
MinimalRebuild="true"
|
|
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="17"
|
|
/>
|
|
<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
echo Compiling Command Modules...
cd ..\src
nmake -f commands.mak
echo Compiling Modules...
cd modules
nmake -f modules.mak
"
|
|
/>
|
|
</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>
|