Updated - April 12 2006

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2193 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2006-04-12 03:01:59 +00:00
parent 75648fd2ff
commit 6d99113511
2 changed files with 113 additions and 49 deletions

View File

@ -1,18 +1,14 @@
Microsoft Visual Studio Solution File, Format Version 8.00 Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftequake", "ftequake.vcproj", "{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftequake", "ftequake.vcproj", "{A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}"
ProjectSection(ProjectDependencies) = postProject ProjectSection(ProjectDependencies) = postProject
{1722C3EE-4469-4757-9CE1-7B477A7A5E5B} = {1722C3EE-4469-4757-9CE1-7B477A7A5E5B} {1593FE53-29C1-42CA-98AF-4CF1FCACD755} = {1593FE53-29C1-42CA-98AF-4CF1FCACD755}
EndProjectSection EndProjectSection
EndProject EndProject
Project("{059D6162-CD51-11D0-AE1F-00A0C90FFFC3}") = "gas2masm", "..\gas2masm\gas2masm.dsp", "{1722C3EE-4469-4757-9CE1-7B477A7A5E5B}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gas2masm", "..\gas2masm\gas2masm.vcproj", "{1593FE53-29C1-42CA-98AF-4CF1FCACD755}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
ProjectSection(ProjectDependencies) = postProject ProjectSection(ProjectDependencies) = postProject
EndProjectSection EndProjectSection
EndProject EndProject
Project("{059D6162-CD51-11D0-AE1F-00A0C90FFFC3}") = "qcc", "..\qclib\qcc.dsp", "{C3A7EAB8-C553-49E5-A2EC-7B4439671F84}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qcc", "..\qclib\qcc.vcproj", "{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
ProjectSection(ProjectDependencies) = postProject ProjectSection(ProjectDependencies) = postProject
EndProjectSection EndProjectSection
EndProject EndProject
@ -24,6 +20,8 @@ Global
GLDebug = GLDebug GLDebug = GLDebug
GLDebugQ3 = GLDebugQ3 GLDebugQ3 = GLDebugQ3
GLRelease = GLRelease GLRelease = GLRelease
GUIDebug = GUIDebug
GUIRelease = GUIRelease
MDebug = MDebug MDebug = MDebug
MinGLDebug = MinGLDebug MinGLDebug = MinGLDebug
MinGLRelease = MinGLRelease MinGLRelease = MinGLRelease
@ -33,32 +31,96 @@ Global
Release Dedicated Server = Release Dedicated Server Release Dedicated Server = Release Dedicated Server
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution GlobalSection(ProjectConfiguration) = postSolution
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Debug.ActiveCfg = GLRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Debug.ActiveCfg = Debug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Debug.Build.0 = GLRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Debug.Build.0 = Debug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Debug Dedicated Server.ActiveCfg = Debug Dedicated Server|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Debug Dedicated Server.ActiveCfg = Debug Dedicated Server|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Debug Dedicated Server.Build.0 = Debug Dedicated Server|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Debug Dedicated Server.Build.0 = Debug Dedicated Server|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Debug Dedicated ServerQ3.ActiveCfg = Debug Dedicated ServerQ3|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Debug Dedicated ServerQ3.ActiveCfg = Debug Dedicated ServerQ3|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Debug Dedicated ServerQ3.Build.0 = Debug Dedicated ServerQ3|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Debug Dedicated ServerQ3.Build.0 = Debug Dedicated ServerQ3|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.GLDebug.ActiveCfg = GLDebug|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GLDebug.ActiveCfg = GLDebug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.GLDebug.Build.0 = GLDebug|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GLDebug.Build.0 = GLDebug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.GLDebugQ3.ActiveCfg = GLDebugQ3|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GLDebugQ3.ActiveCfg = GLDebugQ3|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.GLDebugQ3.Build.0 = GLDebugQ3|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GLDebugQ3.Build.0 = GLDebugQ3|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.GLRelease.ActiveCfg = GLRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GLRelease.ActiveCfg = GLRelease|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.GLRelease.Build.0 = GLRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GLRelease.Build.0 = GLRelease|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MDebug.ActiveCfg = MDebug|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GUIDebug.ActiveCfg = Debug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MDebug.Build.0 = MDebug|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GUIDebug.Build.0 = Debug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MinGLDebug.ActiveCfg = MinGLDebug|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GUIRelease.ActiveCfg = Release|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MinGLDebug.Build.0 = MinGLDebug|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.GUIRelease.Build.0 = Release|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MinGLRelease.ActiveCfg = MinGLRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MDebug.ActiveCfg = MDebug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MinGLRelease.Build.0 = MinGLRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MDebug.Build.0 = MDebug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MinSW.ActiveCfg = MinSW|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MinGLDebug.ActiveCfg = MinGLDebug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MinSW.Build.0 = MinSW|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MinGLDebug.Build.0 = MinGLDebug|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MRelease.ActiveCfg = MRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MinGLRelease.ActiveCfg = MinGLRelease|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.MRelease.Build.0 = MRelease|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MinGLRelease.Build.0 = MinGLRelease|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Release.ActiveCfg = Release|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MinSW.ActiveCfg = MinSW|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Release.Build.0 = Release|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MinSW.Build.0 = MinSW|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Release Dedicated Server.ActiveCfg = Release Dedicated Server|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MRelease.ActiveCfg = MRelease|Win32
{BE6B9C11-C7A6-45D4-8193-64682FDC6B1C}.Release Dedicated Server.Build.0 = Release Dedicated Server|Win32 {A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.MRelease.Build.0 = MRelease|Win32
{A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Release.ActiveCfg = Release|Win32
{A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Release.Build.0 = Release|Win32
{A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Release Dedicated Server.ActiveCfg = Release Dedicated Server|Win32
{A84FFDBB-D4D9-43C4-BEA8-1412E67CE77B}.Release Dedicated Server.Build.0 = Release Dedicated Server|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Debug.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Debug.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Debug Dedicated Server.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Debug Dedicated Server.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Debug Dedicated ServerQ3.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Debug Dedicated ServerQ3.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GLDebug.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GLDebug.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GLDebugQ3.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GLDebugQ3.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GLRelease.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GLRelease.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GUIDebug.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GUIDebug.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GUIRelease.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.GUIRelease.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MDebug.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MDebug.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MinGLDebug.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MinGLDebug.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MinGLRelease.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MinGLRelease.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MinSW.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MinSW.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MRelease.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.MRelease.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Release.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Release.Build.0 = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Release Dedicated Server.ActiveCfg = Debug|Win32
{1593FE53-29C1-42CA-98AF-4CF1FCACD755}.Release Dedicated Server.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Debug.ActiveCfg = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Debug.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Debug Dedicated Server.ActiveCfg = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Debug Dedicated Server.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Debug Dedicated ServerQ3.ActiveCfg = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Debug Dedicated ServerQ3.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GLDebug.ActiveCfg = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GLDebug.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GLDebugQ3.ActiveCfg = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GLDebugQ3.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GLRelease.ActiveCfg = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GLRelease.Build.0 = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GUIDebug.ActiveCfg = GUIDebug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GUIDebug.Build.0 = GUIDebug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GUIRelease.ActiveCfg = GUIRelease|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.GUIRelease.Build.0 = GUIRelease|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MDebug.ActiveCfg = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MDebug.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MinGLDebug.ActiveCfg = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MinGLDebug.Build.0 = Debug|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MinGLRelease.ActiveCfg = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MinGLRelease.Build.0 = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MinSW.ActiveCfg = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MinSW.Build.0 = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MRelease.ActiveCfg = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.MRelease.Build.0 = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Release.ActiveCfg = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Release.Build.0 = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Release Dedicated Server.ActiveCfg = Release|Win32
{81E00893-9138-45C0-BDC7-C1BA1C9E5B41}.Release Dedicated Server.Build.0 = Release|Win32
EndGlobalSection EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection EndGlobalSection

View File

@ -926,42 +926,42 @@
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="GLDebugQ3|Win32"> Name="GLDebugQ3|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug|Win32"> Name="Debug|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="MinSW|Win32"> Name="MinSW|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="MinGLRelease|Win32"> Name="MinGLRelease|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="GLDebug|Win32"> Name="GLDebug|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Release Dedicated Server|Win32" Name="Release Dedicated Server|Win32"
@ -969,21 +969,21 @@
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="MRelease|Win32"> Name="MRelease|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Release|Win32"> Name="Release|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="MINIMAL" PreprocessorDefinitions="MINIMAL"
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client;\ftetgcvs\engine\client;\Projects\fteqw\engine\client;\windows\J\ftetgcvs\engine\client;\ftetgcvs\source\client;\ftetgcvs\temp\client;\ftetgcvs\fte\QW\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client;\ftetgcvs\engine\client;\Projects\fteqw\engine\client;\windows\J\ftetgcvs\engine\client;\ftetgcvs\source\client;\ftetgcvs\temp\client;\ftetgcvs\fte\QW\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug Dedicated Server|Win32" Name="Debug Dedicated Server|Win32"
@ -991,7 +991,7 @@
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug Dedicated ServerQ3|Win32" Name="Debug Dedicated ServerQ3|Win32"
@ -999,21 +999,21 @@
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="MDebug|Win32"> Name="MDebug|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="GLRelease|Win32"> Name="GLRelease|Win32">
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="" PreprocessorDefinitions=""
AdditionalIncludeDirectories="\source\fte\engine\dotnet2003\client"/> AdditionalIncludeDirectories="\source\fte_SVN\engine\engine\client"/>
</FileConfiguration> </FileConfiguration>
</File> </File>
<Filter <Filter
@ -11050,7 +11050,8 @@
BrowseInformation="1"/> BrowseInformation="1"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Release Dedicated Server|Win32"> Name="Release Dedicated Server|Win32"
ExcludedFromBuild="TRUE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="1" Optimization="1"
@ -11077,7 +11078,8 @@
BrowseInformation="1"/> BrowseInformation="1"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug Dedicated Server|Win32"> Name="Debug Dedicated Server|Win32"
ExcludedFromBuild="TRUE">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"