diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-03-04 13:26:36 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-03-04 13:26:36 +0000 |
commit | 53790d2a0c50915d8cec71df3e89cd24d887b2fe (patch) | |
tree | 16f6b4df067eb3c2024e0a7735cb7ccea86b3aba /Build/source/libs/icu-xetex/layout/layout.vcproj | |
parent | f483a5de9331a257f597282e611ecfb63f5ab118 (diff) |
update icu-xetex to 3.8.1-based code from xetex repository
git-svn-id: svn://tug.org/texlive/trunk@6842 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/layout/layout.vcproj')
-rw-r--r-- | Build/source/libs/icu-xetex/layout/layout.vcproj | 1054 |
1 files changed, 1054 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/layout/layout.vcproj b/Build/source/libs/icu-xetex/layout/layout.vcproj new file mode 100644 index 00000000000..c428d1dde10 --- /dev/null +++ b/Build/source/libs/icu-xetex/layout/layout.vcproj @@ -0,0 +1,1054 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="layout" + ProjectGUID="{C920062A-0647-4553-A3B2-37C58065664B}" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\..\..\lib" + IntermediateDirectory=".\Debug" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + 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=".\..\..\lib\iculed.tlb" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\include;..\common" + PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUT_IMPLEMENTATION" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + BufferSecurityCheck="true" + DisableLanguageExtensions="true" + TreatWChar_tAsBuiltInType="true" + PrecompiledHeaderFile=".\Debug/layout.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + BrowseInformation="1" + WarningLevel="3" + SuppressStartupBanner="true" + DebugInformationFormat="4" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + AdditionalIncludeDirectories="..\common" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + OutputFile="..\..\bin\icule38d.dll" + LinkIncremental="2" + SuppressStartupBanner="true" + GenerateDebugInformation="true" + ProgramDatabaseFile=".\..\..\lib\icule38d.pdb" + BaseAddress="0x4ac00000" + ImportLibrary="..\..\lib\iculed.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + UseFAT32Workaround="true" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\..\..\lib" + IntermediateDirectory=".\Release" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName=".\..\..\lib\icule.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\include;..\common" + PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUT_IMPLEMENTATION" + StringPooling="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + DisableLanguageExtensions="true" + TreatWChar_tAsBuiltInType="true" + PrecompiledHeaderFile=".\Release/layout.pch" + AssemblerListingLocation=".\Release/" + ObjectFile=".\Release/" + ProgramDataBaseFileName=".\Release/" + WarningLevel="3" + SuppressStartupBanner="true" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + AdditionalIncludeDirectories="..\common" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + OutputFile="..\..\bin\icule38.dll" + LinkIncremental="1" + SuppressStartupBanner="true" + ProgramDatabaseFile=".\..\..\lib\icule38.pdb" + EnableCOMDATFolding="2" + BaseAddress="0x4ac00000" + ImportLibrary="..\..\lib\icule.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath=".\AlternateSubstSubtables.cpp" + > + </File> + <File + RelativePath=".\AnchorTables.cpp" + > + </File> + <File + RelativePath=".\ArabicLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\ArabicShaping.cpp" + > + </File> + <File + RelativePath=".\CanonData.cpp" + > + </File> + <File + RelativePath=".\CanonShaping.cpp" + > + </File> + <File + RelativePath=".\ClassDefinitionTables.cpp" + > + </File> + <File + RelativePath=".\ContextualGlyphSubstProc.cpp" + > + </File> + <File + RelativePath=".\ContextualSubstSubtables.cpp" + > + </File> + <File + RelativePath=".\CoverageTables.cpp" + > + </File> + <File + RelativePath=".\CursiveAttachmentSubtables.cpp" + > + </File> + <File + RelativePath=".\DeviceTables.cpp" + > + </File> + <File + RelativePath=".\ExtensionSubtables.cpp" + > + </File> + <File + RelativePath=".\Features.cpp" + > + </File> + <File + RelativePath=".\GDEFMarkFilter.cpp" + > + </File> + <File + RelativePath=".\GlyphDefinitionTables.cpp" + > + </File> + <File + RelativePath=".\GlyphIterator.cpp" + > + </File> + <File + RelativePath="GlyphLookupTables.cpp" + > + </File> + <File + RelativePath=".\GlyphPositionAdjustments.cpp" + > + </File> + <File + RelativePath=".\GlyphPositioningTables.cpp" + > + </File> + <File + RelativePath=".\GlyphPosnLookupProc.cpp" + > + </File> + <File + RelativePath=".\GlyphSubstitutionTables.cpp" + > + </File> + <File + RelativePath=".\GlyphSubstLookupProc.cpp" + > + </File> + <File + RelativePath=".\GXLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\HangulLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\HanLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\IndicClassTables.cpp" + > + </File> + <File + RelativePath=".\IndicLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\IndicRearrangementProcessor.cpp" + > + </File> + <File + RelativePath=".\IndicReordering.cpp" + > + </File> + <File + RelativePath=".\KernTable.cpp" + > + </File> + <File + RelativePath=".\KhmerLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\KhmerReordering.cpp" + > + </File> + <File + RelativePath=".\LayoutEngine.cpp" + > + </File> + <File + RelativePath=".\LEFontInstance.cpp" + > + </File> + <File + RelativePath=".\LEGlyphStorage.cpp" + > + </File> + <File + RelativePath=".\LEInsertionList.cpp" + > + </File> + <File + RelativePath=".\LigatureSubstProc.cpp" + > + </File> + <File + RelativePath=".\LigatureSubstSubtables.cpp" + > + </File> + <File + RelativePath=".\loengine.cpp" + > + </File> + <File + RelativePath=".\LookupProcessor.cpp" + > + </File> + <File + RelativePath=".\Lookups.cpp" + > + </File> + <File + RelativePath=".\LookupTables.cpp" + > + </File> + <File + RelativePath=".\MarkArrays.cpp" + > + </File> + <File + RelativePath=".\MarkToBasePosnSubtables.cpp" + > + </File> + <File + RelativePath=".\MarkToLigaturePosnSubtables.cpp" + > + </File> + <File + RelativePath=".\MarkToMarkPosnSubtables.cpp" + > + </File> + <File + RelativePath=".\MirroredCharData.cpp" + > + </File> + <File + RelativePath=".\MorphTables.cpp" + > + </File> + <File + RelativePath=".\MPreFixups.cpp" + > + </File> + <File + RelativePath=".\MultipleSubstSubtables.cpp" + > + </File> + <File + RelativePath=".\NonContextualGlyphSubstProc.cpp" + > + </File> + <File + RelativePath=".\OpenTypeLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\OpenTypeUtilities.cpp" + > + </File> + <File + RelativePath=".\PairPositioningSubtables.cpp" + > + </File> + <File + RelativePath=".\ScriptAndLanguage.cpp" + > + </File> + <File + RelativePath=".\ScriptAndLanguageTags.cpp" + > + </File> + <File + RelativePath=".\SegmentArrayProcessor.cpp" + > + </File> + <File + RelativePath=".\SegmentSingleProcessor.cpp" + > + </File> + <File + RelativePath=".\ShapingTypeData.cpp" + > + </File> + <File + RelativePath=".\SimpleArrayProcessor.cpp" + > + </File> + <File + RelativePath=".\SinglePositioningSubtables.cpp" + > + </File> + <File + RelativePath=".\SingleSubstitutionSubtables.cpp" + > + </File> + <File + RelativePath=".\SingleTableProcessor.cpp" + > + </File> + <File + RelativePath=".\StateTableProcessor.cpp" + > + </File> + <File + RelativePath=".\SubstitutionLookups.cpp" + > + </File> + <File + RelativePath=".\SubtableProcessor.cpp" + > + </File> + <File + RelativePath=".\ThaiLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\ThaiShaping.cpp" + > + </File> + <File + RelativePath=".\ThaiStateTables.cpp" + > + </File> + <File + RelativePath=".\TibetanLayoutEngine.cpp" + > + </File> + <File + RelativePath=".\TibetanReordering.cpp" + > + </File> + <File + RelativePath=".\TrimmedArrayProcessor.cpp" + > + </File> + <File + RelativePath=".\ValueRecords.cpp" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath=".\AlternateSubstSubtables.h" + > + </File> + <File + RelativePath=".\AnchorTables.h" + > + </File> + <File + RelativePath=".\ArabicLayoutEngine.h" + > + </File> + <File + RelativePath=".\ArabicShaping.h" + > + </File> + <File + RelativePath=".\AttachmentPosnSubtables.h" + > + </File> + <File + RelativePath=".\CanonShaping.h" + > + </File> + <File + RelativePath=".\CharSubstitutionFilter.h" + > + </File> + <File + RelativePath=".\ClassDefinitionTables.h" + > + </File> + <File + RelativePath=".\ContextualGlyphInsertion.h" + > + </File> + <File + RelativePath=".\ContextualGlyphSubstitution.h" + > + </File> + <File + RelativePath=".\ContextualGlyphSubstProc.h" + > + </File> + <File + RelativePath=".\ContextualSubstSubtables.h" + > + </File> + <File + RelativePath=".\CoverageTables.h" + > + </File> + <File + RelativePath=".\CursiveAttachmentSubtables.h" + > + </File> + <File + RelativePath=".\DefaultCharMapper.h" + > + </File> + <File + RelativePath=".\DeviceTables.h" + > + </File> + <File + RelativePath=".\ExtensionSubtables.h" + > + </File> + <File + RelativePath=".\Features.h" + > + </File> + <File + RelativePath=".\GDEFMarkFilter.h" + > + </File> + <File + RelativePath=".\GlyphDefinitionTables.h" + > + </File> + <File + RelativePath=".\GlyphIterator.h" + > + </File> + <File + RelativePath="GlyphLookupTables.h" + > + </File> + <File + RelativePath=".\GlyphPositionAdjustments.h" + > + </File> + <File + RelativePath=".\GlyphPositioningTables.h" + > + </File> + <File + RelativePath=".\GlyphPosnLookupProc.h" + > + </File> + <File + RelativePath=".\GlyphSubstitutionTables.h" + > + </File> + <File + RelativePath=".\GlyphSubstLookupProc.h" + > + </File> + <File + RelativePath=".\GXLayoutEngine.h" + > + </File> + <File + RelativePath=".\HangulLayoutEngine.h" + > + </File> + <File + RelativePath=".\HanLayoutEngine.h" + > + </File> + <File + RelativePath=".\IndicLayoutEngine.h" + > + </File> + <File + RelativePath=".\IndicRearrangement.h" + > + </File> + <File + RelativePath=".\IndicRearrangementProcessor.h" + > + </File> + <File + RelativePath=".\IndicReordering.h" + > + </File> + <File + RelativePath=".\KernTable.h" + > + </File> + <File + RelativePath=".\KhmerLayoutEngine.h" + > + </File> + <File + RelativePath=".\KhmerReordering.h" + > + </File> + <File + RelativePath=".\LayoutEngine.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LayoutTables.h" + > + </File> + <File + RelativePath=".\LEFontInstance.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LEGlyphFilter.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LEGlyphStorage.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LEInsertionList.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LELanguages.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LEScripts.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LESwaps.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LETypes.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LigatureSubstitution.h" + > + </File> + <File + RelativePath=".\LigatureSubstProc.h" + > + </File> + <File + RelativePath=".\LigatureSubstSubtables.h" + > + </File> + <File + RelativePath=".\loengine.h" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(InputPath)" ..\..\include\layout" + Outputs="..\..\include\layout\$(InputFileName)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\LookupProcessor.h" + > + </File> + <File + RelativePath=".\Lookups.h" + > + </File> + <File + RelativePath=".\LookupTables.h" + > + </File> + <File + RelativePath=".\MarkArrays.h" + > + </File> + <File + RelativePath=".\MarkToBasePosnSubtables.h" + > + </File> + <File + RelativePath=".\MarkToLigaturePosnSubtables.h" + > + </File> + <File + RelativePath=".\MarkToMarkPosnSubtables.h" + > + </File> + <File + RelativePath=".\MorphStateTables.h" + > + </File> + <File + RelativePath=".\MorphTables.h" + > + </File> + <File + RelativePath=".\MPreFixups.h" + > + </File> + <File + RelativePath=".\MultipleSubstSubtables.h" + > + </File> + <File + RelativePath=".\NonContextualGlyphSubst.h" + > + </File> + <File + RelativePath=".\NonContextualGlyphSubstProc.h" + > + </File> + <File + RelativePath=".\OpenTypeLayoutEngine.h" + > + </File> + <File + RelativePath=".\OpenTypeTables.h" + > + </File> + <File + RelativePath=".\OpenTypeUtilities.h" + > + </File> + <File + RelativePath=".\PairPositioningSubtables.h" + > + </File> + <File + RelativePath=".\ScriptAndLanguage.h" + > + </File> + <File + RelativePath=".\ScriptAndLanguageTags.h" + > + </File> + <File + RelativePath=".\SegmentArrayProcessor.h" + > + </File> + <File + RelativePath=".\SegmentSingleProcessor.h" + > + </File> + <File + RelativePath=".\SimpleArrayProcessor.h" + > + </File> + <File + RelativePath=".\SinglePositioningSubtables.h" + > + </File> + <File + RelativePath=".\SingleSubstitutionSubtables.h" + > + </File> + <File + RelativePath=".\SingleTableProcessor.h" + > + </File> + <File + RelativePath=".\StateTableProcessor.h" + > + </File> + <File + RelativePath=".\StateTables.h" + > + </File> + <File + RelativePath=".\SubstitutionLookups.h" + > + </File> + <File + RelativePath=".\SubtableProcessor.h" + > + </File> + <File + RelativePath=".\ThaiLayoutEngine.h" + > + </File> + <File + RelativePath=".\ThaiShaping.h" + > + </File> + <File + RelativePath=".\TibetanLayoutEngine.h" + > + </File> + <File + RelativePath=".\TibetanReordering.h" + > + </File> + <File + RelativePath=".\TrimmedArrayProcessor.h" + > + </File> + <File + RelativePath=".\ValueRecords.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" + > + <File + RelativePath=".\layout.rc" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |