summaryrefslogtreecommitdiff
path: root/win/inspircdVC90.vcproj
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-17 22:08:50 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-17 22:08:50 +0000
commit8a04f13c867740dce10fb4e683dbeaa8db5d334c (patch)
treec9334e824513adabb55d2a765ce28cd6e2b46989 /win/inspircdVC90.vcproj
parent29b959e8e5b885e69d29a9db8efbd7bec7efddcc (diff)
Merge vc90 update patch from IronLegend, thanks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10555 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/inspircdVC90.vcproj')
-rw-r--r--win/inspircdVC90.vcproj724
1 files changed, 710 insertions, 14 deletions
diff --git a/win/inspircdVC90.vcproj b/win/inspircdVC90.vcproj
index 1cccd0029..74e1e754a 100644
--- a/win/inspircdVC90.vcproj
+++ b/win/inspircdVC90.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="inspircd"
ProjectGUID="{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}"
RootNamespace="inspircd"
@@ -22,7 +22,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="..\bin\debug\bin"
- IntermediateDirectory="DebugVc80"
+ IntermediateDirectory="DebugVc90"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
@@ -69,7 +69,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="dbghelp.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="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"
ShowProgress="0"
OutputFile="$(OutDir)/inspircd.exe"
LinkIncremental="1"
@@ -240,11 +240,11 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="dbghelp.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="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"
OutputFile="$(OutDir)/inspircd.exe"
LinkIncremental="1"
EmbedManagedResourceFile="inspircd.ico"
- GenerateDebugInformation="false"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -385,6 +385,10 @@
>
</File>
<File
+ RelativePath="..\src\cidr.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\command_parse.cpp"
>
</File>
@@ -425,6 +429,10 @@
>
</File>
<File
+ RelativePath=".\inspircd_namedpipe.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\inspsocket.cpp"
>
</File>
@@ -433,6 +441,10 @@
>
</File>
<File
+ RelativePath="..\src\listensocket.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\logger.cpp"
>
</File>
@@ -517,6 +529,10 @@
>
</File>
<File
+ RelativePath=".\win32service.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\xline.cpp"
>
</File>
@@ -579,10 +595,6 @@
>
</File>
<File
- RelativePath="..\include\connection.h"
- >
- </File>
- <File
RelativePath="..\include\ctables.h"
>
</File>
@@ -627,6 +639,10 @@
>
</File>
<File
+ RelativePath=".\inspircd_namedpipe.h"
+ >
+ </File>
+ <File
RelativePath="..\include\inspsocket.h"
>
</File>
@@ -647,6 +663,10 @@
>
</File>
<File
+ RelativePath="..\include\numerics.h"
+ >
+ </File>
+ <File
RelativePath="..\include\snomasks.h"
>
</File>
@@ -707,9 +727,229 @@
>
</File>
<File
+ RelativePath=".\win32service.h"
+ >
+ </File>
+ <File
RelativePath="..\include\xline.h"
>
</File>
+ <Filter
+ Name="commands"
+ >
+ <File
+ RelativePath="..\include\commands\cmd_admin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_away.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_clearcache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_commands.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_connect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_die.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_eline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_gline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_info.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_invite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_ison.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_join.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_kick.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_kill.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_kline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_links.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_loadmodule.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_lusers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_map.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_mode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_modules.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_motd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_names.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_nick.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_notice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_oper.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_part.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_pass.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_ping.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_pong.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_privmsg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_qline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_quit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_rehash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_reloadmodule.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_restart.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_rules.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_server.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_squit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_stats.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_time.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_topic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_trace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_unloadmodule.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_user.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_userhost.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_version.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_wallops.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_who.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_whois.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_whowas.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\commands\cmd_zline.h"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="modes"
@@ -767,10 +1007,6 @@
>
</File>
<File
- RelativePath="..\src\modes\umode_n.cpp"
- >
- </File>
- <File
RelativePath="..\src\modes\umode_o.cpp"
>
</File>
@@ -787,6 +1023,26 @@
Name="Modules"
>
<File
+ RelativePath="..\src\modules\account.h"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\httpclient.h"
>
<FileConfiguration
@@ -827,6 +1083,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_abbreviation.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_alias.cpp"
>
<FileConfiguration
@@ -1067,6 +1343,46 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_cap.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\modules\m_cap.h"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_cban.cpp"
>
<FileConfiguration
@@ -1167,6 +1483,46 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_chanlog.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\modules\m_channelban.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_chanprotect.cpp"
>
<FileConfiguration
@@ -1407,6 +1763,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_connectban.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_connflood.cpp"
>
<FileConfiguration
@@ -1507,6 +1883,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_delayjoin.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_denychans.cpp"
>
<FileConfiguration
@@ -1627,6 +2023,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_gecosban.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_globalload.cpp"
>
<FileConfiguration
@@ -1787,6 +2203,46 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_httpd_acl.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\modules\m_httpd_config.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_httpd_stats.cpp"
>
<FileConfiguration
@@ -1967,6 +2423,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_maphide.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_md5.cpp"
>
<FileConfiguration
@@ -2007,6 +2483,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_muteban.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_namesx.cpp"
>
<FileConfiguration
@@ -2167,6 +2663,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_nopartmsg.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_oper_hash.cpp"
>
<FileConfiguration
@@ -2347,6 +2863,66 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_password_hash.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\modules\m_permchannels.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\modules\m_proxyscan.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_randquote.cpp"
>
<FileConfiguration
@@ -2507,6 +3083,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_ripemd160.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_rpc_json.cpp"
>
<FileConfiguration
@@ -2667,6 +3263,46 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_sasl.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\modules\m_satopic.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_securelist.cpp"
>
<FileConfiguration
@@ -2707,6 +3343,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_serverban.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_services.cpp"
>
<FileConfiguration
@@ -2887,6 +3543,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_shun.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_silence.cpp"
>
<FileConfiguration
@@ -3207,6 +3883,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\modules\m_xline_db.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\modules\m_xmlsocket.cpp"
>
<FileConfiguration
@@ -4763,7 +5459,7 @@
>
</File>
<File
- RelativePath=".\inspircd.rc"
+ RelativePath=".\resource.rc"
>
</File>
</Filter>