From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- .../ole/AxTestComponents/AxTestComponents.vcproj | 819 +++++++++++++++++++++ 1 file changed, 819 insertions(+) create mode 100644 extensions/test/ole/AxTestComponents/AxTestComponents.vcproj (limited to 'extensions/test/ole/AxTestComponents/AxTestComponents.vcproj') diff --git a/extensions/test/ole/AxTestComponents/AxTestComponents.vcproj b/extensions/test/ole/AxTestComponents/AxTestComponents.vcproj new file mode 100644 index 000000000..078daba3d --- /dev/null +++ b/extensions/test/ole/AxTestComponents/AxTestComponents.vcproj @@ -0,0 +1,819 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="AxTestComponents" + ProjectGUID="{CF6DC513-B04E-420A-A0F9-6D1F4046D098}" + RootNamespace="AxTestComponents" + Keyword="AtlProj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Unicode Release MinDependency|Win32" + OutputDirectory=".\ReleaseUMinDependency" + IntermediateDirectory=".\ReleaseUMinDependency" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + UseOfATL="1" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + Description="Performing registration" + CommandLine="if "%OS%"=="" goto NOTNT
if not "%OS%"=="Windows_NT" goto NOTNT
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
goto end
:NOTNT
echo Warning : Cannot register Unicode DLL on Windows 95
:end
" + Outputs="$(OutDir)\regsvr32.trg" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\ReleaseUMinDependency/AxTestComponents.tlb" + /> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\ReleaseUMinDependency/AxTestComponents.pch" + AssemblerListingLocation=".\ReleaseUMinDependency/" + ObjectFile=".\ReleaseUMinDependency/" + ProgramDataBaseFileName=".\ReleaseUMinDependency/" + WarningLevel="3" + SuppressStartupBanner="true" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\ReleaseUMinDependency/AxTestComponents.dll" + LinkIncremental="1" + SuppressStartupBanner="true" + ModuleDefinitionFile=".\AxTestComponents.def" + ProgramDatabaseFile=".\ReleaseUMinDependency/AxTestComponents.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary=".\ReleaseUMinDependency/AxTestComponents.lib" + /> + <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 MinSize|Win32" + OutputDirectory=".\ReleaseMinSize" + IntermediateDirectory=".\ReleaseMinSize" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + UseOfATL="2" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + Description="Performing registration" + CommandLine="regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
" + Outputs="$(OutDir)\regsvr32.trg" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\ReleaseMinSize/AxTestComponents.tlb" + /> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\ReleaseMinSize/AxTestComponents.pch" + AssemblerListingLocation=".\ReleaseMinSize/" + ObjectFile=".\ReleaseMinSize/" + ProgramDataBaseFileName=".\ReleaseMinSize/" + WarningLevel="3" + SuppressStartupBanner="true" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\ReleaseMinSize/AxTestComponents.dll" + LinkIncremental="1" + SuppressStartupBanner="true" + ModuleDefinitionFile=".\AxTestComponents.def" + ProgramDatabaseFile=".\ReleaseMinSize/AxTestComponents.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary=".\ReleaseMinSize/AxTestComponents.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Unicode Release MinSize|Win32" + OutputDirectory=".\ReleaseUMinSize" + IntermediateDirectory=".\ReleaseUMinSize" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + UseOfATL="2" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + Description="Performing registration" + CommandLine="if "%OS%"=="" goto NOTNT
if not "%OS%"=="Windows_NT" goto NOTNT
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
goto end
:NOTNT
echo Warning : Cannot register Unicode DLL on Windows 95
:end
" + Outputs="$(OutDir)\regsvr32.trg" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\ReleaseUMinSize/AxTestComponents.tlb" + /> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\ReleaseUMinSize/AxTestComponents.pch" + AssemblerListingLocation=".\ReleaseUMinSize/" + ObjectFile=".\ReleaseUMinSize/" + ProgramDataBaseFileName=".\ReleaseUMinSize/" + WarningLevel="3" + SuppressStartupBanner="true" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\ReleaseUMinSize/AxTestComponents.dll" + LinkIncremental="1" + SuppressStartupBanner="true" + ModuleDefinitionFile=".\AxTestComponents.def" + ProgramDatabaseFile=".\ReleaseUMinSize/AxTestComponents.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary=".\ReleaseUMinSize/AxTestComponents.lib" + /> + <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 MinDependency|Win32" + OutputDirectory=".\ReleaseMinDependency" + IntermediateDirectory=".\ReleaseMinDependency" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + UseOfATL="1" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + Description="Performing registration" + CommandLine="regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
" + Outputs="$(OutDir)\regsvr32.trg" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\ReleaseMinDependency/AxTestComponents.tlb" + /> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\ReleaseMinDependency/AxTestComponents.pch" + AssemblerListingLocation=".\ReleaseMinDependency/" + ObjectFile=".\ReleaseMinDependency/" + ProgramDataBaseFileName=".\ReleaseMinDependency/" + WarningLevel="3" + SuppressStartupBanner="true" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\ReleaseMinDependency/AxTestComponents.dll" + LinkIncremental="1" + SuppressStartupBanner="true" + ModuleDefinitionFile=".\AxTestComponents.def" + ProgramDatabaseFile=".\ReleaseMinDependency/AxTestComponents.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary=".\ReleaseMinDependency/AxTestComponents.lib" + /> + <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|Win32" + OutputDirectory=".\Debug" + IntermediateDirectory=".\Debug" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + Description="Performing registration" + CommandLine="regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
" + Outputs="$(OutDir)\regsvr32.trg" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\Debug/AxTestComponents.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\Debug/AxTestComponents.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + BrowseInformation="1" + WarningLevel="3" + SuppressStartupBanner="false" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\Debug/AxTestComponents.dll" + LinkIncremental="2" + SuppressStartupBanner="true" + ModuleDefinitionFile=".\AxTestComponents.def" + GenerateDebugInformation="true" + ProgramDatabaseFile=".\Debug/AxTestComponents.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary=".\Debug/AxTestComponents.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Unicode Debug|Win32" + OutputDirectory=".\DebugU" + IntermediateDirectory=".\DebugU" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + Description="Performing registration" + CommandLine="if "%OS%"=="" goto NOTNT
if not "%OS%"=="Windows_NT" goto NOTNT
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
goto end
:NOTNT
echo Warning : Cannot register Unicode DLL on Windows 95
:end
" + Outputs="$(OutDir)\regsvr32.trg" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\DebugU/AxTestComponents.tlb" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="stdafx.h" + PrecompiledHeaderFile=".\DebugU/AxTestComponents.pch" + AssemblerListingLocation=".\DebugU/" + ObjectFile=".\DebugU/" + ProgramDataBaseFileName=".\DebugU/" + WarningLevel="3" + SuppressStartupBanner="true" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="odbc32.lib odbccp32.lib" + OutputFile=".\DebugU/AxTestComponents.dll" + LinkIncremental="2" + SuppressStartupBanner="true" + ModuleDefinitionFile=".\AxTestComponents.def" + GenerateDebugInformation="true" + ProgramDatabaseFile=".\DebugU/AxTestComponents.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary=".\DebugU/AxTestComponents.lib" + /> + <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="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath=".\AxTestComponents.cpp" + > + </File> + <File + RelativePath=".\AxTestComponents.def" + > + </File> + <File + RelativePath=".\AxTestComponents.idl" + > + <FileConfiguration + Name="Unicode Release MinDependency|Win32" + > + <Tool + Name="VCMIDLTool" + GenerateStublessProxies="true" + TypeLibraryName=".\AxTestComponents.tlb" + HeaderFileName="AxTestComponents.h" + InterfaceIdentifierFileName="AxTestComponents_i.c" + /> + </FileConfiguration> + <FileConfiguration + Name="Release MinSize|Win32" + > + <Tool + Name="VCMIDLTool" + GenerateStublessProxies="true" + TypeLibraryName=".\AxTestComponents.tlb" + HeaderFileName="AxTestComponents.h" + InterfaceIdentifierFileName="AxTestComponents_i.c" + /> + </FileConfiguration> + <FileConfiguration + Name="Unicode Release MinSize|Win32" + > + <Tool + Name="VCMIDLTool" + GenerateStublessProxies="true" + TypeLibraryName=".\AxTestComponents.tlb" + HeaderFileName="AxTestComponents.h" + InterfaceIdentifierFileName="AxTestComponents_i.c" + /> + </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32" + > + <Tool + Name="VCMIDLTool" + GenerateStublessProxies="true" + TypeLibraryName=".\AxTestComponents.tlb" + HeaderFileName="AxTestComponents.h" + InterfaceIdentifierFileName="AxTestComponents_i.c" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCMIDLTool" + GenerateStublessProxies="true" + TypeLibraryName=".\AxTestComponents.tlb" + HeaderFileName="AxTestComponents.h" + InterfaceIdentifierFileName="AxTestComponents_i.c" + /> + </FileConfiguration> + <FileConfiguration + Name="Unicode Debug|Win32" + > + <Tool + Name="VCMIDLTool" + GenerateStublessProxies="true" + TypeLibraryName=".\AxTestComponents.tlb" + HeaderFileName="AxTestComponents.h" + InterfaceIdentifierFileName="AxTestComponents_i.c" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\AxTestComponents.rc" + > + <FileConfiguration + Name="Unicode Release MinDependency|Win32" + > + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release MinSize|Win32" + > + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" + /> + </FileConfiguration> + <FileConfiguration + Name="Unicode Release MinSize|Win32" + > + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" + /> + </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32" + > + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" + /> + </FileConfiguration> + <FileConfiguration + Name="Unicode Debug|Win32" + > + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\Basic.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + AdditionalOptions=" /Ob0" + /> + </FileConfiguration> + </File> + <File + RelativePath="Foo.cpp" + > + </File> + <File + RelativePath=".\StdAfx.cpp" + > + <FileConfiguration + Name="Unicode Release MinDependency|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release MinSize|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Unicode Release MinSize|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release MinDependency|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Unicode Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath=".\Basic.h" + > + </File> + <File + RelativePath="Foo.h" + > + </File> + <File + RelativePath=".\Resource.h" + > + </File> + <File + RelativePath=".\StdAfx.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" + > + <File + RelativePath=".\Basic.rgs" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> -- cgit v1.2.3