diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/configureVC80.vcproj | 359 | ||||
-rw-r--r-- | win/inspircdVC80.sln | 51 | ||||
-rw-r--r-- | win/inspircdVC80.vcproj | 677 | ||||
-rw-r--r-- | win/m_spanningtreeVC80.vcproj | 438 |
4 files changed, 1525 insertions, 0 deletions
diff --git a/win/configureVC80.vcproj b/win/configureVC80.vcproj new file mode 100644 index 000000000..a30a73f4c --- /dev/null +++ b/win/configureVC80.vcproj @@ -0,0 +1,359 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="configure"
+ ProjectGUID="{B922B569-727E-4EB0-827A-04E133A91DE7}"
+ RootNamespace="configure"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="."
+ IntermediateDirectory="Debug_configureVc80"
+ 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"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/configure.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/configure.pdb"
+ SubSystem="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="Release|Win32"
+ OutputDirectory="."
+ 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"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/configure.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ 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="."
+ IntermediateDirectory="Debug-Auto_configure"
+ 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"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/configure.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/configure.pdb"
+ SubSystem="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="Release-Auto|Win32"
+ OutputDirectory="."
+ IntermediateDirectory="Release-Auto"
+ 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"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/configure.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ 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>
+ </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=".\colours.h"
+ >
+ </File>
+ <File
+ RelativePath=".\configure.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win/inspircdVC80.sln b/win/inspircdVC80.sln new file mode 100644 index 000000000..35e445473 --- /dev/null +++ b/win/inspircdVC80.sln @@ -0,0 +1,51 @@ +Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inspircd", "inspircdVC80.vcproj", "{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}"
+ ProjectSection(ProjectDependencies) = postProject
+ {B922B569-727E-4EB0-827A-04E133A91DE7} = {B922B569-727E-4EB0-827A-04E133A91DE7}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "configure", "configureVC80.vcproj", "{B922B569-727E-4EB0-827A-04E133A91DE7}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "m_spanningtree", "m_spanningtreeVC80.vcproj", "{1EC86B60-AB2A-4984-8A7E-0422C15601E0}"
+ ProjectSection(ProjectDependencies) = postProject
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8} = {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug-Auto|Win32 = Debug-Auto|Win32
+ Release|Win32 = Release|Win32
+ Release-Auto|Win32 = Release-Auto|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug|Win32.ActiveCfg = Debug|Win32
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug|Win32.Build.0 = Debug|Win32
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug-Auto|Win32.ActiveCfg = Debug-Auto|Win32
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug-Auto|Win32.Build.0 = Debug-Auto|Win32
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release|Win32.ActiveCfg = Release|Win32
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release|Win32.Build.0 = Release|Win32
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release-Auto|Win32.ActiveCfg = Release-Auto|Win32
+ {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release-Auto|Win32.Build.0 = Release-Auto|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Debug|Win32.Build.0 = Debug|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Debug-Auto|Win32.ActiveCfg = Debug-Auto|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Debug-Auto|Win32.Build.0 = Debug-Auto|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Release|Win32.ActiveCfg = Release|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Release|Win32.Build.0 = Release|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Release-Auto|Win32.ActiveCfg = Release-Auto|Win32
+ {B922B569-727E-4EB0-827A-04E133A91DE7}.Release-Auto|Win32.Build.0 = Release-Auto|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug|Win32.ActiveCfg = Debug|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug|Win32.Build.0 = Debug|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug-Auto|Win32.ActiveCfg = Debug-Auto|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug-Auto|Win32.Build.0 = Debug-Auto|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release|Win32.ActiveCfg = Release|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release|Win32.Build.0 = Release|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release-Auto|Win32.ActiveCfg = Release-Auto|Win32
+ {1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release-Auto|Win32.Build.0 = Release-Auto|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
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
echo Compiling Command Modules...
cd $(InputDir)
cd ..\src
mkdir Debug
IF NOT EXIST "..\bin\debug\lib\cmd_admin.so" nmake -f commands.mak
move *.so ..\bin\debug\lib
move *.pdb ..\bin\debug\lib
move *.lib ..\bin\debug\lib
del *.exp
del *.ilk
echo Compiling Modules...
cd modules
mkdir Debug
IF NOT EXIST "..\..\bin\debug\modules\m_alias.so" nmake -f modules.mak
move *.so ..\..\bin\debug\modules
move *.pdb ..\..\bin\debug\modules
move *.lib ..\..\bin\debug\modules
del *.exp
del *.ilk
"
+ />
+ </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
echo Compiling Command Modules...
cd $(InputDir)
cd ..\src
mkdir release
IF NOT EXIST "..\bin\release\lib\cmd_admin.so" nmake -f commands.mak
move *.so ..\bin\release\lib
move *.pdb ..\bin\release\lib
move *.lib ..\bin\release\lib
del *.exp
del *.ilk
echo Compiling Modules...
cd modules
mkdir release
IF NOT EXIST "..\..\bin\release\modules\m_alias.so" nmake -f modules.mak
move *.so ..\..\bin\release\modules
move *.pdb ..\..\bin\release\modules
move *.lib ..\..\bin\release\modules
del *.exp
del *.ilk
"
+ />
+ </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>
diff --git a/win/m_spanningtreeVC80.vcproj b/win/m_spanningtreeVC80.vcproj new file mode 100644 index 000000000..37e93a8d6 --- /dev/null +++ b/win/m_spanningtreeVC80.vcproj @@ -0,0 +1,438 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="m_spanningtree"
+ ProjectGUID="{1EC86B60-AB2A-4984-8A7E-0422C15601E0}"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\bin\debug\modules"
+ IntermediateDirectory="Debug_spanningtree"
+ ConfigurationType="2"
+ 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;..\win;..\src\modules\m_spanningtree;.;..\src\modules"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_BUILD"
+ 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 inspircd.lib cmd_whois.lib cmd_stats.lib"
+ OutputFile="$(OutDir)/m_spanningtree.so"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="..\bin\debug\bin;..\bin\debug\lib"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/m_spanningtree.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/m_spanningtree.lib"
+ 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="Release|Win32"
+ OutputDirectory="..\bin\release\modules"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ 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;..\win;..\src\modules\m_spanningtree;.;..\src\modules"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;M_SPANNINGTREE_EXPORTS;DLL_BUILD"
+ 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 inspircd.lib cmd_whois.lib cmd_stats.lib"
+ OutputFile="$(OutDir)/m_spanningtree.so"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="..\bin\release\bin;..\bin\release\lib"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/m_spanningtree.lib"
+ 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\modules"
+ IntermediateDirectory="Debug-Auto_spanningtree"
+ ConfigurationType="2"
+ 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;..\win;..\src\modules\m_spanningtree;.;..\src\modules"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_BUILD"
+ 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 inspircd.lib cmd_whois.lib cmd_stats.lib"
+ OutputFile="$(OutDir)/m_spanningtree.so"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="..\bin\debug\bin;..\bin\debug\lib"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/m_spanningtree.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/m_spanningtree.lib"
+ 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="Release-Auto|Win32"
+ OutputDirectory="..\bin\release\modules"
+ IntermediateDirectory="Release-Auto"
+ ConfigurationType="2"
+ 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;..\win;..\src\modules\m_spanningtree;.;..\src\modules"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;M_SPANNINGTREE_EXPORTS;DLL_BUILD"
+ 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 inspircd.lib cmd_whois.lib cmd_stats.lib"
+ OutputFile="$(OutDir)/m_spanningtree.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="..\bin\release\bin;..\bin\release\lib"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/m_spanningtree.lib"
+ 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>
+ </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\modules\m_spanningtree\handshaketimer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\rconnect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\resolvers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\timesynctimer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\treeserver.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\treesocket1.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\treesocket2.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\utils.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\src\modules\m_spanningtree\handshaketimer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\link.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\rconnect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\resolvers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\timesynctimer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\treeserver.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\modules\m_spanningtree\treesocket.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\inspircd_memory_functions.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|