comparison src/opusfile-0.9/win32/VS2015/seeking_example.vcxproj @ 69:7aeed7906520

Add Opus sources and macOS builds
author Chris Cannam
date Wed, 23 Jan 2019 13:48:08 +0000
parents
children
comparison
equal deleted inserted replaced
68:85d5306e114e 69:7aeed7906520
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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-NoHTTP|Win32">
13 <Configuration>Release-NoHTTP</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release-NoHTTP|x64">
17 <Configuration>Release-NoHTTP</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|Win32">
21 <Configuration>Release</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|x64">
25 <Configuration>Release</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 </ItemGroup>
29 <PropertyGroup Label="Globals">
30 <ProjectGuid>{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}</ProjectGuid>
31 <Keyword>Win32Proj</Keyword>
32 <RootNamespace>seeking_example</RootNamespace>
33 </PropertyGroup>
34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseDebugLibraries>true</UseDebugLibraries>
38 <CharacterSet>NotSet</CharacterSet>
39 <PlatformToolset>v140</PlatformToolset>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42 <ConfigurationType>Application</ConfigurationType>
43 <UseDebugLibraries>true</UseDebugLibraries>
44 <CharacterSet>NotSet</CharacterSet>
45 <PlatformToolset>v140</PlatformToolset>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
48 <ConfigurationType>Application</ConfigurationType>
49 <UseDebugLibraries>false</UseDebugLibraries>
50 <WholeProgramOptimization>true</WholeProgramOptimization>
51 <CharacterSet>NotSet</CharacterSet>
52 <PlatformToolset>v140</PlatformToolset>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'" Label="Configuration">
55 <ConfigurationType>Application</ConfigurationType>
56 <UseDebugLibraries>false</UseDebugLibraries>
57 <WholeProgramOptimization>true</WholeProgramOptimization>
58 <CharacterSet>NotSet</CharacterSet>
59 <PlatformToolset>v140</PlatformToolset>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
62 <ConfigurationType>Application</ConfigurationType>
63 <UseDebugLibraries>false</UseDebugLibraries>
64 <WholeProgramOptimization>true</WholeProgramOptimization>
65 <CharacterSet>NotSet</CharacterSet>
66 <PlatformToolset>v140</PlatformToolset>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'" Label="Configuration">
69 <ConfigurationType>Application</ConfigurationType>
70 <UseDebugLibraries>false</UseDebugLibraries>
71 <WholeProgramOptimization>true</WholeProgramOptimization>
72 <CharacterSet>NotSet</CharacterSet>
73 <PlatformToolset>v140</PlatformToolset>
74 </PropertyGroup>
75 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
76 <ImportGroup Label="ExtensionSettings">
77 </ImportGroup>
78 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80 </ImportGroup>
81 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
82 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83 </ImportGroup>
84 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86 </ImportGroup>
87 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'" Label="PropertySheets">
88 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89 </ImportGroup>
90 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
91 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92 </ImportGroup>
93 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'" Label="PropertySheets">
94 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95 </ImportGroup>
96 <PropertyGroup Label="UserMacros" />
97 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98 <LibraryPath>..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)</LibraryPath>
99 <OutDir>$(Platform)\$(Configuration)\</OutDir>
100 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
101 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
102 </PropertyGroup>
103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
104 <LibraryPath>..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)</LibraryPath>
105 <OutDir>$(Platform)\$(Configuration)\</OutDir>
106 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
107 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
108 </PropertyGroup>
109 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110 <LinkIncremental>false</LinkIncremental>
111 <LibraryPath>..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)</LibraryPath>
112 <OutDir>$(Platform)\$(Configuration)\</OutDir>
113 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
114 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
115 </PropertyGroup>
116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'">
117 <LinkIncremental>false</LinkIncremental>
118 <LibraryPath>..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath)</LibraryPath>
119 <OutDir>$(Platform)\$(Configuration)\</OutDir>
120 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
121 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
122 </PropertyGroup>
123 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
124 <LinkIncremental>false</LinkIncremental>
125 <LibraryPath>..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)</LibraryPath>
126 <OutDir>$(Platform)\$(Configuration)\</OutDir>
127 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
128 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
129 </PropertyGroup>
130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'">
131 <LinkIncremental>false</LinkIncremental>
132 <LibraryPath>..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath)</LibraryPath>
133 <OutDir>$(Platform)\$(Configuration)\</OutDir>
134 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
135 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
136 </PropertyGroup>
137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
138 <ClCompile>
139 <PrecompiledHeader>
140 </PrecompiledHeader>
141 <WarningLevel>Level3</WarningLevel>
142 <Optimization>Disabled</Optimization>
143 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
145 </ClCompile>
146 <Link>
147 <SubSystem>Console</SubSystem>
148 <GenerateDebugInformation>true</GenerateDebugInformation>
149 <AdditionalDependencies>libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
150 </Link>
151 </ItemDefinitionGroup>
152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
153 <ClCompile>
154 <PrecompiledHeader>
155 </PrecompiledHeader>
156 <WarningLevel>Level3</WarningLevel>
157 <Optimization>Disabled</Optimization>
158 <PreprocessorDefinitions>WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
159 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
160 </ClCompile>
161 <Link>
162 <SubSystem>Console</SubSystem>
163 <GenerateDebugInformation>true</GenerateDebugInformation>
164 <AdditionalDependencies>libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
165 </Link>
166 </ItemDefinitionGroup>
167 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
168 <ClCompile>
169 <WarningLevel>Level3</WarningLevel>
170 <PrecompiledHeader>
171 </PrecompiledHeader>
172 <Optimization>MaxSpeed</Optimization>
173 <FunctionLevelLinking>true</FunctionLevelLinking>
174 <IntrinsicFunctions>true</IntrinsicFunctions>
175 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
177 </ClCompile>
178 <Link>
179 <SubSystem>Console</SubSystem>
180 <GenerateDebugInformation>true</GenerateDebugInformation>
181 <EnableCOMDATFolding>true</EnableCOMDATFolding>
182 <OptimizeReferences>true</OptimizeReferences>
183 <AdditionalDependencies>libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
184 </Link>
185 </ItemDefinitionGroup>
186 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'">
187 <ClCompile>
188 <WarningLevel>Level3</WarningLevel>
189 <PrecompiledHeader>
190 </PrecompiledHeader>
191 <Optimization>MaxSpeed</Optimization>
192 <FunctionLevelLinking>true</FunctionLevelLinking>
193 <IntrinsicFunctions>true</IntrinsicFunctions>
194 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
195 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
196 </ClCompile>
197 <Link>
198 <SubSystem>Console</SubSystem>
199 <GenerateDebugInformation>true</GenerateDebugInformation>
200 <EnableCOMDATFolding>true</EnableCOMDATFolding>
201 <OptimizeReferences>true</OptimizeReferences>
202 <AdditionalDependencies>libogg_static.lib;opus.lib;%(AdditionalDependencies)</AdditionalDependencies>
203 </Link>
204 </ItemDefinitionGroup>
205 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
206 <ClCompile>
207 <WarningLevel>Level3</WarningLevel>
208 <PrecompiledHeader>
209 </PrecompiledHeader>
210 <Optimization>MaxSpeed</Optimization>
211 <FunctionLevelLinking>true</FunctionLevelLinking>
212 <IntrinsicFunctions>true</IntrinsicFunctions>
213 <PreprocessorDefinitions>WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
215 </ClCompile>
216 <Link>
217 <SubSystem>Console</SubSystem>
218 <GenerateDebugInformation>true</GenerateDebugInformation>
219 <EnableCOMDATFolding>true</EnableCOMDATFolding>
220 <OptimizeReferences>true</OptimizeReferences>
221 <AdditionalDependencies>libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
222 </Link>
223 </ItemDefinitionGroup>
224 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'">
225 <ClCompile>
226 <WarningLevel>Level3</WarningLevel>
227 <PrecompiledHeader>
228 </PrecompiledHeader>
229 <Optimization>MaxSpeed</Optimization>
230 <FunctionLevelLinking>true</FunctionLevelLinking>
231 <IntrinsicFunctions>true</IntrinsicFunctions>
232 <PreprocessorDefinitions>WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
234 </ClCompile>
235 <Link>
236 <SubSystem>Console</SubSystem>
237 <GenerateDebugInformation>true</GenerateDebugInformation>
238 <EnableCOMDATFolding>true</EnableCOMDATFolding>
239 <OptimizeReferences>true</OptimizeReferences>
240 <AdditionalDependencies>libogg_static.lib;opus.lib;%(AdditionalDependencies)</AdditionalDependencies>
241 </Link>
242 </ItemDefinitionGroup>
243 <ItemGroup>
244 <ClCompile Include="..\..\examples\seeking_example.c" />
245 <ClCompile Include="..\..\examples\win32utf8.c" />
246 </ItemGroup>
247 <ItemGroup>
248 <ProjectReference Include="opusfile.vcxproj">
249 <Project>{1a4b5203-52eb-4805-9511-84b1bd094fca}</Project>
250 </ProjectReference>
251 </ItemGroup>
252 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
253 <ImportGroup Label="ExtensionTargets">
254 </ImportGroup>
255 </Project>