summaryrefslogtreecommitdiff
path: root/Aethyra.vcproj
diff options
context:
space:
mode:
authorKraant <kraant@gmail.com>2008-08-07 21:36:18 +0000
committerKraant <kraant@gmail.com>2008-08-07 21:36:18 +0000
commitd63aff470f914d711b92af12ceb7944e8a6e24f4 (patch)
tree837585ea16854831dd6cd9ffc0592649076cc64a /Aethyra.vcproj
parent128afe364bf797d02424b6e7191bb4bd4c1df21d (diff)
downloadmana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.gz
mana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.bz2
mana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.xz
mana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.zip
Rebranding TME to Aethyra
Diffstat (limited to 'Aethyra.vcproj')
-rw-r--r--Aethyra.vcproj876
1 files changed, 876 insertions, 0 deletions
diff --git a/Aethyra.vcproj b/Aethyra.vcproj
new file mode 100644
index 00000000..6612e1a1
--- /dev/null
+++ b/Aethyra.vcproj
@@ -0,0 +1,876 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="ManaExperiment"
+ ProjectGUID="{DE31E83E-62BD-460E-8E6A-648CF98CC5A4}"
+ RootNamespace="ManaExperimet"
+ Keyword="Win32Proj"
+ SignManifests="true"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ InheritedPropertySheets="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=""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="physfs.lib sdl.lib sdlmain.lib sdl_image.lib sdl_mixer.lib guichan.lib guichan_sdl.lib ws2_32.lib libxml2.lib iconv.lib zlib.lib libcurl.lib"
+ OutputFile="$(OutDir)/ManaExperiment.exe"
+ LinkIncremental="2"
+ IgnoreDefaultLibraryNames="libc.lib"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/ManaExperiment.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="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ InheritedPropertySheets="UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="&quot;D:\Programming\Libraries\LibXml\libxml2-2.6.17.win32\lib&quot;;&quot;D:\Programming\Libraries\LibXml\libxml2-2.6.17.win32\include&quot;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ RuntimeLibrary="2"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="physfs.lib alleg.lib guichan.lib guichan_sdl.lib sdl.lib sdlmain.lib sdl_mixer.lib sdl_image.lib ws2_32.lib libxml2.lib iconv.lib zlib.lib libcurl.lib"
+ OutputFile="tmw.exe"
+ LinkIncremental="1"
+ IgnoreDefaultLibraryNames="LIBC.lib"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
+ 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="Profile|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ InheritedPropertySheets="UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ RuntimeLibrary="2"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="SDL.lib"
+ AdditionalDependencies="allp.lib"
+ />
+ <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\base64.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\base64.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\being.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\being.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\configuration.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\configuration.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\engine.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\engine.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\floor_item.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\floor_item.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\game.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\game.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\graphics.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\graphics.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\log.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\log.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\main.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\map.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\map.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\sound.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\sound.h"
+ >
+ </File>
+ <Filter
+ Name="graphic"
+ >
+ <File
+ RelativePath=".\src\graphic\spriteset.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\graphic\spriteset.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="net"
+ >
+ <File
+ RelativePath=".\src\net\network.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\net\network.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\net\protocol.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\net\protocol.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\net\win2linux.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\net\win2mac.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\net\win2mac.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="gui"
+ >
+ <File
+ RelativePath=".\src\gui\box.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\box.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\browserbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\browserbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\buddywindow.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\buddywindow.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\button.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\button.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\buy.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\buy.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\buysell.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\buysell.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\char_select.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\char_select.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\char_server.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\char_server.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\chargedialog.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\chargedialog.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\chat.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\chat.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\chatinput.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\chatinput.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\checkbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\checkbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\confirm_dialog.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\confirm_dialog.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\equipment.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\equipment.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\focushandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\focushandler.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\gui.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\gui.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\hbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\hbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\help.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\help.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\inttextbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\inttextbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\inventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\inventory.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\item_amount.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\item_amount.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\itemcontainer.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\itemcontainer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\linkhandler.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\listbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\listbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\login.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\login.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\minimap.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\minimap.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\newskill.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\newskill.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\npc.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\npc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\npc_text.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\npc_text.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\ok_dialog.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\ok_dialog.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\passwordfield.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\passwordfield.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\playerbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\playerbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\popupmenu.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\popupmenu.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\progressbar.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\progressbar.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\radiobutton.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\radiobutton.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\requesttrade.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\requesttrade.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\scrollarea.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\scrollarea.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\sell.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\sell.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\setup.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\setup.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\shop.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\shop.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\skill.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\skill.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\slider.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\slider.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\stats.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\stats.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\status.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\status.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\textbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\textbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\textfield.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\textfield.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\trade.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\trade.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\updatewindow.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\updatewindow.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\vbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\vbox.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\window.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\window.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\windowcontainer.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\gui\windowcontainer.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="resources"
+ >
+ <File
+ RelativePath=".\src\resources\buddylist.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\buddylist.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\image.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\image.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\iteminfo.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\iteminfo.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\itemmanager.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\itemmanager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\mapreader.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\mapreader.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\music.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\music.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\resource.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\resource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\resourcemanager.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\resourcemanager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\soundeffect.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\resources\soundeffect.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>