/Build Debug option of devenv for one project is broken

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
I have 40+ VC++ project, recently converted to Visual Studio 2008. I have written a build batch file, using "devenv /Build" command line switch. All of my projects build fine except for one. Two problems:
1. If if type "devenv ATLToolBar2Servr.sln /Build Debug ", then I get :
1>------ Start of build: Projet : ATLToolBar2Servr, Configuration :
Release MinSize Win32 ------
2. Worse, if I try "devenv ATLToolBar2Servr.sln /Build Release", then devenv wont event start, behave as if I typed "devenv ATLToolBar2Servr.sln /Build Gabeleegoop". Obviously, wont recognize the release configuration.

I have compared the .vcproj file of the faulty project with one of a project which build, and I cannot see any thing major, except for the order of the config sections.
Broken project .vcproj:
<pre class="prettyprint <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="ATLToolBar2Servr"
ProjectGUID="{A11EA4CE-7C36-457A-9FFD-2F56D9685B4F}"
RootNamespace="ATLToolBar2Servr"
SccProjectName="&quot;$/Livraison 21 - Bug de Prod et FW2008/ATLToolBar2Servr&quot;, SOIBAAAA"
SccLocalPath="."
SccProvider="MSSCCI:Microsoft Visual SourceSafe"
Keyword="AtlProj"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Unicode Debug|Win32"
OutputDirectory=".DebugU"
IntermediateDirectory=".DebugU"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="if &quot;%OS%&quot;==&quot;&quot; goto NOTNT&#x0D;&#x0A;if not &quot;%OS%&quot;==&quot;Windows_NT&quot; goto NOTNT&#x0D;&#x0A;regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)regsvr32.trg&quot;&#x0D;&#x0A;goto end&#x0D;&#x0A;:NOTNT&#x0D;&#x0A;echo Warning : Cannot register Unicode DLL on Windows 95&#x0D;&#x0A;:end&#x0D;&#x0A;"
Outputs="$(OutDir)regsvr32.trg"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName=".DebugU/ATLToolBar2Servr.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".DebugU/ATLToolBar2Servr.pch"
AssemblerListingLocation=".DebugU/"
ObjectFile=".DebugU/"
ProgramDataBaseFileName=".DebugU/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile=".DebugU/ATLToolBar2Servr.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile=".ATLToolBar2Servr.def"
GenerateDebugInformation="true"
ProgramDatabaseFile=".DebugU/ATLToolBar2Servr.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".DebugU/ATLToolBar2Servr.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".DebugU/ATLToolBar2Servr.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Unicode Release MinSize|Win32"
OutputDirectory=".ReleaseUMinSize"
IntermediateDirectory=".ReleaseUMinSize"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
UseOfMFC="0"
UseOfATL="2"
ATLMinimizesCRunTimeLibraryUsage="true"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="if &quot;%OS%&quot;==&quot;&quot; goto NOTNT&#x0D;&#x0A;if not &quot;%OS%&quot;==&quot;Windows_NT&quot; goto NOTNT&#x0D;&#x0A;regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)regsvr32.trg&quot;&#x0D;&#x0A;goto end&#x0D;&#x0A;:NOTNT&#x0D;&#x0A;echo Warning : Cannot register Unicode DLL on Windows 95&#x0D;&#x0A;:end&#x0D;&#x0A;"
Outputs="$(OutDir)regsvr32.trg"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName=".ReleaseUMinSize/ATLToolBar2Servr.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".ReleaseUMinSize/ATLToolBar2Servr.pch"
AssemblerListingLocation=".ReleaseUMinSize/"
ObjectFile=".ReleaseUMinSize/"
ProgramDataBaseFileName=".ReleaseUMinSize/"
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile=".ReleaseUMinSize/ATLToolBar2Servr.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".ATLToolBar2Servr.def"
ProgramDatabaseFile=".ReleaseUMinSize/ATLToolBar2Servr.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".ReleaseUMinSize/ATLToolBar2Servr.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".ReleaseUMinSize/ATLToolBar2Servr.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".Debug"
IntermediateDirectory=".Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)regsvr32.trg&quot;&#x0D;&#x0A;"
Outputs="$(OutDir)regsvr32.trg"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName="..Build/ATLToolBar2Servr.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".Debug/ATLToolBar2Servr.pch"
AssemblerListingLocation=".Debug/"
ObjectFile=".Debug/"
ProgramDataBaseFileName=".Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="..Build/ATLToolBar2Servr.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
ModuleDefinitionFile=".ATLToolBar2Servr.def"
GenerateDebugInformation="true"
ProgramDatabaseFile="..Build/ATLToolBar2Servr.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".Debug/ATLToolBar2Servr.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".Debug/ATLToolBar2Servr.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release MinSize|Win32"
OutputDirectory=".ReleaseMinSize"
IntermediateDirectory=".ReleaseMinSize"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
UseOfMFC="0"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)regsvr32.trg&quot;&#x0D;&#x0A;"
Outputs="$(OutDir)regsvr32.trg"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName=".ReleaseMinSize/ATLToolBar2Servr.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".ReleaseMinSize/ATLToolBar2Servr.pch"
AssemblerListingLocation=".ReleaseMinSize/"
ObjectFile=".ReleaseMinSize/"
ProgramDataBaseFileName=".ReleaseMinSize/"
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="..BuildZD21013.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".ATLToolBar2Servr.def"
ProgramDatabaseFile="..Build/ATLToolBar2Servr.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".ReleaseMinSize/ATLToolBar2Servr.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".ReleaseMinSize/ATLToolBar2Servr.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release MinDependency|Win32"
OutputDirectory=".ReleaseMinDependency"
IntermediateDirectory=".ReleaseMinDependency"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
UseOfMFC="0"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="true"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)regsvr32.trg&quot;&#x0D;&#x0A;"
Outputs="$(OutDir)regsvr32.trg"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName=".ReleaseMinDependency/ATLToolBar2Servr.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".ReleaseMinDependency/ATLToolBar2Servr.pch"
AssemblerListingLocation=".ReleaseMinDependency/"
ObjectFile=".ReleaseMinDependency/"
ProgramDataBaseFileName=".ReleaseMinDependency/"
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile=".ReleaseMinDependency/ATLToolBar2Servr.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".ATLToolBar2Servr.def"
ProgramDatabaseFile=".ReleaseMinDependency/ATLToolBar2Servr.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".ReleaseMinDependency/ATLToolBar2Servr.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".ReleaseMinDependency/ATLToolBar2Servr.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Unicode Release MinDependency|Win32"
OutputDirectory=".ReleaseUMinDependency"
IntermediateDirectory=".ReleaseUMinDependency"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
UseOfMFC="0"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="true"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="if &quot;%OS%&quot;==&quot;&quot; goto NOTNT&#x0D;&#x0A;if not &quot;%OS%&quot;==&quot;Windows_NT&quot; goto NOTNT&#x0D;&#x0A;regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)regsvr32.trg&quot;&#x0D;&#x0A;goto end&#x0D;&#x0A;:NOTNT&#x0D;&#x0A;echo Warning : Cannot register Unicode DLL on Windows 95&#x0D;&#x0A;:end&#x0D;&#x0A;"
Outputs="$(OutDir)regsvr32.trg"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName=".ReleaseUMinDependency/ATLToolBar2Servr.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".ReleaseUMinDependency/ATLToolBar2Servr.pch"
AssemblerListingLocation=".ReleaseUMinDependency/"
ObjectFile=".ReleaseUMinDependency/"
ProgramDataBaseFileName=".ReleaseUMinDependency/"
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile=".ReleaseUMinDependency/ATLToolBar2Servr.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ModuleDefinitionFile=".ATLToolBar2Servr.def"
ProgramDatabaseFile=".ReleaseUMinDependency/ATLToolBar2Servr.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".ReleaseUMinDependency/ATLToolBar2Servr.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".ReleaseUMinDependency/ATLToolBar2Servr.bsc"
/>
<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="ATLToolBar2.cpp"
>
<FileConfiguration
Name="Unicode Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinSize|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinSize|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinDependency|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinDependency|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
/>
</FileConfiguration>
</File>
<File
RelativePath="ATLToolBar2Servr.cpp"
>
<FileConfiguration
Name="Unicode Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinSize|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinSize|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinDependency|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinDependency|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
/>
</FileConfiguration>
</File>
<File
RelativePath="ATLToolBar2Servr.def"
>
</File>
<File
RelativePath="ATLToolBar2Servr.idl"
>
<FileConfiguration
Name="Unicode Debug|Win32"
>
<Tool
Name="VCMIDLTool"
GenerateStublessProxies="true"
TypeLibraryName=".ATLToolBar2Servr.tlb"
HeaderFileName="ATLToolBar2Servr.h"
InterfaceIdentifierFileName="ATLToolBar2Servr_i.c"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinSize|Win32"
>
<Tool
Name="VCMIDLTool"
GenerateStublessProxies="true"
TypeLibraryName=".ATLToolBar2Servr.tlb"
HeaderFileName="ATLToolBar2Servr.h"
InterfaceIdentifierFileName="ATLToolBar2Servr_i.c"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCMIDLTool"
GenerateStublessProxies="true"
TypeLibraryName=".ATLToolBar2Servr.tlb"
HeaderFileName="ATLToolBar2Servr.h"
InterfaceIdentifierFileName="ATLToolBar2Servr_i.c"
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinSize|Win32"
>
<Tool
Name="VCMIDLTool"
GenerateStublessProxies="true"
TypeLibraryName=".ATLToolBar2Servr.tlb"
HeaderFileName="ATLToolBar2Servr.h"
InterfaceIdentifierFileName="ATLToolBar2Servr_i.c"
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinDependency|Win32"
>
<Tool
Name="VCMIDLTool"
GenerateStublessProxies="true"
TypeLibraryName=".ATLToolBar2Servr.tlb"
HeaderFileName="ATLToolBar2Servr.h"
InterfaceIdentifierFileName="ATLToolBar2Servr_i.c"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinDependency|Win32"
>
<Tool
Name="VCMIDLTool"
GenerateStublessProxies="true"
TypeLibraryName=".ATLToolBar2Servr.tlb"
HeaderFileName="ATLToolBar2Servr.h"
InterfaceIdentifierFileName="ATLToolBar2Servr_i.c"
/>
</FileConfiguration>
</File>
<File
RelativePath="ATLToolBar2Servr.rc"
>
<FileConfiguration
Name="Unicode Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories="$(OUTDIR)"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinSize|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories="$(OUTDIR)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories="$(OUTDIR)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinSize|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories="$(OUTDIR)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinDependency|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories="$(OUTDIR)"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinDependency|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories="$(OUTDIR)"
/>
</FileConfiguration>
</File>
<File
RelativePath="StdAfx.cpp"
>
<FileConfiguration
Name="Unicode Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinSize|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinSize|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release MinDependency|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Unicode Release MinDependency|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_ATL_MIN_CRT"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl"
>
<File
RelativePath="ATLToolBar2.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=".atltoolb.bmp"
>
</File>
<File
RelativePath="ATLToolBar2.rgs"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>[/code]
<br/>

View the full article
 
Back
Top