|
From: Foster B. <fos...@us...> - 2006-01-24 19:39:07
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12473/adobe-source/ide_projects/vc8 Modified Files: adobe_all.vsprops adobe_release.vsprops adobe_widgets.vsprops asl_dev.vcproj asl_dir.vsprops begin.vcproj boost_filesystem.vcproj boost_signals.vcproj boost_thread.vcproj widgets.vcproj Log Message: moved win/ directories to win32/ to anticipate a possible widgets port for WPF; added a 'mini-sheet' to Eve so you can save UI state information (what tab is currently selected) without mucking up your Adam model; started the modal_dialog_interface, an API that'll be used to direct a modal dialog interaction between the user and the application (it's still in its infancy); other misc bug fixes Index: boost_filesystem.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/boost_filesystem.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** boost_filesystem.vcproj 12 Jan 2006 00:25:02 -0000 1.2 --- boost_filesystem.vcproj 24 Jan 2006 19:38:51 -0000 1.3 *************** *** 1,180 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="boost_filesystem" ! ProjectGUID="{12683712-9847-45C9-8791-EF45D2961F3A}" ! RootNamespace="boost_signals" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\third_party\boost_tp\boost"" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ProjectDir)\..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\convenience.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\exception.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\operations_posix_windows.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\path_posix_windows.cpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,180 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="boost_filesystem" ! ProjectGUID="{12683712-9847-45C9-8791-EF45D2961F3A}" ! RootNamespace="boost_signals" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\third_party\boost_tp\boost"" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ProjectDir)\..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\convenience.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\exception.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\operations_posix_windows.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\filesystem\src\path_posix_windows.cpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: begin.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/begin.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** begin.vcproj 12 Jan 2006 00:25:02 -0000 1.2 --- begin.vcproj 24 Jan 2006 19:38:51 -0000 1.3 *************** *** 1,359 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="begin" ! ProjectGUID="{49ED2497-6E54-4A31-85BE-9E166FEC714E}" ! RootNamespace="begin" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="1" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_debug.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin\headers";"$(ASLDir)adobe\test\begin\resources";"$(ASLDir)adobe\test\begin"" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin"" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLinkerTool" ! AdditionalDependencies="comctl32.lib" ! LinkIncremental="2" ! GenerateManifest="false" ! 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="VCWebDeploymentTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="1" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin\headers";"$(ASLDir)adobe\test\begin\resources";"$(ASLDir)adobe\test\begin"" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin"" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLinkerTool" ! AdditionalDependencies="comctl32.lib" ! LinkIncremental="1" ! GenerateManifest="false" ! 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="VCWebDeploymentTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! <ProjectReference ! ReferencedProjectIdentifier="{DEBACEBD-0145-4A06-AD7B-AF9C1E7674BD}" ! RelativePathToProject=".\asl_dev.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{12683712-9847-45C9-8791-EF45D2961F3A}" ! RelativePathToProject=".\boost_filesystem.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{269321D0-2FD9-45AA-B4E7-BD185FEBBF0A}" ! RelativePathToProject=".\boost_signals.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{889CB0B0-4D44-456A-A18C-FE1255A03A99}" ! RelativePathToProject=".\boost_thread.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{92EAADEA-B654-4DB1-9472-ECFF6E64C120}" ! RelativePathToProject=".\widgets.vcproj" ! /> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\adobe\test\begin\sources\express_viewer.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\sources\win\main.cpp" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\sources\report_exception.cpp" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! <File ! RelativePath="..\..\adobe\test\begin\headers\express_viewer.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\headers\latch.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\headers\report_exception.hpp" ! > ! </File> ! <File ! RelativePath="..\..\..\adobe\test\begin\resources\resources.h" ! > ! </File> ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! <File ! RelativePath="..\..\adobe\test\begin\resources\resources.rc" ! > ! </File> ! </Filter> ! <File ! RelativePath="..\..\adobe\test\begin\resources\editor.adm" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\resources\editor.eve" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\resources\glossary.xstr" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! </File> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,341 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="begin" ! ProjectGUID="{49ED2497-6E54-4A31-85BE-9E166FEC714E}" ! RootNamespace="begin" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="1" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_debug.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin\headers";"$(ASLDir)adobe\test\begin\resources";"$(ASLDir)adobe\test\begin"" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin"" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLinkerTool" ! AdditionalDependencies="comctl32.lib" ! LinkIncremental="2" ! GenerateManifest="false" ! 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="VCWebDeploymentTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="1" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin\headers";"$(ASLDir)adobe\test\begin\resources";"$(ASLDir)adobe\test\begin"" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\test\begin"" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLinkerTool" ! AdditionalDependencies="comctl32.lib" ! LinkIncremental="1" ! GenerateManifest="false" ! 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="VCWebDeploymentTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! <ProjectReference ! ReferencedProjectIdentifier="{DEBACEBD-0145-4A06-AD7B-AF9C1E7674BD}" ! RelativePathToProject=".\asl_dev.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{12683712-9847-45C9-8791-EF45D2961F3A}" ! RelativePathToProject=".\boost_filesystem.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{269321D0-2FD9-45AA-B4E7-BD185FEBBF0A}" ! RelativePathToProject=".\boost_signals.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{889CB0B0-4D44-456A-A18C-FE1255A03A99}" ! RelativePathToProject=".\boost_thread.vcproj" ! /> ! <ProjectReference ! ReferencedProjectIdentifier="{92EAADEA-B654-4DB1-9472-ECFF6E64C120}" ! RelativePathToProject=".\widgets.vcproj" ! /> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\adobe\test\begin\sources\express_viewer.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\sources\win32\main.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\sources\report_exception.cpp" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! <File ! RelativePath="..\..\adobe\test\begin\headers\express_viewer.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\headers\latch.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\headers\report_exception.hpp" ! > ! </File> ! <File ! RelativePath="..\..\..\adobe\test\begin\resources\resources.h" ! > ! </File> ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! <File ! RelativePath="..\..\adobe\test\begin\resources\resources.rc" ! > ! </File> ! </Filter> ! <File ! RelativePath="..\..\adobe\test\begin\resources\editor.adm" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)
" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)
" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\resources\editor.eve" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)
" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)
" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\test\begin\resources\glossary.xstr" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)
" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCustomBuildTool" ! Description="copying $(InputFileName)" ! CommandLine="copy $(InputPath) $(OutDir)
" ! Outputs="$(OutDir)\$(InputFileName)" ! /> ! </FileConfiguration> ! </File> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: adobe_widgets.vsprops =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/adobe_widgets.vsprops,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** adobe_widgets.vsprops 2 Dec 2005 02:59:17 -0000 1.1 --- adobe_widgets.vsprops 24 Jan 2006 19:38:51 -0000 1.2 *************** *** 8,12 **** <Tool Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\future\widgets\headers";"$(ASLDir)adobe\future\widgets\headers\win"" PreprocessorDefinitions="WINVER=0x501;_WIN32_WINNT=0x501;_WIN32_IE=0x501" /> --- 8,12 ---- <Tool Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ASLDir)adobe\future\widgets\headers";"$(ASLDir)adobe\future\widgets\headers\win32"" PreprocessorDefinitions="WINVER=0x501;_WIN32_WINNT=0x501;_WIN32_IE=0x501" /> Index: boost_signals.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/boost_signals.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** boost_signals.vcproj 12 Jan 2006 00:25:02 -0000 1.2 --- boost_signals.vcproj 24 Jan 2006 19:38:51 -0000 1.3 *************** *** 1,185 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="boost_signals" ! ProjectGUID="{269321D0-2FD9-45AA-B4E7-BD185FEBBF0A}" ! RootNamespace="boost_signals" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ProjectDir)\..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\connection.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\named_slot_map.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\signal_base.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\slot.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\trackable.cpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,185 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="boost_signals" ! ProjectGUID="{269321D0-2FD9-45AA-B4E7-BD185FEBBF0A}" ! RootNamespace="boost_signals" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ProjectDir)\..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\connection.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\named_slot_map.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\signal_base.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\slot.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\signals\src\trackable.cpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: asl_dir.vsprops =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/asl_dir.vsprops,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** asl_dir.vsprops 12 Jan 2006 00:25:02 -0000 1.2 --- asl_dir.vsprops 24 Jan 2006 19:38:51 -0000 1.3 *************** *** 1,12 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioPropertySheet ! ProjectType="Visual C++" ! Version="8.00" ! Name="asl_dir" ! InheritedPropertySheets=".\adobe_all.vsprops" ! > ! <UserMacro ! Name="ASLDir" ! Value="$(SolutionDir)..\..\" ! /> ! </VisualStudioPropertySheet> --- 1,12 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioPropertySheet ! ProjectType="Visual C++" ! Version="8.00" ! Name="asl_dir" ! InheritedPropertySheets=".\adobe_all.vsprops" ! > ! <UserMacro ! Name="ASLDir" ! Value="$(SolutionDir)..\..\" ! /> ! </VisualStudioPropertySheet> Index: widgets.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/widgets.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** widgets.vcproj 12 Jan 2006 00:25:02 -0000 1.2 --- widgets.vcproj 24 Jan 2006 19:38:51 -0000 1.3 *************** *** 1,246 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="widgets" ! ProjectGUID="{92EAADEA-B654-4DB1-9472-ECFF6E64C120}" ! RootNamespace="widgets" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_debug.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories="" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="$(Inherit)" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\adobe\future\widgets\sources\client_assembler.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win\display.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win\event_dispatcher.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win\metrics.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\ui_core.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\ui_core_common.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win\ui_core_implementation.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win\ui_overlay.cpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! <File ! RelativePath="..\..\adobe\future\widgets\headers\client_assembler.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\display.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\event_dispatcher.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\factory.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\metrics.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\optional_connect.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\resources\resources.h" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\ui_core.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\ui_core_common.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\ui_core_implementation.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\ui_overlay.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\wincast.hpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,318 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="widgets" ! ProjectGUID="{92EAADEA-B654-4DB1-9472-ECFF6E64C120}" ! RootNamespace="widgets" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_debug.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories="" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\adobe_widgets.vsprops;.\adobe_release.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="$(Inherit)" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! DisableSpecificWarnings="4996" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\adobe\future\widgets\sources\client_assembler.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win32\display.cpp" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win32\event_dispatcher.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win32\metrics.cpp" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\ui_core.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\ui_core_common.cpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win32\ui_core_implementation.cpp" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\sources\win32\ui_overlay.cpp" ! > ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! ObjectFile="$(IntDir)\$(InputName)1.obj" ! XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" ! /> ! </FileConfiguration> ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc;xsd" ! UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! > ! <File ! RelativePath="..\..\adobe\future\widgets\headers\client_assembler.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\display.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\event_dispatcher.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\factory.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\metrics.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\optional_connect.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\resources\resources.h" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\ui_core.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\ui_core_common.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\ui_core_implementation.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\ui_overlay.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\future\widgets\headers\win\wincast.hpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: adobe_release.vsprops =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/adobe_release.vsprops,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** adobe_release.vsprops 2 Dec 2005 02:59:17 -0000 1.1 --- adobe_release.vsprops 24 Jan 2006 19:38:51 -0000 1.2 *************** *** 10,12 **** --- 10,16 ---- WarnAsError="true" /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + /> </VisualStudioPropertySheet> Index: asl_dev.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/asl_dev.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** asl_dev.vcproj 12 Jan 2006 00:25:02 -0000 1.2 --- asl_dev.vcproj 24 Jan 2006 19:38:51 -0000 1.3 *************** *** 1,555 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="asl_dev" ! ProjectGUID="{DEBACEBD-0145-4A06-AD7B-AF9C1E7674BD}" ! RootNamespace="asl" ! Keyword="Win32Proj" ! > ! <Platforms> [...1089 lines suppressed...] ! </File> ! <File ! RelativePath="..\..\adobe\source\zuid_sys_dep.hpp" ! > ! </File> ! <File ! RelativePath="..\..\adobe\source\zuid_uuid.hpp" ! > ! </File> ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" ! UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" ! > ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> Index: adobe_all.vsprops =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/adobe_all.vsprops,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** adobe_all.vsprops 12 Jan 2006 00:25:02 -0000 1.2 --- adobe_all.vsprops 24 Jan 2006 19:38:51 -0000 1.3 *************** *** 1,17 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioPropertySheet ! ProjectType="Visual C++" ! Version="8.00" ! Name="adobe_all" ! OutputDirectory="$(SolutionDir)build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" ! IntermediateDirectory="$(SolutionDir)build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" ! > ! <Tool ! Name="VCCLCompilerTool" ! PreprocessorDefinitions="ADOBE_VER=8;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;$(Inherit)" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="ADOBE_VER=8;$(Inherit)" ! /> ! </VisualStudioPropertySheet> --- 1,17 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioPropertySheet ! ProjectType="Visual C++" ! Version="8.00" ! Name="adobe_all" ! OutputDirectory="$(SolutionDir)build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" ! IntermediateDirectory="$(SolutionDir)build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" ! > ! <Tool ! Name="VCCLCompilerTool" ! PreprocessorDefinitions="ADOBE_VER=8;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;$(Inherit)" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="ADOBE_VER=8;$(Inherit)" ! /> ! </VisualStudioPropertySheet> Index: boost_thread.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/boost_thread.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** boost_thread.vcproj 12 Jan 2006 00:25:02 -0000 1.3 --- boost_thread.vcproj 24 Jan 2006 19:38:51 -0000 1.4 *************** *** 1,213 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="8.00" ! Name="boost_thread" ! ProjectGUID="{889CB0B0-4D44-456A-A18C-FE1255A03A99}" ! RootNamespace="boost_signals" ! Keyword="Win32Proj" ! > ! <Platforms> ! <Platform ! Name="Win32" ! /> ! </Platforms> ! <ToolFiles> ! </ToolFiles> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops" ! CharacterSet="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! MinimalRebuild="true" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="4" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! ConfigurationType="4" ! InheritedPropertySheets=".\boost_all.vsprops" ! CharacterSet="1" ! WholeProgramOptimization="1" ! > ! <Tool ! Name="VCPreBuildEventTool" ! /> ! <Tool ! Name="VCCustomBuildTool" ! /> ! <Tool ! Name="VCXMLDataGeneratorTool" ! /> ! <Tool ! Name="VCWebServiceProxyGeneratorTool" ! /> ! <Tool ! Name="VCMIDLTool" ! /> ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories=""$(ProjectDir)\..\..\..\third_party\boost_tp\boost"" ! PreprocessorDefinitions="$(Inherit)" ! RuntimeLibrary="2" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="true" ! DebugInformationFormat="3" ! /> ! <Tool ! Name="VCManagedResourceCompilerTool" ! /> ! <Tool ! Name="VCResourceCompilerTool" ! /> ! <Tool ! Name="VCPreLinkEventTool" ! /> ! <Tool ! Name="VCLibrarianTool" ! /> ! <Tool ! Name="VCALinkTool" ! /> ! <Tool ! Name="VCXDCMakeTool" ! /> ! <Tool ! Name="VCBscMakeTool" ! /> ! <Tool ! Name="VCFxCopTool" ! /> ! <Tool ! Name="VCPostBuildEventTool" ! /> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! > ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\barrier.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\condition.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\exceptions.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\mutex.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\once.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\recursive_mutex.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\thread.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\tss.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\tss_dll.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\tss_hooks.cpp" ! > ! </File> ! <File ! RelativePath="..\..\third_party\boost_tp\boost\libs\thread\src\tss_pe.cpp" ! > ! </File> ! <... [truncated message content] |