1<?xml version="1.0" encoding="UTF-8"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="fruit"
6	ProjectGUID="{CCC26650-0FD5-4DD9-8B76-43DC2B8B0870}"
7	RootNamespace="fruit"
8	Keyword="Win32Proj"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14	</Platforms>
15	<ToolFiles>
16	</ToolFiles>
17	<Configurations>
18		<Configuration
19			Name="Debug|Win32"
20			OutputDirectory="Debug"
21			IntermediateDirectory="Debug"
22			ConfigurationType="1"
23			>
24			<Tool
25				Name="VCPreBuildEventTool"
26			/>
27			<Tool
28				Name="VCCustomBuildTool"
29			/>
30			<Tool
31				Name="VCXMLDataGeneratorTool"
32			/>
33			<Tool
34				Name="VCWebServiceProxyGeneratorTool"
35			/>
36			<Tool
37				Name="VCMIDLTool"
38			/>
39			<Tool
40				Name="VCCLCompilerTool"
41				Optimization="0"
42				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;"
43				MinimalRebuild="true"
44				BasicRuntimeChecks="3"
45				RuntimeLibrary="3"
46				UsePrecompiledHeader="0"
47				WarningLevel="3"
48				Detect64BitPortabilityProblems="true"
49				DebugInformationFormat="4"
50			/>
51			<Tool
52				Name="VCManagedResourceCompilerTool"
53			/>
54			<Tool
55				Name="VCResourceCompilerTool"
56			/>
57			<Tool
58				Name="VCPreLinkEventTool"
59			/>
60			<Tool
61				Name="VCLinkerTool"
62				LinkIncremental="2"
63				GenerateDebugInformation="true"
64				SubSystem="1"
65				TargetMachine="1"
66			/>
67			<Tool
68				Name="VCALinkTool"
69			/>
70			<Tool
71				Name="VCManifestTool"
72			/>
73			<Tool
74				Name="VCXDCMakeTool"
75			/>
76			<Tool
77				Name="VCBscMakeTool"
78			/>
79			<Tool
80				Name="VCFxCopTool"
81			/>
82			<Tool
83				Name="VCAppVerifierTool"
84			/>
85			<Tool
86				Name="VCWebDeploymentTool"
87			/>
88			<Tool
89				Name="VCPostBuildEventTool"
90			/>
91		</Configuration>
92		<Configuration
93			Name="Release|Win32"
94			OutputDirectory="Release"
95			IntermediateDirectory="Release"
96			ConfigurationType="1"
97			>
98			<Tool
99				Name="VCPreBuildEventTool"
100			/>
101			<Tool
102				Name="VCCustomBuildTool"
103			/>
104			<Tool
105				Name="VCXMLDataGeneratorTool"
106			/>
107			<Tool
108				Name="VCWebServiceProxyGeneratorTool"
109			/>
110			<Tool
111				Name="VCMIDLTool"
112			/>
113			<Tool
114				Name="VCCLCompilerTool"
115				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
116				RuntimeLibrary="2"
117				UsePrecompiledHeader="0"
118				WarningLevel="3"
119				Detect64BitPortabilityProblems="true"
120				DebugInformationFormat="3"
121			/>
122			<Tool
123				Name="VCManagedResourceCompilerTool"
124			/>
125			<Tool
126				Name="VCResourceCompilerTool"
127			/>
128			<Tool
129				Name="VCPreLinkEventTool"
130			/>
131			<Tool
132				Name="VCLinkerTool"
133				LinkIncremental="2"
134				GenerateDebugInformation="true"
135				SubSystem="1"
136				OptimizeReferences="2"
137				EnableCOMDATFolding="2"
138				TargetMachine="1"
139			/>
140			<Tool
141				Name="VCALinkTool"
142			/>
143			<Tool
144				Name="VCManifestTool"
145			/>
146			<Tool
147				Name="VCXDCMakeTool"
148			/>
149			<Tool
150				Name="VCBscMakeTool"
151			/>
152			<Tool
153				Name="VCFxCopTool"
154			/>
155			<Tool
156				Name="VCAppVerifierTool"
157			/>
158			<Tool
159				Name="VCWebDeploymentTool"
160			/>
161			<Tool
162				Name="VCPostBuildEventTool"
163			/>
164		</Configuration>
165	</Configurations>
166	<References>
167	</References>
168	<Files>
169		<File
170			RelativePath=".\fruit.cpp"
171			>
172		</File>
173	</Files>
174	<Globals>
175	</Globals>
176</VisualStudioProject>
177