Annotation of win32/development/msvcee/eeparser3.vcproj, revision 1.1
1.1 ! paf 1: <?xml version="1.0" encoding="Windows-1252"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="7.10"
! 5: Name="eeparser3"
! 6: ProjectGUID="{2106A6E2-3419-45DB-B24F-0D9F07BD220F}">
! 7: <Platforms>
! 8: <Platform
! 9: Name="Win32"/>
! 10: </Platforms>
! 11: <Configurations>
! 12: <Configuration
! 13: Name="Debug|Win32"
! 14: OutputDirectory="Debug"
! 15: IntermediateDirectory="Debug"
! 16: ConfigurationType="2"
! 17: CharacterSet="2">
! 18: <Tool
! 19: Name="VCCLCompilerTool"
! 20: Optimization="0"
! 21: PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EEADDIN_EXPORTS"
! 22: MinimalRebuild="TRUE"
! 23: BasicRuntimeChecks="3"
! 24: RuntimeLibrary="1"
! 25: UsePrecompiledHeader="0"
! 26: WarningLevel="3"
! 27: SuppressStartupBanner="TRUE"
! 28: DebugInformationFormat="4"/>
! 29: <Tool
! 30: Name="VCCustomBuildTool"/>
! 31: <Tool
! 32: Name="VCLinkerTool"
! 33: AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
! 34: OutputFile="$(OutDir)/eeparser3.dll"
! 35: LinkIncremental="2"
! 36: SuppressStartupBanner="TRUE"
! 37: ModuleDefinitionFile="eeparser3.def"
! 38: GenerateDebugInformation="TRUE"
! 39: ProgramDatabaseFile="$(OutDir)/eeaddin.pdb"
! 40: SubSystem="2"
! 41: ImportLibrary="$(OutDir)/eeparser3.lib"
! 42: TargetMachine="1"/>
! 43: <Tool
! 44: Name="VCMIDLTool"
! 45: TargetEnvironment="1"/>
! 46: <Tool
! 47: Name="VCPostBuildEventTool"/>
! 48: <Tool
! 49: Name="VCPreBuildEventTool"/>
! 50: <Tool
! 51: Name="VCPreLinkEventTool"/>
! 52: <Tool
! 53: Name="VCResourceCompilerTool"/>
! 54: <Tool
! 55: Name="VCWebServiceProxyGeneratorTool"/>
! 56: <Tool
! 57: Name="VCXMLDataGeneratorTool"/>
! 58: <Tool
! 59: Name="VCWebDeploymentTool"/>
! 60: <Tool
! 61: Name="VCManagedWrapperGeneratorTool"/>
! 62: <Tool
! 63: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 64: </Configuration>
! 65: <Configuration
! 66: Name="Release|Win32"
! 67: OutputDirectory="Release"
! 68: IntermediateDirectory="Release"
! 69: ConfigurationType="2"
! 70: CharacterSet="2">
! 71: <Tool
! 72: Name="VCCLCompilerTool"
! 73: Optimization="2"
! 74: InlineFunctionExpansion="1"
! 75: OmitFramePointers="TRUE"
! 76: PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EEADDIN_EXPORTS"
! 77: StringPooling="TRUE"
! 78: RuntimeLibrary="0"
! 79: EnableFunctionLevelLinking="TRUE"
! 80: UsePrecompiledHeader="0"
! 81: WarningLevel="3"
! 82: SuppressStartupBanner="TRUE"
! 83: DebugInformationFormat="3"/>
! 84: <Tool
! 85: Name="VCCustomBuildTool"/>
! 86: <Tool
! 87: Name="VCLinkerTool"
! 88: AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
! 89: OutputFile="$(OutDir)/eeparser3.dll"
! 90: LinkIncremental="1"
! 91: SuppressStartupBanner="TRUE"
! 92: ModuleDefinitionFile="eeparser3.def"
! 93: GenerateDebugInformation="FALSE"
! 94: SubSystem="2"
! 95: ImportLibrary="$(OutDir)/eeparser3.lib"
! 96: TargetMachine="1"/>
! 97: <Tool
! 98: Name="VCMIDLTool"
! 99: TargetEnvironment="1"/>
! 100: <Tool
! 101: Name="VCPostBuildEventTool"/>
! 102: <Tool
! 103: Name="VCPreBuildEventTool"/>
! 104: <Tool
! 105: Name="VCPreLinkEventTool"/>
! 106: <Tool
! 107: Name="VCResourceCompilerTool"/>
! 108: <Tool
! 109: Name="VCWebServiceProxyGeneratorTool"/>
! 110: <Tool
! 111: Name="VCXMLDataGeneratorTool"/>
! 112: <Tool
! 113: Name="VCWebDeploymentTool"/>
! 114: <Tool
! 115: Name="VCManagedWrapperGeneratorTool"/>
! 116: <Tool
! 117: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 118: </Configuration>
! 119: </Configurations>
! 120: <References>
! 121: </References>
! 122: <Files>
! 123: <Filter
! 124: Name="Source Files"
! 125: Filter="cpp;c;cxx;rc;def;odl;idl;hpj;bat;asm">
! 126: <File
! 127: RelativePath=".\eeparser3.cpp">
! 128: </File>
! 129: <File
! 130: RelativePath=".\eeparser3.def">
! 131: </File>
! 132: </Filter>
! 133: <Filter
! 134: Name="Header Files"
! 135: Filter="h;hpp;hxx;hm;inl;inc">
! 136: <File
! 137: RelativePath="custview.h">
! 138: </File>
! 139: <File
! 140: RelativePath=".\eeparser3.h">
! 141: </File>
! 142: </Filter>
! 143: </Files>
! 144: <Globals>
! 145: </Globals>
! 146: </VisualStudioProject>
E-mail: