Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="7.10" |
| 5 | Name="Fibonacci" |
| 6 | ProjectGUID="{48FB551D-E37E-42EC-BC97-FF7219774867}" |
Jeff Cohen | ae7b071 | 2005-01-01 19:37:14 +0000 | [diff] [blame] | 7 | RootNamespace="Fibonacci" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 8 | Keyword="Win32Proj"> |
| 9 | <Platforms> |
| 10 | <Platform |
| 11 | Name="Win32"/> |
| 12 | </Platforms> |
| 13 | <Configurations> |
| 14 | <Configuration |
| 15 | Name="Debug|Win32" |
Jeff Cohen | ae7b071 | 2005-01-01 19:37:14 +0000 | [diff] [blame] | 16 | OutputDirectory="$(SolutionDir)$(IntDir)" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 17 | IntermediateDirectory="Debug" |
| 18 | ConfigurationType="1" |
| 19 | CharacterSet="2"> |
| 20 | <Tool |
| 21 | Name="VCCLCompilerTool" |
| 22 | Optimization="0" |
Jeff Cohen | 0a69186 | 2004-12-19 06:40:39 +0000 | [diff] [blame] | 23 | AdditionalIncludeDirectories="..\..\include;.." |
Jeff Cohen | 9247d0b | 2006-01-30 04:07:08 +0000 | [diff] [blame] | 24 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
Jeff Cohen | 6f0e680 | 2005-12-17 00:14:47 +0000 | [diff] [blame] | 25 | StringPooling="TRUE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 26 | MinimalRebuild="TRUE" |
| 27 | BasicRuntimeChecks="3" |
| 28 | RuntimeLibrary="3" |
| 29 | ForceConformanceInForLoopScope="TRUE" |
| 30 | RuntimeTypeInfo="TRUE" |
| 31 | UsePrecompiledHeader="0" |
Jeff Cohen | 91c3e2d | 2004-12-19 02:29:00 +0000 | [diff] [blame] | 32 | BrowseInformation="1" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 33 | WarningLevel="3" |
Jeff Cohen | 530f887 | 2004-12-18 06:55:41 +0000 | [diff] [blame] | 34 | Detect64BitPortabilityProblems="FALSE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 35 | DebugInformationFormat="4" |
Jeff Cohen | b32d785 | 2005-01-30 17:54:12 +0000 | [diff] [blame] | 36 | DisableSpecificWarnings="4355,4146,4800"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 37 | <Tool |
| 38 | Name="VCCustomBuildTool"/> |
| 39 | <Tool |
| 40 | Name="VCLinkerTool" |
Jeff Cohen | 40296bd | 2005-01-02 04:23:12 +0000 | [diff] [blame] | 41 | AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 42 | OutputFile="$(OutDir)/Fibonacci.exe" |
| 43 | LinkIncremental="2" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 44 | GenerateDebugInformation="TRUE" |
| 45 | ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 46 | SubSystem="1" |
| 47 | OptimizeReferences="0" |
| 48 | TargetMachine="1"/> |
| 49 | <Tool |
| 50 | Name="VCMIDLTool"/> |
| 51 | <Tool |
| 52 | Name="VCPostBuildEventTool"/> |
| 53 | <Tool |
| 54 | Name="VCPreBuildEventTool"/> |
| 55 | <Tool |
| 56 | Name="VCPreLinkEventTool"/> |
| 57 | <Tool |
| 58 | Name="VCResourceCompilerTool"/> |
| 59 | <Tool |
| 60 | Name="VCWebServiceProxyGeneratorTool"/> |
| 61 | <Tool |
| 62 | Name="VCXMLDataGeneratorTool"/> |
| 63 | <Tool |
| 64 | Name="VCWebDeploymentTool"/> |
| 65 | <Tool |
| 66 | Name="VCManagedWrapperGeneratorTool"/> |
| 67 | <Tool |
| 68 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 69 | </Configuration> |
| 70 | <Configuration |
| 71 | Name="Release|Win32" |
Jeff Cohen | ae7b071 | 2005-01-01 19:37:14 +0000 | [diff] [blame] | 72 | OutputDirectory="$(SolutionDir)$(IntDir)" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 73 | IntermediateDirectory="Release" |
| 74 | ConfigurationType="1" |
| 75 | CharacterSet="2"> |
| 76 | <Tool |
| 77 | Name="VCCLCompilerTool" |
| 78 | AdditionalIncludeDirectories="..\..\include;.." |
Jeff Cohen | 9247d0b | 2006-01-30 04:07:08 +0000 | [diff] [blame] | 79 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
Jeff Cohen | 6f0e680 | 2005-12-17 00:14:47 +0000 | [diff] [blame] | 80 | StringPooling="TRUE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 81 | RuntimeLibrary="2" |
| 82 | ForceConformanceInForLoopScope="TRUE" |
| 83 | RuntimeTypeInfo="TRUE" |
| 84 | UsePrecompiledHeader="0" |
| 85 | WarningLevel="3" |
Jeff Cohen | f339721 | 2004-12-18 07:05:59 +0000 | [diff] [blame] | 86 | Detect64BitPortabilityProblems="FALSE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 87 | DebugInformationFormat="3" |
Jeff Cohen | b32d785 | 2005-01-30 17:54:12 +0000 | [diff] [blame] | 88 | DisableSpecificWarnings="4355,4146,4800"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 89 | <Tool |
| 90 | Name="VCCustomBuildTool"/> |
| 91 | <Tool |
| 92 | Name="VCLinkerTool" |
Jeff Cohen | 40296bd | 2005-01-02 04:23:12 +0000 | [diff] [blame] | 93 | AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 94 | OutputFile="$(OutDir)/Fibonacci.exe" |
| 95 | LinkIncremental="1" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 96 | GenerateDebugInformation="TRUE" |
| 97 | SubSystem="1" |
| 98 | OptimizeReferences="2" |
| 99 | EnableCOMDATFolding="2" |
| 100 | TargetMachine="1"/> |
| 101 | <Tool |
| 102 | Name="VCMIDLTool"/> |
| 103 | <Tool |
| 104 | Name="VCPostBuildEventTool"/> |
| 105 | <Tool |
| 106 | Name="VCPreBuildEventTool"/> |
| 107 | <Tool |
| 108 | Name="VCPreLinkEventTool"/> |
| 109 | <Tool |
| 110 | Name="VCResourceCompilerTool"/> |
| 111 | <Tool |
| 112 | Name="VCWebServiceProxyGeneratorTool"/> |
| 113 | <Tool |
| 114 | Name="VCXMLDataGeneratorTool"/> |
| 115 | <Tool |
| 116 | Name="VCWebDeploymentTool"/> |
| 117 | <Tool |
| 118 | Name="VCManagedWrapperGeneratorTool"/> |
| 119 | <Tool |
| 120 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 121 | </Configuration> |
| 122 | </Configurations> |
| 123 | <References> |
| 124 | </References> |
| 125 | <Files> |
| 126 | <Filter |
| 127 | Name="Source Files" |
| 128 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 129 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
| 130 | <File |
| 131 | RelativePath="..\..\examples\Fibonacci\fibonacci.cpp"> |
| 132 | </File> |
| 133 | </Filter> |
| 134 | <Filter |
| 135 | Name="Header Files" |
| 136 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 137 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> |
| 138 | </Filter> |
| 139 | </Files> |
| 140 | <Globals> |
| 141 | </Globals> |
| 142 | </VisualStudioProject> |