switch return value passing and the x86-64 calling convention information
[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         RootNamespace="Fibonacci"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="$(SolutionDir)$(IntDir)"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="1"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 AdditionalIncludeDirectories="..\..\include;.."
24                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
25                                 StringPooling="TRUE"
26                                 MinimalRebuild="TRUE"
27                                 BasicRuntimeChecks="3"
28                                 RuntimeLibrary="3"
29                                 ForceConformanceInForLoopScope="TRUE"
30                                 RuntimeTypeInfo="TRUE"
31                                 UsePrecompiledHeader="0"
32                                 BrowseInformation="1"
33                                 WarningLevel="3"
34                                 Detect64BitPortabilityProblems="FALSE"
35                                 DebugInformationFormat="4"
36                                 DisableSpecificWarnings="4355,4146,4800"/>
37                         <Tool
38                                 Name="VCCustomBuildTool"/>
39                         <Tool
40                                 Name="VCLinkerTool"
41                                 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
42                                 OutputFile="$(OutDir)/Fibonacci.exe"
43                                 LinkIncremental="2"
44                                 GenerateDebugInformation="TRUE"
45                                 ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
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"
72                         OutputDirectory="$(SolutionDir)$(IntDir)"
73                         IntermediateDirectory="Release"
74                         ConfigurationType="1"
75                         CharacterSet="2">
76                         <Tool
77                                 Name="VCCLCompilerTool"
78                                 AdditionalIncludeDirectories="..\..\include;.."
79                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
80                                 StringPooling="TRUE"
81                                 RuntimeLibrary="2"
82                                 ForceConformanceInForLoopScope="TRUE"
83                                 RuntimeTypeInfo="TRUE"
84                                 UsePrecompiledHeader="0"
85                                 WarningLevel="3"
86                                 Detect64BitPortabilityProblems="FALSE"
87                                 DebugInformationFormat="3"
88                                 DisableSpecificWarnings="4355,4146,4800"/>
89                         <Tool
90                                 Name="VCCustomBuildTool"/>
91                         <Tool
92                                 Name="VCLinkerTool"
93                                 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
94                                 OutputFile="$(OutDir)/Fibonacci.exe"
95                                 LinkIncremental="1"
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>