blob: 8aa73d72767010e0b90ae7ae4be3bf3833febc66 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00004 Version="8.00"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 Name="Fibonacci"
6 ProjectGUID="{48FB551D-E37E-42EC-BC97-FF7219774867}"
7 RootNamespace="Fibonacci"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00008 Keyword="Win32Proj"
9 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010 <Platforms>
11 <Platform
Chuck Rose III6e1857b2007-07-27 18:20:11 +000012 Name="Win32"
13 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000014 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000015 <ToolFiles>
16 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(IntDir)"
21 IntermediateDirectory="Debug"
22 ConfigurationType="1"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000023 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000041 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="..\..\include;.."
45 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000046 StringPooling="true"
47 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000048 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000050 ForceConformanceInForLoopScope="true"
51 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000052 UsePrecompiledHeader="0"
53 BrowseInformation="1"
54 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000055 Detect64BitPortabilityProblems="false"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000056 DebugInformationFormat="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000057 DisableSpecificWarnings="4355,4146,4800"
58 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000059 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000060 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 />
65 <Tool
66 Name="VCPreLinkEventTool"
67 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000068 <Tool
69 Name="VCLinkerTool"
70 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
71 OutputFile="$(OutDir)/Fibonacci.exe"
72 LinkIncremental="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000073 GenerateDebugInformation="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000074 ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
75 SubSystem="1"
76 OptimizeReferences="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000077 TargetMachine="1"
78 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000079 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000080 Name="VCALinkTool"
81 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000082 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000083 Name="VCManifestTool"
84 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000085 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000086 Name="VCXDCMakeTool"
87 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000088 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000089 Name="VCBscMakeTool"
90 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000091 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000092 Name="VCFxCopTool"
93 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000094 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000095 Name="VCAppVerifierTool"
96 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000097 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000098 Name="VCWebDeploymentTool"
99 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000100 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000101 Name="VCPostBuildEventTool"
102 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000103 </Configuration>
104 <Configuration
105 Name="Release|Win32"
106 OutputDirectory="$(SolutionDir)$(IntDir)"
107 IntermediateDirectory="Release"
108 ConfigurationType="1"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000109 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
110 CharacterSet="2"
111 >
112 <Tool
113 Name="VCPreBuildEventTool"
114 />
115 <Tool
116 Name="VCCustomBuildTool"
117 />
118 <Tool
119 Name="VCXMLDataGeneratorTool"
120 />
121 <Tool
122 Name="VCWebServiceProxyGeneratorTool"
123 />
124 <Tool
125 Name="VCMIDLTool"
126 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000127 <Tool
128 Name="VCCLCompilerTool"
129 AdditionalIncludeDirectories="..\..\include;.."
130 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000131 StringPooling="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000132 RuntimeLibrary="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000133 ForceConformanceInForLoopScope="true"
134 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000135 UsePrecompiledHeader="0"
136 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000137 Detect64BitPortabilityProblems="false"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000138 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000139 DisableSpecificWarnings="4355,4146,4800"
140 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000141 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000142 Name="VCManagedResourceCompilerTool"
143 />
144 <Tool
145 Name="VCResourceCompilerTool"
146 />
147 <Tool
148 Name="VCPreLinkEventTool"
149 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000150 <Tool
151 Name="VCLinkerTool"
152 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
153 OutputFile="$(OutDir)/Fibonacci.exe"
154 LinkIncremental="1"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000155 GenerateDebugInformation="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000156 SubSystem="1"
157 OptimizeReferences="2"
158 EnableCOMDATFolding="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000159 TargetMachine="1"
160 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000161 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000162 Name="VCALinkTool"
163 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000164 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000165 Name="VCManifestTool"
166 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000167 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000168 Name="VCXDCMakeTool"
169 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000170 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000171 Name="VCBscMakeTool"
172 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000173 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000174 Name="VCFxCopTool"
175 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000176 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000177 Name="VCAppVerifierTool"
178 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000179 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000180 Name="VCWebDeploymentTool"
181 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000182 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000183 Name="VCPostBuildEventTool"
184 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000185 </Configuration>
186 </Configurations>
187 <References>
188 </References>
189 <Files>
190 <Filter
191 Name="Source Files"
192 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000193 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
194 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000195 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000196 RelativePath="..\..\examples\Fibonacci\fibonacci.cpp"
197 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000198 </File>
199 </Filter>
200 <Filter
201 Name="Header Files"
202 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000203 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
204 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000205 </Filter>
206 </Files>
207 <Globals>
208 </Globals>
209</VisualStudioProject>