mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Updated VS 2008 Project Files (thx to BirdFlu)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2451 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+223
-417
@@ -2,11 +2,10 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="Utils_VS2008"
|
||||
ProjectGUID="{262A5F80-0B99-4E8E-A6C7-74CB1FD0A67C}"
|
||||
RootNamespace="Utils_VS2008"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
Name="Utils"
|
||||
ProjectGUID="{5FDBE9C9-E6E3-42A8-A5C4-6EA9E073A5FB}"
|
||||
RootNamespace="Utils"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -18,10 +17,11 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
OutputDirectory="$(SolutionDir)lib\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="..\ja2_VS2008.vsprops;..\ja2_VS2008Debug.vsprops"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
@@ -40,18 +40,13 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\Multiplayer"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4100"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@@ -83,10 +78,12 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
OutputDirectory="$(SolutionDir)lib\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="..\ja2_VS2008.vsprops"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
@@ -105,13 +102,11 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
||||
Optimization="2"
|
||||
AdditionalIncludeDirectories="..\Multiplayer"
|
||||
EnableIntrinsicFunctions="true"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
@@ -145,10 +140,12 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditor|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
OutputDirectory="$(SolutionDir)lib\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="..\ja2_VS2008.vsprops;..\ja2_VS2008Editor.vsprops"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
@@ -167,13 +164,11 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
||||
Optimization="2"
|
||||
AdditionalIncludeDirectories="..\Multiplayer"
|
||||
EnableIntrinsicFunctions="true"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
@@ -207,10 +202,11 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MapEditorD|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
OutputDirectory="$(SolutionDir)lib\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="..\ja2_VS2008.vsprops;..\ja2_VS2008Editor.vsprops"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
@@ -229,203 +225,13 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\Multiplayer"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4100"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="ChineseDebug|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="..\ja2_VS2008.vsprops;..\ja2_VS2008Debug.vsprops"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\Multiplayer"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;CHINESE;WINFONTS;SGP_DEBUG"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4100"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="ChineseRelease|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="chsRelease|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="..\ja2_VS2008.vsprops"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
||||
Optimization="2"
|
||||
AdditionalIncludeDirectories="..\Multiplayer"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WINFONTS;CHINESE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@@ -459,351 +265,351 @@
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\_Ja25DutchText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25EnglishText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25FrenchText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25GermanText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25ItalianText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25PolishText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25RussianText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25TaiwaneseText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Animated ProgressBar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Cinematics.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Cursors.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Debug Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dsutil.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Encrypted File.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Event Manager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Event Pump.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Font Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\INIReader.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\maputility.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MercTextBox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\message.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Multi Language Graphic Utils.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Multilingual Text Code Generator.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Music Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PopUpBox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Quantize Wrap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Quantize.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Slider.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Sound Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\STIConvert.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Text Input.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Text.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Timer Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Utilities.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Utils All.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Win Util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\WordWrap.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\_ChineseText.cpp"
|
||||
RelativePath="_DutchText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_DutchText.cpp"
|
||||
RelativePath="_EnglishText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_EnglishText.cpp"
|
||||
RelativePath="_FrenchText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_FrenchText.cpp"
|
||||
RelativePath="_GermanText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_GermanText.cpp"
|
||||
RelativePath="_ItalianText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_ItalianText.cpp"
|
||||
RelativePath="_Ja25DutchText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25ChineseText.cpp"
|
||||
RelativePath="_Ja25EnglishText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25DutchText.cpp"
|
||||
RelativePath="_Ja25FrenchText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25EnglishText.cpp"
|
||||
RelativePath="_Ja25GermanText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25FrenchText.cpp"
|
||||
RelativePath="_Ja25ItalianText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25GermanText.cpp"
|
||||
RelativePath="_Ja25PolishText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25ItalianText.cpp"
|
||||
RelativePath="_Ja25RussianText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25PolishText.cpp"
|
||||
RelativePath="_Ja25TaiwaneseText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25RussianText.cpp"
|
||||
RelativePath="_PolishText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_Ja25TaiwaneseText.cpp"
|
||||
RelativePath="_RussianText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_PolishText.cpp"
|
||||
RelativePath="_TaiwaneseText.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_RussianText.cpp"
|
||||
RelativePath="Animated ProgressBar.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\_TaiwaneseText.cpp"
|
||||
RelativePath="Cinematics.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Animated ProgressBar.cpp"
|
||||
RelativePath="Cursors.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Cinematics.cpp"
|
||||
RelativePath="Debug Control.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Cursors.cpp"
|
||||
RelativePath="dsutil.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Debug Control.cpp"
|
||||
RelativePath="Encrypted File.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dsutil.cpp"
|
||||
RelativePath="Event Manager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Encrypted File.cpp"
|
||||
RelativePath="Event Pump.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Event Manager.cpp"
|
||||
RelativePath="Font Control.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Event Pump.cpp"
|
||||
RelativePath="INIReader.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Font Control.cpp"
|
||||
RelativePath="MapUtility.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\INIReader.cpp"
|
||||
RelativePath="MercTextBox.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MapUtility.cpp"
|
||||
RelativePath="message.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MercTextBox.cpp"
|
||||
RelativePath="Multi Language Graphic Utils.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\message.cpp"
|
||||
RelativePath="Multilingual Text Code Generator.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Multi Language Graphic Utils.cpp"
|
||||
RelativePath="Music Control.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Multilingual Text Code Generator.cpp"
|
||||
RelativePath="PopUpBox.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Music Control.cpp"
|
||||
RelativePath="Quantize Wrap.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\PopUpBox.cpp"
|
||||
RelativePath="Quantize.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Quantize Wrap.cpp"
|
||||
RelativePath="Slider.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Quantize.cpp"
|
||||
RelativePath="Sound Control.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Slider.cpp"
|
||||
RelativePath="STIConvert.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Sound Control.cpp"
|
||||
RelativePath="Text Input.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\STIConvert.cpp"
|
||||
RelativePath="Text Utils.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Text Input.cpp"
|
||||
RelativePath="Timer Control.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Text Utils.cpp"
|
||||
RelativePath="Utilities.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Timer Control.cpp"
|
||||
RelativePath="Win Util.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Utilities.cpp"
|
||||
RelativePath="WordWrap.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\WordWrap.cpp"
|
||||
RelativePath="XML_Items.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\XML_Items.cpp"
|
||||
RelativePath="XML_Strings.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\XML_Strings.cpp"
|
||||
RelativePath="XML_Strings2.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="_Ja25DutchText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="_Ja25EnglishText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="_Ja25FrenchText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="_Ja25GermanText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="_Ja25ItalianText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="_Ja25PolishText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="_Ja25RussianText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="_Ja25TaiwaneseText.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Animated ProgressBar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Cinematics.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Cursors.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Debug Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="dsutil.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Encrypted File.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Event Manager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Event Pump.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Font Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="INIReader.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="maputility.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="MercTextBox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="message.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Multi Language Graphic Utils.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Multilingual Text Code Generator.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Music Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PopUpBox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Quantize Wrap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Quantize.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Slider.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Sound Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="STIConvert.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Text Input.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Text.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Timer Control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Utilities.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Utils All.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Win Util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="WordWrap.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
||||
Reference in New Issue
Block a user