1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="main"
6	ProjectGUID="{B407AC0B-8209-4B90-AE5A-857EA4795195}"
7	Keyword="Win32Proj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory=".\obj_files/Debug"
16			IntermediateDirectory=".\obj_files/Debug"
17			ConfigurationType="1"
18			CharacterSet="2">
19			<Tool
20				Name="VCCLCompilerTool"
21				Optimization="0"
22				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
23				MinimalRebuild="TRUE"
24				BasicRuntimeChecks="3"
25				RuntimeLibrary="5"
26				UsePrecompiledHeader="0"
27				WarningLevel="3"
28				Detect64BitPortabilityProblems="TRUE"
29				DebugInformationFormat="4"/>
30			<Tool
31				Name="VCCustomBuildTool"/>
32			<Tool
33				Name="VCLinkerTool"
34				OutputFile="cake_debug.exe"
35				LinkIncremental="2"
36				GenerateDebugInformation="TRUE"
37				ProgramDatabaseFile="$(OutDir)/main.pdb"
38				SubSystem="1"
39				TargetMachine="1"/>
40			<Tool
41				Name="VCMIDLTool"/>
42			<Tool
43				Name="VCPostBuildEventTool"/>
44			<Tool
45				Name="VCPreBuildEventTool"/>
46			<Tool
47				Name="VCPreLinkEventTool"/>
48			<Tool
49				Name="VCResourceCompilerTool"/>
50			<Tool
51				Name="VCWebServiceProxyGeneratorTool"/>
52			<Tool
53				Name="VCXMLDataGeneratorTool"/>
54			<Tool
55				Name="VCWebDeploymentTool"/>
56			<Tool
57				Name="VCManagedWrapperGeneratorTool"/>
58			<Tool
59				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60		</Configuration>
61		<Configuration
62			Name="Release|Win32"
63			OutputDirectory=".\obj_files/Release"
64			IntermediateDirectory=".\obj_files/Release"
65			ConfigurationType="1"
66			CharacterSet="0">
67			<Tool
68				Name="VCCLCompilerTool"
69				Optimization="3"
70				GlobalOptimizations="FALSE"
71				InlineFunctionExpansion="2"
72				FavorSizeOrSpeed="0"
73				OmitFramePointers="FALSE"
74				OptimizeForProcessor="1"
75				OptimizeForWindowsApplication="FALSE"
76				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
77				StringPooling="TRUE"
78				RuntimeLibrary="0"
79				EnableFunctionLevelLinking="TRUE"
80				UsePrecompiledHeader="0"
81				WarningLevel="3"
82				Detect64BitPortabilityProblems="FALSE"
83				DebugInformationFormat="0"
84				CompileAs="0"/>
85			<Tool
86				Name="VCCustomBuildTool"/>
87			<Tool
88				Name="VCLinkerTool"
89				OutputFile="cake.exe"
90				LinkIncremental="1"
91				SuppressStartupBanner="TRUE"
92				GenerateDebugInformation="FALSE"
93				SubSystem="1"
94				OptimizeReferences="0"
95				EnableCOMDATFolding="0"
96				TargetMachine="0"/>
97			<Tool
98				Name="VCMIDLTool"/>
99			<Tool
100				Name="VCPostBuildEventTool"/>
101			<Tool
102				Name="VCPreBuildEventTool"/>
103			<Tool
104				Name="VCPreLinkEventTool"/>
105			<Tool
106				Name="VCResourceCompilerTool"
107				PreprocessorDefinitions="NDEBUG"/>
108			<Tool
109				Name="VCWebServiceProxyGeneratorTool"/>
110			<Tool
111				Name="VCXMLDataGeneratorTool"/>
112			<Tool
113				Name="VCWebDeploymentTool"/>
114			<Tool
115				Name="VCManagedWrapperGeneratorTool"/>
116			<Tool
117				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
118		</Configuration>
119	</Configurations>
120	<References>
121	</References>
122	<Files>
123		<File
124			RelativePath="cake\cake.ico">
125		</File>
126		<File
127			RelativePath="config.ini">
128		</File>
129		<File
130			RelativePath="main.cpp">
131		</File>
132		<File
133			RelativePath="main.rc">
134		</File>
135	</Files>
136	<Globals>
137	</Globals>
138</VisualStudioProject>
139