1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="test_streams"
6	ProjectGUID="{4cefbc91-c215-11db-8314-0800200c9a66}"
7	RootNamespace="test_streams"
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="..\..\obj\debug\bin"
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				AdditionalIncludeDirectories=".;..\..\include"
43				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__NO_DLL;DEBUG"
44				MinimalRebuild="true"
45				BasicRuntimeChecks="3"
46				RuntimeLibrary="1"
47				UsePrecompiledHeader="0"
48				WarningLevel="3"
49				Detect64BitPortabilityProblems="true"
50				DebugInformationFormat="4"
51				CompileAs="0"
52				DisableSpecificWarnings="4267;4996"
53			/>
54			<Tool
55				Name="VCManagedResourceCompilerTool"
56			/>
57			<Tool
58				Name="VCResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCPreLinkEventTool"
62			/>
63			<Tool
64				Name="VCLinkerTool"
65				LinkIncremental="2"
66				IgnoreDefaultLibraryNames="uuid.lib"
67				GenerateDebugInformation="true"
68				SubSystem="1"
69				TargetMachine="1"
70			/>
71			<Tool
72				Name="VCALinkTool"
73			/>
74			<Tool
75				Name="VCManifestTool"
76			/>
77			<Tool
78				Name="VCXDCMakeTool"
79			/>
80			<Tool
81				Name="VCBscMakeTool"
82			/>
83			<Tool
84				Name="VCFxCopTool"
85			/>
86			<Tool
87				Name="VCAppVerifierTool"
88			/>
89			<Tool
90				Name="VCWebDeploymentTool"
91			/>
92			<Tool
93				Name="VCPostBuildEventTool"
94			/>
95		</Configuration>
96		<Configuration
97			Name="Release|Win32"
98			OutputDirectory="..\..\obj\release\bin"
99			IntermediateDirectory="Release"
100			ConfigurationType="1"
101			>
102			<Tool
103				Name="VCPreBuildEventTool"
104			/>
105			<Tool
106				Name="VCCustomBuildTool"
107			/>
108			<Tool
109				Name="VCXMLDataGeneratorTool"
110			/>
111			<Tool
112				Name="VCWebServiceProxyGeneratorTool"
113			/>
114			<Tool
115				Name="VCMIDLTool"
116			/>
117			<Tool
118				Name="VCCLCompilerTool"
119				EnableIntrinsicFunctions="true"
120				FavorSizeOrSpeed="1"
121				OmitFramePointers="true"
122				WholeProgramOptimization="true"
123				AdditionalIncludeDirectories=".;..\..\include"
124				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL"
125				RuntimeLibrary="0"
126				BufferSecurityCheck="false"
127				UsePrecompiledHeader="0"
128				WarningLevel="3"
129				Detect64BitPortabilityProblems="true"
130				DebugInformationFormat="3"
131				CompileAs="0"
132				DisableSpecificWarnings="4267;4996"
133			/>
134			<Tool
135				Name="VCManagedResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCResourceCompilerTool"
139			/>
140			<Tool
141				Name="VCPreLinkEventTool"
142			/>
143			<Tool
144				Name="VCLinkerTool"
145				LinkIncremental="1"
146				IgnoreDefaultLibraryNames="uuid.lib"
147				GenerateDebugInformation="true"
148				SubSystem="1"
149				OptimizeReferences="2"
150				EnableCOMDATFolding="2"
151				LinkTimeCodeGeneration="1"
152				TargetMachine="1"
153			/>
154			<Tool
155				Name="VCALinkTool"
156			/>
157			<Tool
158				Name="VCManifestTool"
159			/>
160			<Tool
161				Name="VCXDCMakeTool"
162			/>
163			<Tool
164				Name="VCBscMakeTool"
165			/>
166			<Tool
167				Name="VCFxCopTool"
168			/>
169			<Tool
170				Name="VCAppVerifierTool"
171			/>
172			<Tool
173				Name="VCWebDeploymentTool"
174			/>
175			<Tool
176				Name="VCPostBuildEventTool"
177			/>
178		</Configuration>
179	</Configurations>
180	<References>
181	</References>
182	<Files>
183		<Filter
184			Name="Header Files"
185			Filter="h;hpp;hxx;hm;inl;inc;xsd"
186			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
187			>
188		</Filter>
189		<Filter
190			Name="Source Files"
191			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
192			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
193			>
194			<File
195				RelativePath=".\main.c"
196				>
197			</File>
198		</Filter>
199	</Files>
200	<Globals>
201	</Globals>
202</VisualStudioProject>
203