blob: 415ecc061e7a3d40922d28ca4e4f974fd936e01c [file] [log] [blame]
Josh Coalsoncb6dc722007-02-22 01:57:21 +00001<?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"
Erik de Castro Lopoa1abfa32013-10-04 13:50:01 +100020 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
21 IntermediateDirectory="$(ConfigurationName)"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000022 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"
Josh Coalson76653962007-07-16 06:03:32 +000046 RuntimeLibrary="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000047 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 Detect64BitPortabilityProblems="true"
50 DebugInformationFormat="4"
Josh Coalson76653962007-07-16 06:03:32 +000051 CompileAs="0"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000052 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
Josh Coalsoncb6dc722007-02-22 01:57:21 +000090 Name="VCPostBuildEventTool"
91 />
92 </Configuration>
93 <Configuration
94 Name="Release|Win32"
Erik de Castro Lopoa1abfa32013-10-04 13:50:01 +100095 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
96 IntermediateDirectory="$(ConfigurationName)"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000097 ConfigurationType="1"
Erik de Castro Lopoa1abfa32013-10-04 13:50:01 +100098 WholeProgramOptimization="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000099 >
100 <Tool
101 Name="VCPreBuildEventTool"
102 />
103 <Tool
104 Name="VCCustomBuildTool"
105 />
106 <Tool
107 Name="VCXMLDataGeneratorTool"
108 />
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
111 />
112 <Tool
113 Name="VCMIDLTool"
114 />
115 <Tool
116 Name="VCCLCompilerTool"
Josh Coalson76653962007-07-16 06:03:32 +0000117 EnableIntrinsicFunctions="true"
118 FavorSizeOrSpeed="1"
119 OmitFramePointers="true"
120 WholeProgramOptimization="true"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000121 AdditionalIncludeDirectories=".;..\..\include"
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL"
Josh Coalson76653962007-07-16 06:03:32 +0000123 RuntimeLibrary="0"
124 BufferSecurityCheck="false"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000125 UsePrecompiledHeader="0"
126 WarningLevel="3"
127 Detect64BitPortabilityProblems="true"
128 DebugInformationFormat="3"
Josh Coalson76653962007-07-16 06:03:32 +0000129 CompileAs="0"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000130 DisableSpecificWarnings="4267;4996"
131 />
132 <Tool
133 Name="VCManagedResourceCompilerTool"
134 />
135 <Tool
136 Name="VCResourceCompilerTool"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 />
141 <Tool
142 Name="VCLinkerTool"
Josh Coalson76653962007-07-16 06:03:32 +0000143 LinkIncremental="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000144 IgnoreDefaultLibraryNames="uuid.lib"
145 GenerateDebugInformation="true"
146 SubSystem="1"
147 OptimizeReferences="2"
148 EnableCOMDATFolding="2"
Josh Coalson76653962007-07-16 06:03:32 +0000149 LinkTimeCodeGeneration="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000150 TargetMachine="1"
151 />
152 <Tool
153 Name="VCALinkTool"
154 />
155 <Tool
156 Name="VCManifestTool"
157 />
158 <Tool
159 Name="VCXDCMakeTool"
160 />
161 <Tool
162 Name="VCBscMakeTool"
163 />
164 <Tool
165 Name="VCFxCopTool"
166 />
167 <Tool
168 Name="VCAppVerifierTool"
169 />
170 <Tool
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000171 Name="VCPostBuildEventTool"
172 />
173 </Configuration>
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000174 </Configurations>
175 <References>
176 </References>
177 <Files>
178 <Filter
179 Name="Header Files"
180 Filter="h;hpp;hxx;hm;inl;inc;xsd"
181 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
182 >
183 </Filter>
184 <Filter
185 Name="Source Files"
186 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
187 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
188 >
189 <File
190 RelativePath=".\main.c"
191 >
192 </File>
193 </Filter>
194 </Files>
195 <Globals>
196 </Globals>
197</VisualStudioProject>