blob: c2b10769342e72a2c0cb7636d05f9c7ee31b1216 [file] [log] [blame]
Reid Spencer085ea4d2004-11-03 16:13:14 +00001<?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}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\..\include;..;..\..\tablegen_includes"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="3"
27 ForceConformanceInForLoopScope="TRUE"
28 RuntimeTypeInfo="TRUE"
29 UsePrecompiledHeader="0"
Jeff Cohen91c3e2d2004-12-19 02:29:00 +000030 BrowseInformation="1"
Reid Spencer085ea4d2004-11-03 16:13:14 +000031 WarningLevel="3"
Jeff Cohen530f8872004-12-18 06:55:41 +000032 Detect64BitPortabilityProblems="FALSE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000033 DebugInformationFormat="4"
Jeff Cohen530f8872004-12-18 06:55:41 +000034 DisableSpecificWarnings="4146,4800"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000035 <Tool
36 Name="VCCustomBuildTool"/>
37 <Tool
38 Name="VCLinkerTool"
39 OutputFile="$(OutDir)/Fibonacci.exe"
40 LinkIncremental="2"
41 ForceSymbolReferences="_X86TargetMachineModule"
42 GenerateDebugInformation="TRUE"
43 ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
44 GenerateMapFile="TRUE"
45 MapFileName="$(OutDir)/Fibonacci.map"
46 MapExports="TRUE"
47 MapLines="TRUE"
48 SubSystem="1"
49 OptimizeReferences="0"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"/>
53 <Tool
54 Name="VCPostBuildEventTool"/>
55 <Tool
56 Name="VCPreBuildEventTool"/>
57 <Tool
58 Name="VCPreLinkEventTool"/>
59 <Tool
60 Name="VCResourceCompilerTool"/>
61 <Tool
62 Name="VCWebServiceProxyGeneratorTool"/>
63 <Tool
64 Name="VCXMLDataGeneratorTool"/>
65 <Tool
66 Name="VCWebDeploymentTool"/>
67 <Tool
68 Name="VCManagedWrapperGeneratorTool"/>
69 <Tool
70 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71 </Configuration>
72 <Configuration
73 Name="Release|Win32"
74 OutputDirectory="Release"
75 IntermediateDirectory="Release"
76 ConfigurationType="1"
77 CharacterSet="2">
78 <Tool
79 Name="VCCLCompilerTool"
80 AdditionalIncludeDirectories="..\..\include;.."
81 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
82 RuntimeLibrary="2"
83 ForceConformanceInForLoopScope="TRUE"
84 RuntimeTypeInfo="TRUE"
85 UsePrecompiledHeader="0"
86 WarningLevel="3"
Jeff Cohenf3397212004-12-18 07:05:59 +000087 Detect64BitPortabilityProblems="FALSE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000088 DebugInformationFormat="3"
Jeff Cohen530f8872004-12-18 06:55:41 +000089 DisableSpecificWarnings="4146,4800"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000090 <Tool
91 Name="VCCustomBuildTool"/>
92 <Tool
93 Name="VCLinkerTool"
94 OutputFile="$(OutDir)/Fibonacci.exe"
95 LinkIncremental="1"
96 ForceSymbolReferences="_X86TargetMachineModule"
97 GenerateDebugInformation="TRUE"
98 SubSystem="1"
99 OptimizeReferences="2"
100 EnableCOMDATFolding="2"
101 TargetMachine="1"/>
102 <Tool
103 Name="VCMIDLTool"/>
104 <Tool
105 Name="VCPostBuildEventTool"/>
106 <Tool
107 Name="VCPreBuildEventTool"/>
108 <Tool
109 Name="VCPreLinkEventTool"/>
110 <Tool
111 Name="VCResourceCompilerTool"/>
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"/>
114 <Tool
115 Name="VCXMLDataGeneratorTool"/>
116 <Tool
117 Name="VCWebDeploymentTool"/>
118 <Tool
119 Name="VCManagedWrapperGeneratorTool"/>
120 <Tool
121 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
122 </Configuration>
123 </Configurations>
124 <References>
125 </References>
126 <Files>
127 <Filter
128 Name="Source Files"
129 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
130 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
131 <File
132 RelativePath="..\..\examples\Fibonacci\fibonacci.cpp">
133 </File>
134 </Filter>
135 <Filter
136 Name="Header Files"
137 Filter="h;hpp;hxx;hm;inl;inc;xsd"
138 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
139 </Filter>
140 </Files>
141 <Globals>
142 </Globals>
143</VisualStudioProject>