1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ItemGroup Label="ProjectConfigurations">
\r
4 <ProjectConfiguration Include="Debug|Win32">
\r
5 <Configuration>Debug</Configuration>
\r
6 <Platform>Win32</Platform>
\r
7 </ProjectConfiguration>
\r
8 <ProjectConfiguration Include="Debug|x64">
\r
9 <Configuration>Debug</Configuration>
\r
10 <Platform>x64</Platform>
\r
11 </ProjectConfiguration>
\r
12 <ProjectConfiguration Include="Release|Win32">
\r
13 <Configuration>Release</Configuration>
\r
14 <Platform>Win32</Platform>
\r
15 </ProjectConfiguration>
\r
16 <ProjectConfiguration Include="Release|x64">
\r
17 <Configuration>Release</Configuration>
\r
18 <Platform>x64</Platform>
\r
19 </ProjectConfiguration>
\r
21 <PropertyGroup Label="Globals">
\r
22 <ProjectGuid>{4cefbc86-c215-11db-8314-0800200c9a66}</ProjectGuid>
\r
23 <RootNamespace>libFLAC++_static</RootNamespace>
\r
24 <Keyword>Win32Proj</Keyword>
\r
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
\r
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
\r
28 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
29 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
\r
32 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
33 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
\r
36 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
\r
39 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
42 <ImportGroup Label="ExtensionSettings">
\r
44 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
\r
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
\r
48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
\r
51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
\r
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
56 <PropertyGroup Label="UserMacros" />
\r
58 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
\r
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
\r
61 <OutDir>$(SolutionDir)objs\$(Configuration)\lib\</OutDir>
\r
63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
\r
64 <OutDir>$(SolutionDir)objs\$(Platform)\$(Configuration)\lib\</OutDir>
\r
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
\r
67 <OutDir>$(SolutionDir)objs\$(Configuration)\lib\</OutDir>
\r
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
\r
70 <OutDir>$(SolutionDir)objs\$(Platform)\$(Configuration)\lib\</OutDir>
\r
72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
\r
74 <Optimization>Disabled</Optimization>
\r
75 <AdditionalIncludeDirectories>.\include;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
76 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
77 <MinimalRebuild>true</MinimalRebuild>
\r
78 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
\r
79 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
\r
80 <WarningLevel>Level3</WarningLevel>
\r
81 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
\r
82 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
84 </ItemDefinitionGroup>
\r
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
\r
87 <Optimization>Disabled</Optimization>
\r
88 <AdditionalIncludeDirectories>.\include;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
89 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
90 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
\r
91 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
\r
92 <WarningLevel>Level3</WarningLevel>
\r
93 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
\r
94 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
96 </ItemDefinitionGroup>
\r
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
\r
99 <IntrinsicFunctions>true</IntrinsicFunctions>
\r
100 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
\r
101 <OmitFramePointers>true</OmitFramePointers>
\r
102 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
103 <AdditionalIncludeDirectories>.\include;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
104 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
105 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
\r
106 <BufferSecurityCheck>false</BufferSecurityCheck>
\r
107 <WarningLevel>Level3</WarningLevel>
\r
108 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
\r
109 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
111 </ItemDefinitionGroup>
\r
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
\r
114 <IntrinsicFunctions>true</IntrinsicFunctions>
\r
115 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
\r
116 <OmitFramePointers>true</OmitFramePointers>
\r
117 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
118 <AdditionalIncludeDirectories>.\include;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
119 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
120 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
\r
121 <BufferSecurityCheck>false</BufferSecurityCheck>
\r
122 <WarningLevel>Level3</WarningLevel>
\r
123 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
\r
124 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
126 </ItemDefinitionGroup>
\r
128 <ClCompile Include="metadata.cpp" />
\r
129 <ClCompile Include="stream_decoder.cpp" />
\r
130 <ClCompile Include="stream_encoder.cpp" />
\r
133 <ClInclude Include="..\..\include\FLAC++\all.h" />
\r
134 <ClInclude Include="..\..\include\FLAC++\decoder.h" />
\r
135 <ClInclude Include="..\..\include\FLAC++\encoder.h" />
\r
136 <ClInclude Include="..\..\include\FLAC++\export.h" />
\r
137 <ClInclude Include="..\..\include\FLAC++\metadata.h" />
\r
140 <ProjectReference Include="..\libFLAC\libFLAC_static.vcxproj">
\r
141 <Project>{4cefbc84-c215-11db-8314-0800200c9a66}</Project>
\r
142 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
143 </ProjectReference>
\r
144 <ProjectReference Include="..\share\win_utf8_io\win_utf8_io_static.vcxproj">
\r
145 <Project>{4cefbe02-c215-11db-8314-0800200c9a66}</Project>
\r
146 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
147 </ProjectReference>
\r
149 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
150 <ImportGroup Label="ExtensionTargets">
\r