From ecf2e04765e0c96da516535199ee2eb1b79f740b Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Sun, 13 Aug 2017 16:53:38 +0200 Subject: [PATCH 1/3] VS Files update --- win32/VS2015/opusfile.sln | 72 +- win32/VS2015/opusfile.vcxproj | 401 +++++++++++ win32/VS2015/opusfile_example.vcxproj | 412 +++++++++++ win32/VS2015/seeking_example.vcxproj | 396 ++++++++++ win32/VS2017/opusfile.sln | 132 ++++ win32/VS2017/opusfile.vcxproj | 659 +++++++++++++++++ win32/VS2017/opusfile.vcxproj.filters | 45 ++ win32/VS2017/opusfile_example.vcxproj | 675 ++++++++++++++++++ win32/VS2017/opusfile_example.vcxproj.filters | 25 + win32/VS2017/seeking_example.vcxproj | 651 +++++++++++++++++ win32/VS2017/seeking_example.vcxproj.filters | 25 + win32/opusfile.def | 72 ++ 12 files changed, 3563 insertions(+), 2 deletions(-) create mode 100644 win32/VS2017/opusfile.sln create mode 100644 win32/VS2017/opusfile.vcxproj create mode 100644 win32/VS2017/opusfile.vcxproj.filters create mode 100644 win32/VS2017/opusfile_example.vcxproj create mode 100644 win32/VS2017/opusfile_example.vcxproj.filters create mode 100644 win32/VS2017/seeking_example.vcxproj create mode 100644 win32/VS2017/seeking_example.vcxproj.filters create mode 100644 win32/opusfile.def diff --git a/win32/VS2015/opusfile.sln b/win32/VS2015/opusfile.sln index c80d22f..b97fc79 100644 --- a/win32/VS2015/opusfile.sln +++ b/win32/VS2015/opusfile.sln @@ -1,8 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opusfile", "opusfile.vcxproj", "{1A4B5203-52EB-4805-9511-84B1BD094FCA}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opusfile_example", "opusfile_example.vcxproj", "{5B354509-E328-439E-B79D-D8DD7F7FF8E3}" @@ -13,8 +11,18 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 + DebugDLL|Win32 = DebugDLL|Win32 + DebugDLL|x64 = DebugDLL|x64 + DebugDLL-NoHTTP|Win32 = DebugDLL-NoHTTP|Win32 + DebugDLL-NoHTTP|x64 = DebugDLL-NoHTTP|x64 + Debug-NoHTTP|Win32 = Debug-NoHTTP|Win32 + Debug-NoHTTP|x64 = Debug-NoHTTP|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 + ReleaseDLL|Win32 = ReleaseDLL|Win32 + ReleaseDLL|x64 = ReleaseDLL|x64 + ReleaseDLL-NoHTTP|Win32 = ReleaseDLL-NoHTTP|Win32 + ReleaseDLL-NoHTTP|x64 = ReleaseDLL-NoHTTP|x64 Release-NoHTTP|Win32 = Release-NoHTTP|Win32 Release-NoHTTP|x64 = Release-NoHTTP|x64 EndGlobalSection @@ -23,10 +31,30 @@ Global {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|Win32.Build.0 = Debug|Win32 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|x64.ActiveCfg = Debug|x64 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|x64.Build.0 = Debug|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|Win32.ActiveCfg = Release|Win32 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|Win32.Build.0 = Release|Win32 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.ActiveCfg = Release|x64 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.Build.0 = Release|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 @@ -35,10 +63,30 @@ Global {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|Win32.Build.0 = Debug|Win32 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|x64.ActiveCfg = Debug|x64 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|x64.Build.0 = Debug|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|Win32.ActiveCfg = Release|Win32 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|Win32.Build.0 = Release|Win32 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.ActiveCfg = Release|x64 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.Build.0 = Release|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 @@ -47,10 +95,30 @@ Global {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|Win32.Build.0 = Debug|Win32 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|x64.ActiveCfg = Debug|x64 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|x64.Build.0 = Debug|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|Win32.ActiveCfg = Release|Win32 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|Win32.Build.0 = Release|Win32 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.ActiveCfg = Release|x64 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.Build.0 = Release|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 diff --git a/win32/VS2015/opusfile.vcxproj b/win32/VS2015/opusfile.vcxproj index 413ab5f..f2c6d37 100644 --- a/win32/VS2015/opusfile.vcxproj +++ b/win32/VS2015/opusfile.vcxproj @@ -1,6 +1,30 @@  + + Debug-NoHTTP + Win32 + + + Debug-NoHTTP + x64 + + + DebugDLL-NoHTTP + Win32 + + + DebugDLL-NoHTTP + x64 + + + DebugDLL + Win32 + + + DebugDLL + x64 + Debug Win32 @@ -17,6 +41,22 @@ Release-NoHTTP x64 + + ReleaseDLL-NoHTTP + Win32 + + + ReleaseDLL-NoHTTP + x64 + + + ReleaseDLL + Win32 + + + ReleaseDLL + x64 + Release Win32 @@ -42,6 +82,7 @@ {1A4B5203-52EB-4805-9511-84B1BD094FCA} Win32Proj opusfile + 8.1 @@ -50,12 +91,48 @@ NotSet v140 + + DynamicLibrary + true + NotSet + v140 + + + StaticLibrary + true + NotSet + v140 + + + DynamicLibrary + true + NotSet + v140 + StaticLibrary true NotSet v140 + + DynamicLibrary + true + NotSet + v140 + + + StaticLibrary + true + NotSet + v140 + + + DynamicLibrary + true + NotSet + v140 + StaticLibrary false @@ -63,6 +140,13 @@ NotSet v140 + + DynamicLibrary + false + true + NotSet + v140 + StaticLibrary false @@ -70,6 +154,13 @@ NotSet v140 + + DynamicLibrary + false + true + NotSet + v140 + StaticLibrary false @@ -77,6 +168,13 @@ NotSet v140 + + DynamicLibrary + false + true + NotSet + v140 + StaticLibrary false @@ -84,58 +182,153 @@ NotSet v140 + + DynamicLibrary + false + true + NotSet + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + @@ -144,12 +337,63 @@ Disabled WIN32;OP_ENABLE_HTTP;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;OP_ENABLE_HTTP;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + ..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Windows true + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + ..\opusfile.def + ..\..\..\ogg\win32\VS2015\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2015\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + @@ -158,10 +402,61 @@ Disabled WIN32;OP_ENABLE_HTTP;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;OP_ENABLE_HTTP;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Windows true + ..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + ..\opusfile.def + ..\..\..\ogg\win32\VS2015\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2015\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) @@ -178,12 +473,38 @@ Speed true Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;OP_ENABLE_HTTP;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Windows true true true + ..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) @@ -200,6 +521,7 @@ Speed true Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Windows @@ -208,6 +530,32 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + ..\opusfile.def + ..\..\..\ogg\win32\VS2015\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2015\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + Level3 @@ -222,6 +570,7 @@ Speed true Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Windows @@ -230,6 +579,31 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;OP_ENABLE_HTTP;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + ..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + Level3 @@ -244,12 +618,39 @@ Speed true Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Windows true true true + ..\opusfile.def + ..\..\..\ogg\win32\VS2015\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2015\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) diff --git a/win32/VS2015/opusfile_example.vcxproj b/win32/VS2015/opusfile_example.vcxproj index b054287..d0843df 100644 --- a/win32/VS2015/opusfile_example.vcxproj +++ b/win32/VS2015/opusfile_example.vcxproj @@ -1,6 +1,30 @@  + + Debug-NoHTTP + Win32 + + + Debug-NoHTTP + x64 + + + DebugDLL-NoHTTP + Win32 + + + DebugDLL-NoHTTP + x64 + + + DebugDLL + Win32 + + + DebugDLL + x64 + Debug Win32 @@ -17,6 +41,22 @@ Release-NoHTTP x64 + + ReleaseDLL-NoHTTP + Win32 + + + ReleaseDLL-NoHTTP + x64 + + + ReleaseDLL + Win32 + + + ReleaseDLL + x64 + Release Win32 @@ -38,12 +78,48 @@ Unicode v140 + + Application + true + Unicode + v140 + + + Application + true + Unicode + v140 + + + Application + true + Unicode + v140 + Application true Unicode v140 + + Application + true + Unicode + v140 + + + Application + true + Unicode + v140 + + + Application + true + Unicode + v140 + Application false @@ -51,6 +127,13 @@ Unicode v140 + + Application + false + true + Unicode + v140 + Application false @@ -58,6 +141,13 @@ Unicode v140 + + Application + false + true + Unicode + v140 + Application false @@ -65,6 +155,13 @@ Unicode v140 + + Application + false + true + Unicode + v140 + Application false @@ -72,27 +169,64 @@ Unicode v140 + + Application + false + true + Unicode + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) @@ -100,12 +234,48 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) @@ -113,6 +283,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) @@ -120,6 +297,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) @@ -127,6 +311,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) @@ -134,6 +325,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + @@ -142,11 +340,66 @@ Disabled WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Debug\;..\..\..\opus\win32\VS2015\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2015\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + + @@ -157,11 +410,66 @@ Disabled WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Debug\;..\..\..\opus\win32\VS2015\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2015\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + + @@ -176,6 +484,7 @@ MultiThreaded AnySuitable Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -183,6 +492,30 @@ true true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) @@ -197,6 +530,7 @@ MultiThreaded AnySuitable Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -204,6 +538,32 @@ true true libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Release\;..\..\..\opus\win32\VS2015\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2015\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + + @@ -218,6 +578,7 @@ MultiThreaded AnySuitable Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -225,6 +586,30 @@ true true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) @@ -239,6 +624,7 @@ MultiThreaded AnySuitable Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -246,6 +632,32 @@ true true libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Release\;..\..\..\opus\win32\VS2015\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2015\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + + diff --git a/win32/VS2015/seeking_example.vcxproj b/win32/VS2015/seeking_example.vcxproj index 4b2dbcb..ed3541d 100644 --- a/win32/VS2015/seeking_example.vcxproj +++ b/win32/VS2015/seeking_example.vcxproj @@ -1,6 +1,30 @@  + + Debug-NoHTTP + Win32 + + + Debug-NoHTTP + x64 + + + DebugDLL-NoHTTP + Win32 + + + DebugDLL-NoHTTP + x64 + + + DebugDLL + Win32 + + + DebugDLL + x64 + Debug Win32 @@ -17,6 +41,22 @@ Release-NoHTTP x64 + + ReleaseDLL-NoHTTP + Win32 + + + ReleaseDLL-NoHTTP + x64 + + + ReleaseDLL + Win32 + + + ReleaseDLL + x64 + Release Win32 @@ -38,12 +78,48 @@ NotSet v140 + + Application + true + NotSet + v140 + + + Application + true + NotSet + v140 + + + Application + true + NotSet + v140 + Application true NotSet v140 + + Application + true + NotSet + v140 + + + Application + true + NotSet + v140 + + + Application + true + NotSet + v140 + Application false @@ -51,6 +127,13 @@ NotSet v140 + + Application + false + true + NotSet + v140 + Application false @@ -58,6 +141,13 @@ NotSet v140 + + Application + false + true + NotSet + v140 + Application false @@ -65,6 +155,13 @@ NotSet v140 + + Application + false + true + NotSet + v140 + Application false @@ -72,27 +169,64 @@ NotSet v140 + + Application + false + true + NotSet + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) @@ -100,12 +234,48 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) @@ -113,6 +283,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) @@ -120,6 +297,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) @@ -127,6 +311,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + false ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) @@ -134,6 +325,13 @@ $(Platform)\$(Configuration)\$(ProjectName)\ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + false + ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + @@ -142,11 +340,64 @@ Disabled WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Debug\;..\..\..\opus\win32\VS2015\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2015\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) @@ -157,11 +408,64 @@ Disabled WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Debug\;..\..\..\opus\win32\VS2015\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2015\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) @@ -174,6 +478,7 @@ true WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -181,6 +486,28 @@ true true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) @@ -193,6 +520,7 @@ true WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -200,6 +528,28 @@ true true libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Release\;..\..\..\opus\win32\VS2015\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2015\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) @@ -212,6 +562,7 @@ true WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -219,6 +570,28 @@ true true libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) @@ -231,6 +604,7 @@ true WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) Console @@ -238,6 +612,28 @@ true true libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\Release\;..\..\..\opus\win32\VS2015\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2015\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) diff --git a/win32/VS2017/opusfile.sln b/win32/VS2017/opusfile.sln new file mode 100644 index 0000000..5e35000 --- /dev/null +++ b/win32/VS2017/opusfile.sln @@ -0,0 +1,132 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.16 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opusfile", "opusfile.vcxproj", "{1A4B5203-52EB-4805-9511-84B1BD094FCA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opusfile_example", "opusfile_example.vcxproj", "{5B354509-E328-439E-B79D-D8DD7F7FF8E3}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "seeking_example", "seeking_example.vcxproj", "{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + DebugDLL|Win32 = DebugDLL|Win32 + DebugDLL|x64 = DebugDLL|x64 + DebugDLL-NoHTTP|Win32 = DebugDLL-NoHTTP|Win32 + DebugDLL-NoHTTP|x64 = DebugDLL-NoHTTP|x64 + Debug-NoHTTP|Win32 = Debug-NoHTTP|Win32 + Debug-NoHTTP|x64 = Debug-NoHTTP|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + ReleaseDLL|Win32 = ReleaseDLL|Win32 + ReleaseDLL|x64 = ReleaseDLL|x64 + ReleaseDLL-NoHTTP|Win32 = ReleaseDLL-NoHTTP|Win32 + ReleaseDLL-NoHTTP|x64 = ReleaseDLL-NoHTTP|x64 + Release-NoHTTP|Win32 = Release-NoHTTP|Win32 + Release-NoHTTP|x64 = Release-NoHTTP|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|Win32.ActiveCfg = Debug|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|Win32.Build.0 = Debug|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|x64.ActiveCfg = Debug|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|x64.Build.0 = Debug|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|Win32.ActiveCfg = Release|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|Win32.Build.0 = Release|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.ActiveCfg = Release|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.Build.0 = Release|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 + {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|Win32.ActiveCfg = Debug|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|Win32.Build.0 = Debug|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|x64.ActiveCfg = Debug|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|x64.Build.0 = Debug|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|Win32.ActiveCfg = Release|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|Win32.Build.0 = Release|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.ActiveCfg = Release|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.Build.0 = Release|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 + {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|Win32.ActiveCfg = Debug|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|Win32.Build.0 = Debug|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|x64.ActiveCfg = Debug|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|x64.Build.0 = Debug|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|Win32.ActiveCfg = Release|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|Win32.Build.0 = Release|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.ActiveCfg = Release|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.Build.0 = Release|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/win32/VS2017/opusfile.vcxproj b/win32/VS2017/opusfile.vcxproj new file mode 100644 index 0000000..c2e4604 --- /dev/null +++ b/win32/VS2017/opusfile.vcxproj @@ -0,0 +1,659 @@ + + + + + Debug-NoHTTP + Win32 + + + Debug-NoHTTP + x64 + + + DebugDLL-NoHTTP + Win32 + + + DebugDLL-NoHTTP + x64 + + + DebugDLL + Win32 + + + DebugDLL + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release-NoHTTP + Win32 + + + Release-NoHTTP + x64 + + + ReleaseDLL-NoHTTP + Win32 + + + ReleaseDLL-NoHTTP + x64 + + + ReleaseDLL + Win32 + + + ReleaseDLL + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + {1A4B5203-52EB-4805-9511-84B1BD094FCA} + Win32Proj + opusfile + 8.1 + + + + StaticLibrary + true + NotSet + v141 + + + DynamicLibrary + true + NotSet + v141 + + + StaticLibrary + true + NotSet + v141 + + + DynamicLibrary + true + NotSet + v141 + + + StaticLibrary + true + NotSet + v141 + + + DynamicLibrary + true + NotSet + v141 + + + StaticLibrary + true + NotSet + v141 + + + DynamicLibrary + true + NotSet + v141 + + + StaticLibrary + false + true + NotSet + v141 + + + DynamicLibrary + false + true + NotSet + v141 + + + StaticLibrary + false + true + NotSet + v141 + + + DynamicLibrary + false + true + NotSet + v141 + + + StaticLibrary + false + true + NotSet + v141 + + + DynamicLibrary + false + true + NotSet + v141 + + + StaticLibrary + false + true + NotSet + v141 + + + DynamicLibrary + false + true + NotSet + v141 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + .dll + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + .dll + + + + + + Level3 + Disabled + WIN32;OP_ENABLE_HTTP;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;OP_ENABLE_HTTP;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + ..\opusfile.def + ..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;OP_ENABLE_HTTP;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;OP_ENABLE_HTTP;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + ..\opusfile.def + ..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;OP_ENABLE_HTTP;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;OP_ENABLE_HTTP;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + ..\opusfile.def + ..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;OP_ENABLE_HTTP;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;OP_ENABLE_HTTP;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + true + Fast + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + ..\opusfile.def + ..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + libogg.lib;opus.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/win32/VS2017/opusfile.vcxproj.filters b/win32/VS2017/opusfile.vcxproj.filters new file mode 100644 index 0000000..35f826a --- /dev/null +++ b/win32/VS2017/opusfile.vcxproj.filters @@ -0,0 +1,45 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/win32/VS2017/opusfile_example.vcxproj b/win32/VS2017/opusfile_example.vcxproj new file mode 100644 index 0000000..7e125cb --- /dev/null +++ b/win32/VS2017/opusfile_example.vcxproj @@ -0,0 +1,675 @@ + + + + + Debug-NoHTTP + Win32 + + + Debug-NoHTTP + x64 + + + DebugDLL-NoHTTP + Win32 + + + DebugDLL-NoHTTP + x64 + + + DebugDLL + Win32 + + + DebugDLL + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release-NoHTTP + Win32 + + + Release-NoHTTP + x64 + + + ReleaseDLL-NoHTTP + Win32 + + + ReleaseDLL-NoHTTP + x64 + + + ReleaseDLL + Win32 + + + ReleaseDLL + x64 + + + Release + Win32 + + + Release + x64 + + + + {5B354509-E328-439E-B79D-D8DD7F7FF8E3} + Win32Proj + opusfile_example + + + + Application + true + Unicode + v141 + + + Application + true + Unicode + v141 + + + Application + true + Unicode + v141 + + + Application + true + Unicode + v141 + + + Application + true + Unicode + v141 + + + Application + true + Unicode + v141 + + + Application + true + Unicode + v141 + + + Application + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + Application + false + true + Unicode + v141 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + + + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + AnySuitable + Speed + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + + + + + + + + + + + {1a4b5203-52eb-4805-9511-84b1bd094fca} + + + + + + \ No newline at end of file diff --git a/win32/VS2017/opusfile_example.vcxproj.filters b/win32/VS2017/opusfile_example.vcxproj.filters new file mode 100644 index 0000000..e78b530 --- /dev/null +++ b/win32/VS2017/opusfile_example.vcxproj.filters @@ -0,0 +1,25 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + diff --git a/win32/VS2017/seeking_example.vcxproj b/win32/VS2017/seeking_example.vcxproj new file mode 100644 index 0000000..020f8f8 --- /dev/null +++ b/win32/VS2017/seeking_example.vcxproj @@ -0,0 +1,651 @@ + + + + + Debug-NoHTTP + Win32 + + + Debug-NoHTTP + x64 + + + DebugDLL-NoHTTP + Win32 + + + DebugDLL-NoHTTP + x64 + + + DebugDLL + Win32 + + + DebugDLL + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release-NoHTTP + Win32 + + + Release-NoHTTP + x64 + + + ReleaseDLL-NoHTTP + Win32 + + + ReleaseDLL-NoHTTP + x64 + + + ReleaseDLL + Win32 + + + ReleaseDLL + x64 + + + Release + Win32 + + + Release + x64 + + + + {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C} + Win32Proj + seeking_example + + + + Application + true + NotSet + v141 + + + Application + true + NotSet + v141 + + + Application + true + NotSet + v141 + + + Application + true + NotSet + v141 + + + Application + true + NotSet + v141 + + + Application + true + NotSet + v141 + + + Application + true + NotSet + v141 + + + Application + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + Application + false + true + NotSet + v141 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + false + ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) + + + + + + + Level3 + Disabled + WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg_static.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + libogg.lib;opus.lib;%(AdditionalDependencies) + $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) + + + + + + + + + {1a4b5203-52eb-4805-9511-84b1bd094fca} + + + + + + \ No newline at end of file diff --git a/win32/VS2017/seeking_example.vcxproj.filters b/win32/VS2017/seeking_example.vcxproj.filters new file mode 100644 index 0000000..c921c4e --- /dev/null +++ b/win32/VS2017/seeking_example.vcxproj.filters @@ -0,0 +1,25 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + diff --git a/win32/opusfile.def b/win32/opusfile.def new file mode 100644 index 0000000..f6aaf62 --- /dev/null +++ b/win32/opusfile.def @@ -0,0 +1,72 @@ +; $Id$ +; +; opusfile.def +; +LIBRARY +EXPORTS +; +opus_head_parse +opus_granule_sample +opus_tags_parse +opus_tags_copy +opus_tags_init +opus_tags_add +opus_tags_add_comment +opus_tags_set_binary_suffix +opus_tags_query +opus_tags_query_count +opus_tags_get_binary_suffix +opus_tags_get_album_gain +opus_tags_get_track_gain +opus_tags_clear +opus_tagcompare +opus_tagncompare +opus_picture_tag_parse +opus_picture_tag_init +opus_picture_tag_clear +; +opus_server_info_init +opus_server_info_clear +; +op_fopen +op_fdopen +op_freopen +op_mem_stream_create +op_url_stream_vcreate +op_url_stream_create +op_test +op_open_file +op_open_memory +op_vopen_url +op_open_url +op_open_callbacks +op_test_file +op_test_memory +op_vtest_url +op_test_url +op_test_callbacks +op_test_open +op_free +op_seekable +op_link_count +op_serialno +op_channel_count +op_raw_total +op_pcm_total +op_head +op_tags +op_current_link +op_bitrate +op_bitrate_instant +op_raw_tell +op_pcm_tell +op_raw_seek +op_pcm_seek +op_set_decode_callback +op_set_gain_offset +op_set_dither_enabled +op_read +op_read_float +op_read_stereo +op_read_float_stereo + From 284f2987988f15af5bc16fa0ef5b084b9f93b884 Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Sun, 13 Aug 2017 18:20:05 +0200 Subject: [PATCH 2/3] No need for VS2017 --- win32/VS2017/opusfile.sln | 132 ---- win32/VS2017/opusfile.vcxproj | 659 ----------------- win32/VS2017/opusfile.vcxproj.filters | 45 -- win32/VS2017/opusfile_example.vcxproj | 675 ------------------ win32/VS2017/opusfile_example.vcxproj.filters | 25 - win32/VS2017/seeking_example.vcxproj | 651 ----------------- win32/VS2017/seeking_example.vcxproj.filters | 25 - 7 files changed, 2212 deletions(-) delete mode 100644 win32/VS2017/opusfile.sln delete mode 100644 win32/VS2017/opusfile.vcxproj delete mode 100644 win32/VS2017/opusfile.vcxproj.filters delete mode 100644 win32/VS2017/opusfile_example.vcxproj delete mode 100644 win32/VS2017/opusfile_example.vcxproj.filters delete mode 100644 win32/VS2017/seeking_example.vcxproj delete mode 100644 win32/VS2017/seeking_example.vcxproj.filters diff --git a/win32/VS2017/opusfile.sln b/win32/VS2017/opusfile.sln deleted file mode 100644 index 5e35000..0000000 --- a/win32/VS2017/opusfile.sln +++ /dev/null @@ -1,132 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26430.16 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opusfile", "opusfile.vcxproj", "{1A4B5203-52EB-4805-9511-84B1BD094FCA}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opusfile_example", "opusfile_example.vcxproj", "{5B354509-E328-439E-B79D-D8DD7F7FF8E3}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "seeking_example", "seeking_example.vcxproj", "{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - DebugDLL|Win32 = DebugDLL|Win32 - DebugDLL|x64 = DebugDLL|x64 - DebugDLL-NoHTTP|Win32 = DebugDLL-NoHTTP|Win32 - DebugDLL-NoHTTP|x64 = DebugDLL-NoHTTP|x64 - Debug-NoHTTP|Win32 = Debug-NoHTTP|Win32 - Debug-NoHTTP|x64 = Debug-NoHTTP|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - ReleaseDLL|Win32 = ReleaseDLL|Win32 - ReleaseDLL|x64 = ReleaseDLL|x64 - ReleaseDLL-NoHTTP|Win32 = ReleaseDLL-NoHTTP|Win32 - ReleaseDLL-NoHTTP|x64 = ReleaseDLL-NoHTTP|x64 - Release-NoHTTP|Win32 = Release-NoHTTP|Win32 - Release-NoHTTP|x64 = Release-NoHTTP|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|Win32.ActiveCfg = Debug|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|Win32.Build.0 = Debug|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|x64.ActiveCfg = Debug|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|x64.Build.0 = Debug|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL|x64.Build.0 = DebugDLL|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|Win32.ActiveCfg = Release|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|Win32.Build.0 = Release|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.ActiveCfg = Release|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.Build.0 = Release|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 - {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|Win32.ActiveCfg = Debug|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|Win32.Build.0 = Debug|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|x64.ActiveCfg = Debug|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|x64.Build.0 = Debug|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL|x64.Build.0 = DebugDLL|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|Win32.ActiveCfg = Release|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|Win32.Build.0 = Release|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.ActiveCfg = Release|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.Build.0 = Release|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 - {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|Win32.Build.0 = Debug|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|x64.ActiveCfg = Debug|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|x64.Build.0 = Debug|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL|x64.Build.0 = DebugDLL|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|Win32.ActiveCfg = DebugDLL-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|Win32.Build.0 = DebugDLL-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|x64.ActiveCfg = DebugDLL-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.DebugDLL-NoHTTP|x64.Build.0 = DebugDLL-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|Win32.ActiveCfg = Debug-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|Win32.Build.0 = Debug-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|x64.ActiveCfg = Debug-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug-NoHTTP|x64.Build.0 = Debug-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|Win32.ActiveCfg = Release|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|Win32.Build.0 = Release|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.ActiveCfg = Release|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.Build.0 = Release|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|Win32.ActiveCfg = ReleaseDLL-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|Win32.Build.0 = ReleaseDLL-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|x64.ActiveCfg = ReleaseDLL-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.ReleaseDLL-NoHTTP|x64.Build.0 = ReleaseDLL-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64 - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/win32/VS2017/opusfile.vcxproj b/win32/VS2017/opusfile.vcxproj deleted file mode 100644 index c2e4604..0000000 --- a/win32/VS2017/opusfile.vcxproj +++ /dev/null @@ -1,659 +0,0 @@ - - - - - Debug-NoHTTP - Win32 - - - Debug-NoHTTP - x64 - - - DebugDLL-NoHTTP - Win32 - - - DebugDLL-NoHTTP - x64 - - - DebugDLL - Win32 - - - DebugDLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release-NoHTTP - Win32 - - - Release-NoHTTP - x64 - - - ReleaseDLL-NoHTTP - Win32 - - - ReleaseDLL-NoHTTP - x64 - - - ReleaseDLL - Win32 - - - ReleaseDLL - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - {1A4B5203-52EB-4805-9511-84B1BD094FCA} - Win32Proj - opusfile - 8.1 - - - - StaticLibrary - true - NotSet - v141 - - - DynamicLibrary - true - NotSet - v141 - - - StaticLibrary - true - NotSet - v141 - - - DynamicLibrary - true - NotSet - v141 - - - StaticLibrary - true - NotSet - v141 - - - DynamicLibrary - true - NotSet - v141 - - - StaticLibrary - true - NotSet - v141 - - - DynamicLibrary - true - NotSet - v141 - - - StaticLibrary - false - true - NotSet - v141 - - - DynamicLibrary - false - true - NotSet - v141 - - - StaticLibrary - false - true - NotSet - v141 - - - DynamicLibrary - false - true - NotSet - v141 - - - StaticLibrary - false - true - NotSet - v141 - - - DynamicLibrary - false - true - NotSet - v141 - - - StaticLibrary - false - true - NotSet - v141 - - - DynamicLibrary - false - true - NotSet - v141 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - .dll - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - .dll - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - .dll - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - .dll - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - .dll - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - .dll - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - .dll - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - .dll - - - - - - Level3 - Disabled - WIN32;OP_ENABLE_HTTP;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - - - - - - - Level3 - Disabled - WIN32;OP_ENABLE_HTTP;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - ..\opusfile.def - ..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - - - Level3 - Disabled - WIN32;OP_ENABLE_HTTP;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - - - - - - - Level3 - Disabled - WIN32;OP_ENABLE_HTTP;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - ..\opusfile.def - ..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;OP_ENABLE_HTTP;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;OP_ENABLE_HTTP;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - ..\opusfile.def - ..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;OP_ENABLE_HTTP;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;OP_ENABLE_HTTP;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - ..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - true - Fast - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Windows - true - true - true - ..\opusfile.def - ..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) - libogg.lib;opus.lib;%(AdditionalDependencies) - - - - - - \ No newline at end of file diff --git a/win32/VS2017/opusfile.vcxproj.filters b/win32/VS2017/opusfile.vcxproj.filters deleted file mode 100644 index 35f826a..0000000 --- a/win32/VS2017/opusfile.vcxproj.filters +++ /dev/null @@ -1,45 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/win32/VS2017/opusfile_example.vcxproj b/win32/VS2017/opusfile_example.vcxproj deleted file mode 100644 index 7e125cb..0000000 --- a/win32/VS2017/opusfile_example.vcxproj +++ /dev/null @@ -1,675 +0,0 @@ - - - - - Debug-NoHTTP - Win32 - - - Debug-NoHTTP - x64 - - - DebugDLL-NoHTTP - Win32 - - - DebugDLL-NoHTTP - x64 - - - DebugDLL - Win32 - - - DebugDLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release-NoHTTP - Win32 - - - Release-NoHTTP - x64 - - - ReleaseDLL-NoHTTP - Win32 - - - ReleaseDLL-NoHTTP - x64 - - - ReleaseDLL - Win32 - - - ReleaseDLL - x64 - - - Release - Win32 - - - Release - x64 - - - - {5B354509-E328-439E-B79D-D8DD7F7FF8E3} - Win32Proj - opusfile_example - - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) - - - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - AnySuitable - Speed - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) - - - - - - - - - - - {1a4b5203-52eb-4805-9511-84b1bd094fca} - - - - - - \ No newline at end of file diff --git a/win32/VS2017/opusfile_example.vcxproj.filters b/win32/VS2017/opusfile_example.vcxproj.filters deleted file mode 100644 index e78b530..0000000 --- a/win32/VS2017/opusfile_example.vcxproj.filters +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - diff --git a/win32/VS2017/seeking_example.vcxproj b/win32/VS2017/seeking_example.vcxproj deleted file mode 100644 index 020f8f8..0000000 --- a/win32/VS2017/seeking_example.vcxproj +++ /dev/null @@ -1,651 +0,0 @@ - - - - - Debug-NoHTTP - Win32 - - - Debug-NoHTTP - x64 - - - DebugDLL-NoHTTP - Win32 - - - DebugDLL-NoHTTP - x64 - - - DebugDLL - Win32 - - - DebugDLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release-NoHTTP - Win32 - - - Release-NoHTTP - x64 - - - ReleaseDLL-NoHTTP - Win32 - - - ReleaseDLL-NoHTTP - x64 - - - ReleaseDLL - Win32 - - - ReleaseDLL - x64 - - - Release - Win32 - - - Release - x64 - - - - {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C} - Win32Proj - seeking_example - - - - Application - true - NotSet - v141 - - - Application - true - NotSet - v141 - - - Application - true - NotSet - v141 - - - Application - true - NotSet - v141 - - - Application - true - NotSet - v141 - - - Application - true - NotSet - v141 - - - Application - true - NotSet - v141 - - - Application - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - Application - false - true - NotSet - v141 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - false - ..\..\..\opus\win32\VS2017\$(Platform)\Release;..\..\..\ogg\win32\VS2017\$(Platform)\Release;$(LibraryPath) - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\$(ProjectName)\ - ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath) - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Debug\;..\..\..\opus\win32\VS2017\$(Platform)\Debug\;%(AdditionalLibraryDirectories) - - - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\DebugDLL\;..\..\..\opus\win32\VS2017\$(Platform)\DebugDLL\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\$(Configuration)\;..\..\..\opus\win32\VS2017\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg_static.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\Release\;..\..\..\opus\win32\VS2017\$(Platform)\Release\;%(AdditionalLibraryDirectories) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - ..\..\include;..\..\..\ogg\include;..\..\..\opus\include;%(AdditionalIncludeDirectories) - - - Console - true - true - true - libogg.lib;opus.lib;%(AdditionalDependencies) - $(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2017\$(Platform)\ReleaseDLL\;..\..\..\opus\win32\VS2017\$(Platform)\ReleaseDLL\;%(AdditionalLibraryDirectories) - - - - - - - - - {1a4b5203-52eb-4805-9511-84b1bd094fca} - - - - - - \ No newline at end of file diff --git a/win32/VS2017/seeking_example.vcxproj.filters b/win32/VS2017/seeking_example.vcxproj.filters deleted file mode 100644 index c921c4e..0000000 --- a/win32/VS2017/seeking_example.vcxproj.filters +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - From 943b235de865709c472f2d8e6f8ad705400c1974 Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Sun, 13 Aug 2017 18:33:07 +0200 Subject: [PATCH 3/3] Added libogg properties --- win32/VS2015/libogg.props | 22 ++++++++++++++++++++++ win32/VS2015/opusfile.vcxproj | 16 ++++++++++++++++ win32/VS2015/opusfile_example.vcxproj | 16 ++++++++++++++++ win32/VS2015/seeking_example.vcxproj | 16 ++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 win32/VS2015/libogg.props diff --git a/win32/VS2015/libogg.props b/win32/VS2015/libogg.props new file mode 100644 index 0000000..c83512e --- /dev/null +++ b/win32/VS2015/libogg.props @@ -0,0 +1,22 @@ + + + + 1.3.2 + + + <_ProjectFileVersion>10.0.30319.1 + + + + ..\..\..\..\libogg-$(LIBOGG_VERSION)\include;..\..\..\..\libogg\include;..\..\..\..\..\..\..\core\ogg\libogg\include;%(AdditionalIncludeDirectories) + + + ..\..\..\..\libogg-$(LIBOGG_VERSION)\win32\VS2015\$(PlatformName)\$(ConfigurationName);..\..\..\..\libogg\win32\VS2015\$(PlatformName)\$(ConfigurationName);..\..\..\..\..\..\..\core\ogg\libogg\win32\VS2015\$(PlatformName)\$(ConfigurationName) + + + + + $(LIBOGG_VERSION) + + + diff --git a/win32/VS2015/opusfile.vcxproj b/win32/VS2015/opusfile.vcxproj index f2c6d37..43a2e90 100644 --- a/win32/VS2015/opusfile.vcxproj +++ b/win32/VS2015/opusfile.vcxproj @@ -194,51 +194,67 @@ + + + + + + + + + + + + + + + + diff --git a/win32/VS2015/opusfile_example.vcxproj b/win32/VS2015/opusfile_example.vcxproj index d0843df..89359be 100644 --- a/win32/VS2015/opusfile_example.vcxproj +++ b/win32/VS2015/opusfile_example.vcxproj @@ -181,51 +181,67 @@ + + + + + + + + + + + + + + + + diff --git a/win32/VS2015/seeking_example.vcxproj b/win32/VS2015/seeking_example.vcxproj index ed3541d..323c286 100644 --- a/win32/VS2015/seeking_example.vcxproj +++ b/win32/VS2015/seeking_example.vcxproj @@ -181,51 +181,67 @@ + + + + + + + + + + + + + + + +