comparison src/opusfile-0.9/win32/VS2015/opusfile.vcxproj @ 154:4664ac0c1032

Add Opus sources and macOS builds
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 23 Jan 2019 13:48:08 +0000
parents
children
comparison
equal deleted inserted replaced
153:84bc3a5ec321 154:4664ac0c1032
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 <ItemGroup>
30 <ClInclude Include="..\..\src\internal.h" />
31 <ClInclude Include="..\..\src\winerrno.h" />
32 </ItemGroup>
33 <ItemGroup>
34 <ClCompile Include="..\..\src\http.c" />
35 <ClCompile Include="..\..\src\info.c" />
36 <ClCompile Include="..\..\src\internal.c" />
37 <ClCompile Include="..\..\src\opusfile.c" />
38 <ClCompile Include="..\..\src\stream.c" />
39 <ClCompile Include="..\..\src\wincerts.c" />
40 </ItemGroup>
41 <PropertyGroup Label="Globals">
42 <ProjectGuid>{1A4B5203-52EB-4805-9511-84B1BD094FCA}</ProjectGuid>
43 <Keyword>Win32Proj</Keyword>
44 <RootNamespace>opusfile</RootNamespace>
45 </PropertyGroup>
46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
48 <ConfigurationType>StaticLibrary</ConfigurationType>
49 <UseDebugLibraries>true</UseDebugLibraries>
50 <CharacterSet>NotSet</CharacterSet>
51 <PlatformToolset>v140</PlatformToolset>
52 </PropertyGroup>
53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
54 <ConfigurationType>StaticLibrary</ConfigurationType>
55 <UseDebugLibraries>true</UseDebugLibraries>
56 <CharacterSet>NotSet</CharacterSet>
57 <PlatformToolset>v140</PlatformToolset>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
60 <ConfigurationType>StaticLibrary</ConfigurationType>
61 <UseDebugLibraries>false</UseDebugLibraries>
62 <WholeProgramOptimization>true</WholeProgramOptimization>
63 <CharacterSet>NotSet</CharacterSet>
64 <PlatformToolset>v140</PlatformToolset>
65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'" Label="Configuration">
67 <ConfigurationType>StaticLibrary</ConfigurationType>
68 <UseDebugLibraries>false</UseDebugLibraries>
69 <WholeProgramOptimization>true</WholeProgramOptimization>
70 <CharacterSet>NotSet</CharacterSet>
71 <PlatformToolset>v140</PlatformToolset>
72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
74 <ConfigurationType>StaticLibrary</ConfigurationType>
75 <UseDebugLibraries>false</UseDebugLibraries>
76 <WholeProgramOptimization>true</WholeProgramOptimization>
77 <CharacterSet>NotSet</CharacterSet>
78 <PlatformToolset>v140</PlatformToolset>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'" Label="Configuration">
81 <ConfigurationType>StaticLibrary</ConfigurationType>
82 <UseDebugLibraries>false</UseDebugLibraries>
83 <WholeProgramOptimization>true</WholeProgramOptimization>
84 <CharacterSet>NotSet</CharacterSet>
85 <PlatformToolset>v140</PlatformToolset>
86 </PropertyGroup>
87 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
88 <ImportGroup Label="ExtensionSettings">
89 </ImportGroup>
90 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
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)'=='Debug|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 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
98 </ImportGroup>
99 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'" Label="PropertySheets">
100 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
101 </ImportGroup>
102 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
103 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
104 </ImportGroup>
105 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'" Label="PropertySheets">
106 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107 </ImportGroup>
108 <PropertyGroup Label="UserMacros" />
109 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
110 <OutDir>$(Platform)\$(Configuration)\</OutDir>
111 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
112 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
113 </PropertyGroup>
114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115 <OutDir>$(Platform)\$(Configuration)\</OutDir>
116 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
117 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
118 </PropertyGroup>
119 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120 <OutDir>$(Platform)\$(Configuration)\</OutDir>
121 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
122 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
123 </PropertyGroup>
124 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'">
125 <OutDir>$(Platform)\$(Configuration)\</OutDir>
126 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
127 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
128 </PropertyGroup>
129 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
130 <OutDir>$(Platform)\$(Configuration)\</OutDir>
131 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
132 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)</IncludePath>
133 </PropertyGroup>
134 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'">
135 <OutDir>$(Platform)\$(Configuration)\</OutDir>
136 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
137 <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
138 </PropertyGroup>
139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
140 <ClCompile>
141 <PrecompiledHeader>
142 </PrecompiledHeader>
143 <WarningLevel>Level3</WarningLevel>
144 <Optimization>Disabled</Optimization>
145 <PreprocessorDefinitions>WIN32;OP_ENABLE_HTTP;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
147 </ClCompile>
148 <Link>
149 <SubSystem>Windows</SubSystem>
150 <GenerateDebugInformation>true</GenerateDebugInformation>
151 </Link>
152 </ItemDefinitionGroup>
153 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
154 <ClCompile>
155 <PrecompiledHeader>
156 </PrecompiledHeader>
157 <WarningLevel>Level3</WarningLevel>
158 <Optimization>Disabled</Optimization>
159 <PreprocessorDefinitions>WIN32;OP_ENABLE_HTTP;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
161 </ClCompile>
162 <Link>
163 <SubSystem>Windows</SubSystem>
164 <GenerateDebugInformation>true</GenerateDebugInformation>
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;OP_ENABLE_HTTP;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
177 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
178 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
179 <OmitFramePointers>true</OmitFramePointers>
180 <FloatingPointModel>Fast</FloatingPointModel>
181 </ClCompile>
182 <Link>
183 <SubSystem>Windows</SubSystem>
184 <GenerateDebugInformation>true</GenerateDebugInformation>
185 <EnableCOMDATFolding>true</EnableCOMDATFolding>
186 <OptimizeReferences>true</OptimizeReferences>
187 </Link>
188 </ItemDefinitionGroup>
189 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|Win32'">
190 <ClCompile>
191 <WarningLevel>Level3</WarningLevel>
192 <PrecompiledHeader>
193 </PrecompiledHeader>
194 <Optimization>MaxSpeed</Optimization>
195 <FunctionLevelLinking>true</FunctionLevelLinking>
196 <IntrinsicFunctions>true</IntrinsicFunctions>
197 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
199 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
200 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
201 <OmitFramePointers>true</OmitFramePointers>
202 <FloatingPointModel>Fast</FloatingPointModel>
203 </ClCompile>
204 <Link>
205 <SubSystem>Windows</SubSystem>
206 <GenerateDebugInformation>true</GenerateDebugInformation>
207 <EnableCOMDATFolding>true</EnableCOMDATFolding>
208 <OptimizeReferences>true</OptimizeReferences>
209 </Link>
210 </ItemDefinitionGroup>
211 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
212 <ClCompile>
213 <WarningLevel>Level3</WarningLevel>
214 <PrecompiledHeader>
215 </PrecompiledHeader>
216 <Optimization>MaxSpeed</Optimization>
217 <FunctionLevelLinking>true</FunctionLevelLinking>
218 <IntrinsicFunctions>true</IntrinsicFunctions>
219 <PreprocessorDefinitions>WIN32;OP_ENABLE_HTTP;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
221 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
222 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
223 <OmitFramePointers>true</OmitFramePointers>
224 <FloatingPointModel>Fast</FloatingPointModel>
225 </ClCompile>
226 <Link>
227 <SubSystem>Windows</SubSystem>
228 <GenerateDebugInformation>true</GenerateDebugInformation>
229 <EnableCOMDATFolding>true</EnableCOMDATFolding>
230 <OptimizeReferences>true</OptimizeReferences>
231 </Link>
232 </ItemDefinitionGroup>
233 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-NoHTTP|x64'">
234 <ClCompile>
235 <WarningLevel>Level3</WarningLevel>
236 <PrecompiledHeader>
237 </PrecompiledHeader>
238 <Optimization>MaxSpeed</Optimization>
239 <FunctionLevelLinking>true</FunctionLevelLinking>
240 <IntrinsicFunctions>true</IntrinsicFunctions>
241 <PreprocessorDefinitions>WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
242 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
243 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
244 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
245 <OmitFramePointers>true</OmitFramePointers>
246 <FloatingPointModel>Fast</FloatingPointModel>
247 </ClCompile>
248 <Link>
249 <SubSystem>Windows</SubSystem>
250 <GenerateDebugInformation>true</GenerateDebugInformation>
251 <EnableCOMDATFolding>true</EnableCOMDATFolding>
252 <OptimizeReferences>true</OptimizeReferences>
253 </Link>
254 </ItemDefinitionGroup>
255 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
256 <ImportGroup Label="ExtensionTargets">
257 </ImportGroup>
258 </Project>