mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
a282f43cc4
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1622 0fc631ac-6414-0410-93d0-97cfa31319b6
4448 lines
98 KiB
XML
4448 lines
98 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="mse"
|
|
ProjectGUID="{DB9DCD62-4679-47DD-8BEE-8A0191161A51}"
|
|
RootNamespace="mse"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="../build/$(ConfigurationName)"
|
|
IntermediateDirectory="../build/$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)/mse.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\mswd""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;__WINDOWS__;__WXMSW__;DEBUG=1;__WXDEBUG__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;HUNSPELL_STATIC"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="util/prec.hpp"
|
|
PrecompiledHeaderFile="$(IntDir)/mse.pch"
|
|
AssemblerListingLocation="$(OutDir)"
|
|
BrowseInformation="1"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="rpcrt4.lib wsock32.lib comctl32.lib wxbase$(WX_VERSION)d.lib wxmsw$(WX_VERSION)d_core.lib wxjpegd.lib wxpngd.lib wxtiffd.lib wxzlibd.lib wxregexd.lib wxbase$(WX_VERSION)d_net.lib wxmsw$(WX_VERSION)d_html.lib libhunspelld.lib"
|
|
OutputFile="$(OutDir)/mse.exe"
|
|
LinkIncremental="2"
|
|
IgnoreDefaultLibraryNames="libcd.lib,libcid.lib"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="../build/$(ConfigurationName)"
|
|
IntermediateDirectory="../build/$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)/mse.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="0"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\msw""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;USE_SCRIPT_PROFILING=0;HUNSPELL_STATIC"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="util/prec.hpp"
|
|
PrecompiledHeaderFile="$(IntDir)/mse.pch"
|
|
AssemblerListingLocation="$(OutDir)"
|
|
WarningLevel="4"
|
|
WarnAsError="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="rpcrt4.lib wsock32.lib comctl32.lib wxbase$(WX_VERSION).lib wxmsw$(WX_VERSION)_core.lib wxjpeg.lib wxpng.lib wxtiff.lib wxzlib.lib wxregex.lib wxbase$(WX_VERSION)_net.lib wxmsw$(WX_VERSION)_html.lib libhunspell.lib"
|
|
OutputFile="$(OutDir)/mse.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="libc.lib,libci.lib"
|
|
GenerateDebugInformation="true"
|
|
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="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug Unicode|Win32"
|
|
OutputDirectory="../build/$(ConfigurationName)"
|
|
IntermediateDirectory="../build/$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)/mse.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\mswud""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;__WINDOWS__;__WXMSW__;DEBUG=1;__WXDEBUG__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;UNICODE;_UNICODE;wxUSE_UNICODE;HUNSPELL_STATIC"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="util/prec.hpp"
|
|
PrecompiledHeaderFile="$(IntDir)/mse.pch"
|
|
AssemblerListingLocation="$(OutDir)"
|
|
BrowseInformation="1"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4671;4673"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="rpcrt4.lib wsock32.lib comctl32.lib wxbase$(WX_VERSION)ud.lib wxmsw$(WX_VERSION)ud_core.lib wxjpegd.lib wxpngd.lib wxtiffd.lib wxzlibd.lib wxregexud.lib wxbase$(WX_VERSION)ud_net.lib wxmsw$(WX_VERSION)ud_html.lib libhunspelld.lib"
|
|
LinkIncremental="2"
|
|
IgnoreDefaultLibraryNames="libcd.lib,libcid.lib"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release Unicode|Win32"
|
|
OutputDirectory="../build/$(ConfigurationName)"
|
|
IntermediateDirectory="../build/$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)/mse.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="0"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="2"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\mswu""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;UNICODE;_UNICODE;wxUSE_UNICODE;HUNSPELL_STATIC;USE_SCRIPT_PROFILING=0"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="util/prec.hpp"
|
|
PrecompiledHeaderFile="$(IntDir)/mse.pch"
|
|
AssemblerListingLocation="$(OutDir)"
|
|
WarningLevel="4"
|
|
WarnAsError="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="rpcrt4.lib wsock32.lib comctl32.lib wxbase$(WX_VERSION)u.lib wxmsw$(WX_VERSION)u_core.lib wxjpeg.lib wxpng.lib wxtiff.lib wxzlib.lib wxregexu.lib wxbase$(WX_VERSION)u_net.lib wxmsw$(WX_VERSION)u_html.lib libhunspell.lib"
|
|
OutputFile="$(OutDir)/mse.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
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="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release Unicode fast build|Win32"
|
|
OutputDirectory="../build/$(ConfigurationName)"
|
|
IntermediateDirectory="../build/$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(OutDir)/mse.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="1"
|
|
FavorSizeOrSpeed="2"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\mswu""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;UNICODE;_UNICODE;wxUSE_UNICODE"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="util/prec.hpp"
|
|
PrecompiledHeaderFile="$(IntDir)/mse.pch"
|
|
AssemblerListingLocation="$(OutDir)"
|
|
WarningLevel="4"
|
|
WarnAsError="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="rpcrt4.lib wsock32.lib comctl32.lib wxbase$(WX_VERSION)u.lib wxmsw$(WX_VERSION)u_core.lib wxjpeg.lib wxpng.lib wxtiff.lib wxzlib.lib wxregexu.lib wxbase$(WX_VERSION)u_net.lib wxmsw$(WX_VERSION)u_html.lib libboost_regex-vc71-mt-s.lib libhunspell.lib"
|
|
OutputFile="$(OutDir)/mse.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="libc.lib,libci.lib"
|
|
GenerateDebugInformation="true"
|
|
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="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="gui"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\icon_menu.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\icon_menu.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\util.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\util.hpp"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="set"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\set\cards_panel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\set\cards_panel.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\set\keywords_panel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\set\keywords_panel.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\set\panel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\set\panel.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\set\random_pack_panel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\set\random_pack_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>
|
|
<File
|
|
RelativePath=".\gui\set\window.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="control"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\control\gallery_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\gallery_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\graph.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\graph.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\package_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\package_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\tree_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\tree_list.hpp"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="card_list"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\control\card_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\card_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\card_list_column_select.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\card_list_column_select.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\filtered_card_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\filtered_card_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\image_card_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\image_card_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\select_card_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\select_card_list.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="other lists"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\control\item_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\item_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\keyword_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\keyword_list.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="editor"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\control\card_editor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\card_editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\card_viewer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\card_viewer.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\native_look_editor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\native_look_editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\text_ctrl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\text_ctrl.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="symbol"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\symbol\basic_shape_editor.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\basic_shape_editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\control.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\control.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\editor.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\part_list.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\part_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\point_editor.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\point_editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\select_editor.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\select_editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\selection.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\selection.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\symmetry_editor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\symmetry_editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\window.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\symbol\window.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="other"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\about_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\about_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\auto_replace_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\auto_replace_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\card_select_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\card_select_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\drop_down_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\drop_down_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\filter_ctrl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\control\filter_ctrl.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\html_export_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\html_export_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\image_slice_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\image_slice_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\images_export_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\images_export_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\new_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\new_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\preferences_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\preferences_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\print_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\print_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\profiler_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\thumbnail_thread.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\thumbnail_thread.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\welcome_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\welcome_window.hpp"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="package"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\package_update_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\package_update_list.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\packages_window.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\packages_window.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\update_checker.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\update_checker.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="value"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\value\choice.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\color.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\color.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\editor.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\editor.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\image.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\image.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\information.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\information.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\multiple_choice.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\multiple_choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\package_choice.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\package_choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\symbol.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\symbol.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\text.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\value\text.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="resource"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
<File
|
|
RelativePath=".\resource\msw\mse.rc"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="data"
|
|
>
|
|
<Filter
|
|
Name="action"
|
|
>
|
|
<File
|
|
RelativePath=".\data\action\generic.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\keyword.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\keyword.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\set.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\set.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\symbol.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/symbol_action.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/symbol_action.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/symbol_action.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/symbol_action.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/symbol_action.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\symbol.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\symbol_part.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\symbol_part.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\value.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\action\value.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="format"
|
|
>
|
|
<File
|
|
RelativePath=".\data\format\apprentice.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\format\clipboard.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\format\clipboard.hpp"
|
|
>
|
|
</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\image.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)4.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\format\image_to_symbol.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\format\image_to_symbol.hpp"
|
|
>
|
|
</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
|
|
Name="field"
|
|
>
|
|
<File
|
|
RelativePath=".\data\field\boolean.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\boolean.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\choice.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\color.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\color.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\image.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\information.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\information.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\multiple_choice.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\multiple_choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\package_choice.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\package_choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\symbol.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\symbol.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\text.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\field\text.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="aux"
|
|
>
|
|
<File
|
|
RelativePath=".\data\add_cards_script.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\add_cards_script.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\draw_what.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\export_template.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\export_template.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\filter.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\font.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\font.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\graph_type.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\installer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\installer.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\keyword.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\keyword.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\locale.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\locale.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\pack.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\pack.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\statistics.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\statistics.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\symbol_font.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\symbol_font.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\word_list.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\word_list.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="base"
|
|
>
|
|
<File
|
|
RelativePath=".\data\card.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\card.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\game.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\game.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\set.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\set.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\settings.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\settings.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\stylesheet.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\stylesheet.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\symbol.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\data\symbol.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="util"
|
|
>
|
|
<Filter
|
|
Name="io"
|
|
>
|
|
<File
|
|
RelativePath=".\util\io\get_member.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\get_member.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\package.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\package.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\package_manager.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\package_manager.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\reader.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\reader.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\writer.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\io\writer.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="types"
|
|
>
|
|
<File
|
|
RelativePath=".\util\action_stack.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\action_stack.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\age.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\age.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\alignment.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\alignment.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\defaultable.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\delayed_index_maps.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\find_replace.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\index_map.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\locale.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\real_point.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\regex.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\regex.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\spell_checker.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\spell_checker.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\vector2d.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\version.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\version.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="base"
|
|
>
|
|
<File
|
|
RelativePath=".\util\error.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\error.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\for_each.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\platform.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\prec.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\reflect.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\rotation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\rotation.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\smart_ptr.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\string.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\string.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\tagged_string.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\tagged_string.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\window_id.hpp"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="aux"
|
|
>
|
|
<File
|
|
RelativePath=".\util\angle.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\atomic.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\dynamic_arg.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\file_utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\file_utils.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\order_cache.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\spec_sort.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\spec_sort.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="vcs"
|
|
>
|
|
<File
|
|
RelativePath=".\util\vcs\subversion.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\vcs\subversion.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\vcs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\util\vcs.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="gfx"
|
|
>
|
|
<File
|
|
RelativePath=".\gfx\bezier.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\bezier.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\blend_image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\color.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\color.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\combine_image.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\generated_image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\generated_image.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\gfx.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\image_effects.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\mask_image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\polynomial.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\polynomial.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\resample_image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\resample_text.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gfx\rotate_image.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="script"
|
|
>
|
|
<Filter
|
|
Name="functions"
|
|
>
|
|
<File
|
|
RelativePath=".\script\functions\basic.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\construction.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\editor.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\english.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\export.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\functions.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\image.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)5.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)5.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)5.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)5.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)5.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\regex.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\spelling.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\functions\util.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="base"
|
|
>
|
|
<File
|
|
RelativePath=".\script\dependency.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\script.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\script.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\to_value.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\value.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\value.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="parse_eval"
|
|
>
|
|
<File
|
|
RelativePath=".\script\context.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\context.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\dependency.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\parser.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\parser.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\profiler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\profiler.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="use"
|
|
>
|
|
<File
|
|
RelativePath=".\script\image.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\image.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\script_manager.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\script_manager.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\scriptable.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\script\scriptable.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="render"
|
|
>
|
|
<Filter
|
|
Name="value"
|
|
>
|
|
<File
|
|
RelativePath=".\render\value\choice.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\color.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\color.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\image.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\image.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\information.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\information.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\multiple_choice.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\multiple_choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\package_choice.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\package_choice.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\symbol.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\symbol.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\text.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\text.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\viewer.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)2.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\value\viewer.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="card"
|
|
>
|
|
<File
|
|
RelativePath=".\render\card\viewer.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\card\viewer.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="symbol"
|
|
>
|
|
<File
|
|
RelativePath=".\render\symbol\filter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\symbol\filter.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\symbol\viewer.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\symbol\viewer.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="text"
|
|
>
|
|
<File
|
|
RelativePath=".\render\text\compound.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\text\element.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\text\element.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\text\font.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\text\symbol.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)3.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\text\viewer.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\render\text\viewer.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="doc"
|
|
>
|
|
<Filter
|
|
Name="about"
|
|
>
|
|
<File
|
|
RelativePath="..\doc\about\index.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\about\license.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="file"
|
|
>
|
|
<File
|
|
RelativePath="..\doc\file\format.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\file\index.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\file\package.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\file\style_triangle.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="script"
|
|
>
|
|
<File
|
|
RelativePath="..\doc\script\best_practices.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\control_structures.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\default_arguments.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\functions.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\index.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\introduction.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\operators.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\predefined_variables.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\script\variables.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="function"
|
|
>
|
|
<File
|
|
RelativePath="..\doc\function\assert.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\break_text.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\built_in_image.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\chosen.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\combine_blend.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\combined_editor.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\contains.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\copy_file.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\count_chosen.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\crop.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\curly_quotes.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\drop_shadow.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\english_number.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\english_plural.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\enlarge.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\exclusive_choice.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\expand_keywords.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\filter_list.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\filter_text.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\format.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\index.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\invert_image.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\keyword_usage.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\length.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\linear_blend.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\masked_blend.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\match.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\number_of_items.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\position.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\primary_choice.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\process_english_hints.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\recolor_image.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\regex_escape.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\remove_choice.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\remove_tag.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\remove_tags.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\replace.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\require_choice.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\require_exclusive_choice.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\reverse.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\saturate.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\set_alpha.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\set_combine.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\set_mask.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\sort_list.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\sort_text.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\substring.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\symbol_variation.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\symbols_to_html.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\tag_contents.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_boolean.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_color.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_html.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_int.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_lower.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_real.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_string.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_text.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_title.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\to_upper.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\trace.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\trim.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\write_image_file.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\function\write_text_file.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="type"
|
|
>
|
|
<File
|
|
RelativePath="..\doc\type\alignment.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\boolean.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\card.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\choice.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\choice_render_style.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\color.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\color_choice.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\combine.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\control_point.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\dependency.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\direction.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\double.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\export_template.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\field.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\filename.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\font.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\function.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\game.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\graph_type.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\image.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\include.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\index.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\indexmap.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\insert_symbol_menu.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\installer.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\int.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\keyword.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\keyword_mode.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\keyword_param_reference_script.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\keyword_param_type.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\list.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\locale.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\map.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\pack_item.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\pack_item_reference.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\pack_type.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\regex.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\script.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\scriptable.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\set.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\settings.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\statistics_category.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\statistics_dimension.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\string.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\style.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\stylesheet.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\symbol.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\symbol_combine.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\symbol_font.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\symbol_font_reference.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\symbol_font_symbol.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\symbol_part.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\symbol_variation.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\tagged_string.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\value.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\vector2d.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\version.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\word_list.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\type\word_list_word.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="cli"
|
|
>
|
|
<File
|
|
RelativePath="..\doc\cli\cli.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\doc\cli\index.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="cli"
|
|
>
|
|
<File
|
|
RelativePath=".\cli\cli_main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cli\cli_main.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cli\text_io_handler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cli\text_io_handler.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="template-stuff"
|
|
>
|
|
<Filter
|
|
Name="magic"
|
|
>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\add_cards_scripts"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\auto_replace"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\card_fields"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\game"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\keywords"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\language"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\packs"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\script"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\set_fields"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\statistics"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic.mse-game\word_lists"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="test"
|
|
>
|
|
<File
|
|
RelativePath="..\data\magic-test.mse-style\magic-script-tests"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic-test.mse-style\script-language-tests"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\magic-test.mse-style\style"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\code_template.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release Unicode fast build|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\code_template.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\data\en.mse-locale\locale"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="C:\Documents and Settings\Administrator\Application Data\Magic Set Editor\mse8.config"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|