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