MS Visual Studio files for building LLVM on Win32 platforms.
[oota-llvm.git] / win32 / Fibonacci / Fibonacci.vcproj
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}"
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"
30                                 WarningLevel="3"
31                                 Detect64BitPortabilityProblems="TRUE"
32                                 DebugInformationFormat="4"
33                                 DisableSpecificWarnings="4099;4800;4244;4267"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLinkerTool"
38                                 OutputFile="$(OutDir)/Fibonacci.exe"
39                                 LinkIncremental="2"
40                                 ForceSymbolReferences="_X86TargetMachineModule"
41                                 GenerateDebugInformation="TRUE"
42                                 ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
43                                 GenerateMapFile="TRUE"
44                                 MapFileName="$(OutDir)/Fibonacci.map"
45                                 MapExports="TRUE"
46                                 MapLines="TRUE"
47                                 SubSystem="1"
48                                 OptimizeReferences="0"
49                                 TargetMachine="1"/>
50                         <Tool
51                                 Name="VCMIDLTool"/>
52                         <Tool
53                                 Name="VCPostBuildEventTool"/>
54                         <Tool
55                                 Name="VCPreBuildEventTool"/>
56                         <Tool
57                                 Name="VCPreLinkEventTool"/>
58                         <Tool
59                                 Name="VCResourceCompilerTool"/>
60                         <Tool
61                                 Name="VCWebServiceProxyGeneratorTool"/>
62                         <Tool
63                                 Name="VCXMLDataGeneratorTool"/>
64                         <Tool
65                                 Name="VCWebDeploymentTool"/>
66                         <Tool
67                                 Name="VCManagedWrapperGeneratorTool"/>
68                         <Tool
69                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
70                 </Configuration>
71                 <Configuration
72                         Name="Release|Win32"
73                         OutputDirectory="Release"
74                         IntermediateDirectory="Release"
75                         ConfigurationType="1"
76                         CharacterSet="2">
77                         <Tool
78                                 Name="VCCLCompilerTool"
79                                 AdditionalIncludeDirectories="..\..\include;.."
80                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
81                                 RuntimeLibrary="2"
82                                 ForceConformanceInForLoopScope="TRUE"
83                                 RuntimeTypeInfo="TRUE"
84                                 UsePrecompiledHeader="0"
85                                 WarningLevel="3"
86                                 Detect64BitPortabilityProblems="TRUE"
87                                 DebugInformationFormat="3"
88                                 DisableSpecificWarnings="4099;4800;4244;4267"/>
89                         <Tool
90                                 Name="VCCustomBuildTool"/>
91                         <Tool
92                                 Name="VCLinkerTool"
93                                 OutputFile="$(OutDir)/Fibonacci.exe"
94                                 LinkIncremental="1"
95                                 ForceSymbolReferences="_X86TargetMachineModule"
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>