changes to data formats: now using Packaged, implemented more things

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@9 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-10-07 13:12:15 +00:00
parent cdb4ecf031
commit 177f1a211f
9 changed files with 78 additions and 3 deletions
+52
View File
@@ -322,15 +322,33 @@
<Filter
Name="set"
Filter="">
<File
RelativePath=".\gui\set\cards_panel.cpp">
</File>
<File
RelativePath=".\gui\set\cards_panel.hpp">
</File>
<File
RelativePath=".\gui\set\panel.hpp">
</File>
<File
RelativePath=".\gui\set\set_info_panel.cpp">
</File>
<File
RelativePath=".\gui\set\set_info_panel.hpp">
</File>
<File
RelativePath=".\gui\set\stats_panel.cpp">
</File>
<File
RelativePath=".\gui\set\stats_panel.hpp">
</File>
<File
RelativePath=".\gui\set\style_panel.cpp">
</File>
<File
RelativePath=".\gui\set\style_panel.hpp">
</File>
<File
RelativePath=".\gui\set\window.cpp">
</File>
@@ -558,6 +576,12 @@
<File
RelativePath=".\data\set.hpp">
</File>
<File
RelativePath=".\data\settings.cpp">
</File>
<File
RelativePath=".\data\settings.hpp">
</File>
<File
RelativePath=".\data\symbol.cpp">
<FileConfiguration
@@ -616,6 +640,34 @@
RelativePath=".\data\action\symbol_part.hpp">
</File>
</Filter>
<Filter
Name="format"
Filter="">
<File
RelativePath=".\data\format\apprentice.cpp">
</File>
<File
RelativePath=".\data\format\formats.cpp">
</File>
<File
RelativePath=".\data\format\formats.hpp">
</File>
<File
RelativePath=".\data\format\html.cpp">
</File>
<File
RelativePath=".\data\format\mse1.cpp">
</File>
<File
RelativePath=".\data\format\mse2.cpp">
</File>
<File
RelativePath=".\data\format\mtg_editor.cpp">
</File>
<File
RelativePath=".\data\format\mws.cpp">
</File>
</Filter>
</Filter>
<Filter
Name="util"