1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="soundfile"
6	SccProjectName="&quot;$/Dolphin/build/libraries/soundfile/src&quot;, ZCNAAAAA"
7	SccLocalPath=".">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Release|Win32"
15			OutputDirectory=".\Release"
16			IntermediateDirectory=".\Release"
17			ConfigurationType="2"
18			UseOfMFC="0"
19			ATLMinimizesCRunTimeLibraryUsage="FALSE"
20			CharacterSet="2">
21			<Tool
22				Name="VCCLCompilerTool"
23				Optimization="2"
24				InlineFunctionExpansion="1"
25				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOUNDFILE_EXPORTS"
26				StringPooling="TRUE"
27				RuntimeLibrary="0"
28				EnableFunctionLevelLinking="TRUE"
29				PrecompiledHeaderFile=".\Release/soundfile.pch"
30				AssemblerListingLocation=".\Release/"
31				ObjectFile=".\Release/"
32				ProgramDataBaseFileName=".\Release/"
33				WarningLevel="3"
34				SuppressStartupBanner="TRUE"/>
35			<Tool
36				Name="VCCustomBuildTool"/>
37			<Tool
38				Name="VCLinkerTool"
39				OutputFile=".\Release/soundfile.dll"
40				LinkIncremental="1"
41				SuppressStartupBanner="TRUE"
42				ProgramDatabaseFile=".\Release/soundfile.pdb"
43				ImportLibrary=".\Release/soundfile.lib"
44				TargetMachine="1"/>
45			<Tool
46				Name="VCMIDLTool"
47				PreprocessorDefinitions="NDEBUG"
48				MkTypLibCompatible="TRUE"
49				SuppressStartupBanner="TRUE"
50				TargetEnvironment="1"
51				TypeLibraryName=".\Release/soundfile.tlb"
52				HeaderFileName=""/>
53			<Tool
54				Name="VCPostBuildEventTool"/>
55			<Tool
56				Name="VCPreBuildEventTool"/>
57			<Tool
58				Name="VCPreLinkEventTool"/>
59			<Tool
60				Name="VCResourceCompilerTool"
61				PreprocessorDefinitions="NDEBUG"
62				Culture="1033"/>
63			<Tool
64				Name="VCWebServiceProxyGeneratorTool"/>
65			<Tool
66				Name="VCXMLDataGeneratorTool"/>
67			<Tool
68				Name="VCWebDeploymentTool"/>
69			<Tool
70				Name="VCManagedWrapperGeneratorTool"/>
71			<Tool
72				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
73		</Configuration>
74		<Configuration
75			Name="Debug|Win32"
76			OutputDirectory=".\Debug"
77			IntermediateDirectory=".\Debug"
78			ConfigurationType="2"
79			UseOfMFC="0"
80			ATLMinimizesCRunTimeLibraryUsage="FALSE"
81			CharacterSet="2">
82			<Tool
83				Name="VCCLCompilerTool"
84				Optimization="0"
85				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOUNDFILE_EXPORTS"
86				BasicRuntimeChecks="3"
87				RuntimeLibrary="1"
88				PrecompiledHeaderFile=".\Debug/soundfile.pch"
89				AssemblerListingLocation=".\Debug/"
90				ObjectFile=".\Debug/"
91				ProgramDataBaseFileName=".\Debug/"
92				WarningLevel="3"
93				SuppressStartupBanner="TRUE"
94				DebugInformationFormat="4"/>
95			<Tool
96				Name="VCCustomBuildTool"/>
97			<Tool
98				Name="VCLinkerTool"
99				OutputFile=".\Debug/soundfile.dll"
100				LinkIncremental="1"
101				SuppressStartupBanner="TRUE"
102				GenerateDebugInformation="TRUE"
103				ProgramDatabaseFile=".\Debug/soundfile.pdb"
104				ImportLibrary=".\Debug/soundfile.lib"
105				TargetMachine="1"/>
106			<Tool
107				Name="VCMIDLTool"
108				PreprocessorDefinitions="_DEBUG"
109				MkTypLibCompatible="TRUE"
110				SuppressStartupBanner="TRUE"
111				TargetEnvironment="1"
112				TypeLibraryName=".\Debug/soundfile.tlb"
113				HeaderFileName=""/>
114			<Tool
115				Name="VCPostBuildEventTool"/>
116			<Tool
117				Name="VCPreBuildEventTool"/>
118			<Tool
119				Name="VCPreLinkEventTool"/>
120			<Tool
121				Name="VCResourceCompilerTool"
122				PreprocessorDefinitions="_DEBUG"
123				Culture="1033"/>
124			<Tool
125				Name="VCWebServiceProxyGeneratorTool"/>
126			<Tool
127				Name="VCXMLDataGeneratorTool"/>
128			<Tool
129				Name="VCWebDeploymentTool"/>
130			<Tool
131				Name="VCManagedWrapperGeneratorTool"/>
132			<Tool
133				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
134		</Configuration>
135	</Configurations>
136	<References>
137	</References>
138	<Files>
139		<Filter
140			Name="Source Files"
141			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
142			<File
143				RelativePath="..\src\aifffile.c">
144			</File>
145			<File
146				RelativePath="..\src\endian.c">
147			</File>
148			<File
149				RelativePath="..\src\soundfile.c">
150			</File>
151			<File
152				RelativePath="..\src\Wavfile.c">
153			</File>
154		</Filter>
155		<Filter
156			Name="Header Files"
157			Filter="h;hpp;hxx;hm;inl">
158			<File
159				RelativePath="..\src\aifffile.h">
160			</File>
161			<File
162				RelativePath="..\src\chunkname.h">
163			</File>
164			<File
165				RelativePath="..\src\endian.h">
166			</File>
167			<File
168				RelativePath="..\src\soundfile.h">
169			</File>
170			<File
171				RelativePath="..\src\Types.h">
172			</File>
173			<File
174				RelativePath="..\src\Wavfile.h">
175			</File>
176		</Filter>
177		<Filter
178			Name="Resource Files"
179			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
180		</Filter>
181	</Files>
182	<Globals>
183	</Globals>
184</VisualStudioProject>
185