]> git.tdb.fi Git - ext/vorbisfile.git/blob - win32/VS2010/libvorbisfile/libvorbisfile_static.vcxproj
Import libvorbis 1.3.7 sources
[ext/vorbisfile.git] / win32 / VS2010 / libvorbisfile / libvorbisfile_static.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectName>libvorbisfile</ProjectName>
23     <ProjectGuid>{CEBDE98B-A6AA-46E6-BC79-FAAF823DB9EC}</ProjectGuid>
24     <RootNamespace>libvorbisfile</RootNamespace>
25     <Keyword>Win32Proj</Keyword>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>StaticLibrary</ConfigurationType>
30     <CharacterSet>Unicode</CharacterSet>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>StaticLibrary</ConfigurationType>
34     <CharacterSet>Unicode</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>StaticLibrary</ConfigurationType>
38     <CharacterSet>Unicode</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>StaticLibrary</ConfigurationType>
42     <CharacterSet>Unicode</CharacterSet>
43   </PropertyGroup>
44   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
45   <ImportGroup Label="ExtensionSettings">
46   </ImportGroup>
47   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
48     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
49     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
50     <Import Project="..\libogg.props" />
51   </ImportGroup>
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
55     <Import Project="..\libogg.props" />
56   </ImportGroup>
57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
60     <Import Project="..\libogg.props" />
61   </ImportGroup>
62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
65     <Import Project="..\libogg.props" />
66   </ImportGroup>
67   <PropertyGroup Label="UserMacros" />
68   <PropertyGroup>
69     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
70     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
71     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
74     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
75     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
76     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
77     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
78   </PropertyGroup>
79   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80     <ClCompile>
81       <Optimization>Disabled</Optimization>
82       <AdditionalIncludeDirectories>..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
83       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84       <MinimalRebuild>true</MinimalRebuild>
85       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
86       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
87       <PrecompiledHeader>
88       </PrecompiledHeader>
89       <WarningLevel>Level3</WarningLevel>
90       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
91       <CallingConvention>Cdecl</CallingConvention>
92     </ClCompile>
93     <Lib>
94       <OutputFile>$(OutDir)$(ProjectName)_static.lib</OutputFile>
95     </Lib>
96   </ItemDefinitionGroup>
97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98     <Midl>
99       <TargetEnvironment>X64</TargetEnvironment>
100     </Midl>
101     <ClCompile>
102       <Optimization>Disabled</Optimization>
103       <AdditionalIncludeDirectories>..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
104       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105       <MinimalRebuild>true</MinimalRebuild>
106       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
107       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
108       <PrecompiledHeader>
109       </PrecompiledHeader>
110       <WarningLevel>Level3</WarningLevel>
111       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
112       <CallingConvention>Cdecl</CallingConvention>
113     </ClCompile>
114     <Lib>
115       <OutputFile>$(OutDir)$(ProjectName)_static.lib</OutputFile>
116     </Lib>
117   </ItemDefinitionGroup>
118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119     <ClCompile>
120       <AdditionalIncludeDirectories>..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
121       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
123       <PrecompiledHeader>
124       </PrecompiledHeader>
125       <WarningLevel>Level3</WarningLevel>
126       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
127       <CallingConvention>Cdecl</CallingConvention>
128     </ClCompile>
129     <Lib>
130       <OutputFile>$(OutDir)$(ProjectName)_static.lib</OutputFile>
131     </Lib>
132   </ItemDefinitionGroup>
133   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
134     <Midl>
135       <TargetEnvironment>X64</TargetEnvironment>
136     </Midl>
137     <ClCompile>
138       <AdditionalIncludeDirectories>..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
139       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
141       <PrecompiledHeader>
142       </PrecompiledHeader>
143       <WarningLevel>Level3</WarningLevel>
144       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
145       <CallingConvention>Cdecl</CallingConvention>
146     </ClCompile>
147     <Lib>
148       <OutputFile>$(OutDir)$(ProjectName)_static.lib</OutputFile>
149     </Lib>
150   </ItemDefinitionGroup>
151   <ItemGroup>
152     <ClCompile Include="..\..\..\lib\vorbisfile.c" />
153   </ItemGroup>
154   <ItemGroup>
155     <ClInclude Include="..\..\..\include\vorbis\vorbisfile.h" />
156   </ItemGroup>
157   <ItemGroup>
158     <ProjectReference Include="..\libvorbis\libvorbis_static.vcxproj">
159       <Project>{3a214e06-b95e-4d61-a291-1f8df2ec10fd}</Project>
160     </ProjectReference>
161   </ItemGroup>
162   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
163   <ImportGroup Label="ExtensionTargets">
164   </ImportGroup>
165 </Project>