comparison src/opusfile-0.9/win32/VS2015/opusfile_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>{5B354509-E328-439E-B79D-D8DD7F7FF8E3}</ProjectGuid>
31 <Keyword>Win32Proj</Keyword>
32 <RootNamespace>opusfile_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>Unicode</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>Unicode</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>Unicode</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>Unicode</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>Unicode</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>Unicode</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 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
178 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
179 </ClCompile>
180 <Link>
181 <SubSystem>Console</SubSystem>
182 <GenerateDebugInformation>true</GenerateDebugInformation>
183 <EnableCOMDATFolding>true</EnableCOMDATFolding>
184 <OptimizeReferences>true</OptimizeReferences>
185 <AdditionalDependencies>libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
186 </Link>
187 </ItemDefinitionGroup>
188 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'">
189 <ClCompile>
190 <WarningLevel>Level3</WarningLevel>
191 <PrecompiledHeader>
192 </PrecompiledHeader>
193 <Optimization>MaxSpeed</Optimization>
194 <FunctionLevelLinking>true</FunctionLevelLinking>
195 <IntrinsicFunctions>true</IntrinsicFunctions>
196 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
197 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
198 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
199 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
200 </ClCompile>
201 <Link>
202 <SubSystem>Console</SubSystem>
203 <GenerateDebugInformation>true</GenerateDebugInformation>
204 <EnableCOMDATFolding>true</EnableCOMDATFolding>
205 <OptimizeReferences>true</OptimizeReferences>
206 <AdditionalDependencies>libogg_static.lib;opus.lib;%(AdditionalDependencies)</AdditionalDependencies>
207 </Link>
208 </ItemDefinitionGroup>
209 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
210 <ClCompile>
211 <WarningLevel>Level3</WarningLevel>
212 <PrecompiledHeader>
213 </PrecompiledHeader>
214 <Optimization>MaxSpeed</Optimization>
215 <FunctionLevelLinking>true</FunctionLevelLinking>
216 <IntrinsicFunctions>true</IntrinsicFunctions>
217 <PreprocessorDefinitions>WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
218 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
219 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
220 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
221 </ClCompile>
222 <Link>
223 <SubSystem>Console</SubSystem>
224 <GenerateDebugInformation>true</GenerateDebugInformation>
225 <EnableCOMDATFolding>true</EnableCOMDATFolding>
226 <OptimizeReferences>true</OptimizeReferences>
227 <AdditionalDependencies>libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
228 </Link>
229 </ItemDefinitionGroup>
230 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'">
231 <ClCompile>
232 <WarningLevel>Level3</WarningLevel>
233 <PrecompiledHeader>
234 </PrecompiledHeader>
235 <Optimization>MaxSpeed</Optimization>
236 <FunctionLevelLinking>true</FunctionLevelLinking>
237 <IntrinsicFunctions>true</IntrinsicFunctions>
238 <PreprocessorDefinitions>WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
240 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
241 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
242 </ClCompile>
243 <Link>
244 <SubSystem>Console</SubSystem>
245 <GenerateDebugInformation>true</GenerateDebugInformation>
246 <EnableCOMDATFolding>true</EnableCOMDATFolding>
247 <OptimizeReferences>true</OptimizeReferences>
248 <AdditionalDependencies>libogg_static.lib;opus.lib;%(AdditionalDependencies)</AdditionalDependencies>
249 </Link>
250 </ItemDefinitionGroup>
251 <ItemGroup>
252 <ClCompile Include="..\..\examples\opusfile_example.c" />
253 <ClCompile Include="..\..\examples\win32utf8.c" />
254 </ItemGroup>
255 <ItemGroup>
256 <ProjectReference Include="opusfile.vcxproj">
257 <Project>{1a4b5203-52eb-4805-9511-84b1bd094fca}</Project>
258 </ProjectReference>
259 </ItemGroup>
260 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
261 <ImportGroup Label="ExtensionTargets">
262 </ImportGroup>
263 </Project>