From 8359f2d21055f1179f0af2f6295d496d30b64db4 Mon Sep 17 00:00:00 2001 From: Rye Mutt Date: Fri, 11 Sep 2020 12:10:45 -0400 Subject: [PATCH] Add VS2019 SLN files --- libogg/win32/VS2019/libogg.sln | 38 +++ libogg/win32/VS2019/libogg.vcxproj | 296 ++++++++++++++++++ libogg/win32/VS2019/libogg.vcxproj.filters | 41 +++ libvorbis/win32/VS2019/README | 16 + libvorbis/win32/VS2019/libogg.props | 22 ++ .../libvorbis/libvorbis_dynamic.vcxproj | 290 +++++++++++++++++ .../VS2019/libvorbis/libvorbis_static.vcxproj | 235 ++++++++++++++ .../vorbisenc/vorbisenc_dynamic.vcxproj | 221 +++++++++++++ .../VS2019/vorbisenc/vorbisenc_static.vcxproj | 217 +++++++++++++ 9 files changed, 1376 insertions(+) create mode 100644 libogg/win32/VS2019/libogg.sln create mode 100644 libogg/win32/VS2019/libogg.vcxproj create mode 100644 libogg/win32/VS2019/libogg.vcxproj.filters create mode 100644 libvorbis/win32/VS2019/README create mode 100644 libvorbis/win32/VS2019/libogg.props create mode 100644 libvorbis/win32/VS2019/libvorbis/libvorbis_dynamic.vcxproj create mode 100644 libvorbis/win32/VS2019/libvorbis/libvorbis_static.vcxproj create mode 100644 libvorbis/win32/VS2019/vorbisenc/vorbisenc_dynamic.vcxproj create mode 100644 libvorbis/win32/VS2019/vorbisenc/vorbisenc_static.vcxproj diff --git a/libogg/win32/VS2019/libogg.sln b/libogg/win32/VS2019/libogg.sln new file mode 100644 index 0000000..e19789a --- /dev/null +++ b/libogg/win32/VS2019/libogg.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcxproj", "{AFF27A26-C088-444B-BC2A-0BA94A02AFA7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|Win32 = Debug|Win32 + DebugDLL|x64 = DebugDLL|x64 + DebugDLL|Win32 = DebugDLL|Win32 + Release|x64 = Release|x64 + Release|Win32 = Release|Win32 + ReleaseDLL|x64 = ReleaseDLL|x64 + ReleaseDLL|Win32 = ReleaseDLL|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x64.ActiveCfg = Debug|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x64.Build.0 = Debug|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|Win32.ActiveCfg = Debug|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|Win32.Build.0 = Debug|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|Win32.Build.0 = DebugDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x64.ActiveCfg = Release|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x64.Build.0 = Release|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|Win32.ActiveCfg = Release|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|Win32.Build.0 = Release|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/libogg/win32/VS2019/libogg.vcxproj b/libogg/win32/VS2019/libogg.vcxproj new file mode 100644 index 0000000..7ffffbe --- /dev/null +++ b/libogg/win32/VS2019/libogg.vcxproj @@ -0,0 +1,296 @@ + + + + + DebugDLL + Win32 + + + DebugDLL + x64 + + + Debug + Win32 + + + ReleaseDLL + Win32 + + + ReleaseDLL + x64 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7} + libogg + 10.0 + + + + StaticLibrary + true + v142 + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + DynamicLibrary + true + v142 + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + StaticLibrary + false + v142 + true + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + DynamicLibrary + false + v142 + true + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + StaticLibrary + true + v142 + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + DynamicLibrary + true + v142 + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + StaticLibrary + false + v142 + true + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + DynamicLibrary + false + v142 + true + MultiByte + $(SolutionDir)$(PlatformName)\$(Configuration)\ + $(PlatformName)\$(Configuration)\ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + false + true + true + Disabled + MultiThreadedDebug + Level4 + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + false + true + Disabled + Level4 + + + $(SolutionDir)..\ogg.def + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + false + true + true + Disabled + MultiThreadedDebug + Level4 + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + false + true + Disabled + Level4 + + + $(SolutionDir)..\ogg.def + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + true + true + false + true + true + MaxSpeed + NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + Level4 + + + true + true + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + true + true + false + true + MaxSpeed + NDEBUG;%(PreprocessorDefinitions) + Level4 + + + true + $(SolutionDir)..\ogg.def + true + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + true + true + false + true + true + MaxSpeed + NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + Level4 + + + true + true + + + + + $(SolutionDir)..\..\include;%(AdditionalIncludeDirectories) + false + true + 4244;%(DisableSpecificWarnings) + true + true + false + true + MaxSpeed + NDEBUG;%(PreprocessorDefinitions) + Level4 + + + true + $(SolutionDir)..\ogg.def + true + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libogg/win32/VS2019/libogg.vcxproj.filters b/libogg/win32/VS2019/libogg.vcxproj.filters new file mode 100644 index 0000000..76b1f4e --- /dev/null +++ b/libogg/win32/VS2019/libogg.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;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 + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + \ No newline at end of file diff --git a/libvorbis/win32/VS2019/README b/libvorbis/win32/VS2019/README new file mode 100644 index 0000000..69489a1 --- /dev/null +++ b/libvorbis/win32/VS2019/README @@ -0,0 +1,16 @@ +libvorbis has libogg as a dependency, you need to have libogg +compiled beforehand. + +Lets say you have libogg and libvorbis in the same directory: + +libogg-1.3.2 +libvorbis-1.4.0 + +Because there is no automatic library detection you have to, +either: + +1. Rename libogg-1.3.2 to libogg. + +2. Open libogg.props with a text editor (even notepad.exe +will suffice) and see if LIBOGG_VERSION is set to the correct +version, in this case "1.3.2". diff --git a/libvorbis/win32/VS2019/libogg.props b/libvorbis/win32/VS2019/libogg.props new file mode 100644 index 0000000..37e986e --- /dev/null +++ b/libvorbis/win32/VS2019/libogg.props @@ -0,0 +1,22 @@ + + + + 1.3.4 + + + <_ProjectFileVersion>10.0.30319.1 + + + + ..\..\..\..\libogg-$(LIBOGG_VERSION)\include;..\..\..\..\libogg\include;..\..\..\..\..\..\..\core\ogg\libogg\include;%(AdditionalIncludeDirectories) + + + ..\..\..\..\libogg-$(LIBOGG_VERSION)\win32\VS2019\$(PlatformName)\$(ConfigurationName);..\..\..\..\libogg\win32\VS2019\$(PlatformName)\$(ConfigurationName);..\..\..\..\..\..\..\core\ogg\libogg\win32\VS2019\$(PlatformName)\$(ConfigurationName) + + + + + $(LIBOGG_VERSION) + + + diff --git a/libvorbis/win32/VS2019/libvorbis/libvorbis_dynamic.vcxproj b/libvorbis/win32/VS2019/libvorbis/libvorbis_dynamic.vcxproj new file mode 100644 index 0000000..c401ee3 --- /dev/null +++ b/libvorbis/win32/VS2019/libvorbis/libvorbis_dynamic.vcxproj @@ -0,0 +1,290 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + libvorbis + {3A214E06-B95E-4D61-A291-1F8DF2EC10FD} + libvorbis + Win32Proj + + + + DynamicLibrary + Unicode + true + v142 + + + DynamicLibrary + Unicode + v142 + + + DynamicLibrary + Unicode + true + v142 + + + DynamicLibrary + Unicode + v142 + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + EditAndContinue + CompileAsC + Cdecl + + + libogg.lib;%(AdditionalDependencies) + $(OutDir)libvorbis.dll + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + ..\..\vorbis.def + true + $(OutDir)libvorbis.pdb + Windows + $(OutDir)libvorbis.lib + MachineX86 + + + + + X64 + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + libogg.lib;%(AdditionalDependencies) + $(OutDir)libvorbis.dll + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + ..\..\vorbis.def + true + $(OutDir)libvorbis.pdb + Windows + $(OutDir)libvorbis.lib + MachineX64 + + + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + 4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings) + Cdecl + + + libogg.lib;%(AdditionalDependencies) + $(OutDir)libvorbis.dll + ..\..\..\..\libogg\win32\VS2019\$(Platform)\ReleaseDLL;%(AdditionalLibraryDirectories) + ..\..\vorbis.def + false + Windows + true + true + $(OutDir)libvorbis.lib + MachineX86 + + + + + X64 + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + 4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings) + Cdecl + + + libogg.lib;%(AdditionalDependencies) + $(OutDir)libvorbis.dll + ..\..\..\..\libogg\win32\VS2019\$(Platform)\ReleaseDLL;%(AdditionalLibraryDirectories) + ..\..\vorbis.def + false + Windows + true + true + $(OutDir)libvorbis.lib + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libvorbis/win32/VS2019/libvorbis/libvorbis_static.vcxproj b/libvorbis/win32/VS2019/libvorbis/libvorbis_static.vcxproj new file mode 100644 index 0000000..18a1b15 --- /dev/null +++ b/libvorbis/win32/VS2019/libvorbis/libvorbis_static.vcxproj @@ -0,0 +1,235 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3A214E06-B95E-4D61-A291-1F8DF2EC10FD} + libvorbis + Win32Proj + + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + EditAndContinue + CompileAsC + Cdecl + + + + + X64 + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + 4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings) + Cdecl + + + + + X64 + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + 4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings) + Cdecl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libvorbis/win32/VS2019/vorbisenc/vorbisenc_dynamic.vcxproj b/libvorbis/win32/VS2019/vorbisenc/vorbisenc_dynamic.vcxproj new file mode 100644 index 0000000..2093034 --- /dev/null +++ b/libvorbis/win32/VS2019/vorbisenc/vorbisenc_dynamic.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + vorbisenc + {E48B6A8B-F7FE-4DA8-8248-E64DBAC4F56C} + Win32Proj + + + + Application + Unicode + true + v142 + + + Application + Unicode + v142 + + + Application + Unicode + true + v142 + + + Application + Unicode + v142 + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + EditAndContinue + CompileAsC + Cdecl + + + libogg.lib;libvorbis.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + true + $(OutDir)vorbisenc.pdb + Console + MachineX86 + + + + + X64 + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + libogg.lib;libvorbis.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + true + $(OutDir)vorbisenc.pdb + Console + MachineX64 + + + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + libogg.lib;libvorbis.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + false + Console + true + true + MachineX86 + + + + + X64 + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + libogg.lib;libvorbis.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + false + Console + true + true + MachineX64 + + + + + + + + {3a214e06-b95e-4d61-a291-1f8df2ec10fd} + + + + + + \ No newline at end of file diff --git a/libvorbis/win32/VS2019/vorbisenc/vorbisenc_static.vcxproj b/libvorbis/win32/VS2019/vorbisenc/vorbisenc_static.vcxproj new file mode 100644 index 0000000..065ed56 --- /dev/null +++ b/libvorbis/win32/VS2019/vorbisenc/vorbisenc_static.vcxproj @@ -0,0 +1,217 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + vorbisenc + {E48B6A8B-F7FE-4DA8-8248-E64DBAC4F56C} + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + EditAndContinue + CompileAsC + Cdecl + + + libogg.lib;libvorbis_static.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc_static.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + true + $(OutDir)vorbisenc.pdb + Console + MachineX86 + + + + + X64 + + + Disabled + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + libogg.lib;libvorbis_static.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc_static.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + true + $(OutDir)vorbisenc.pdb + Console + MachineX64 + + + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + libogg.lib;libvorbis_static.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc_static.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + false + Console + true + true + MachineX86 + + + + + X64 + + + Full + AnySuitable + true + Speed + ..\..\..\include;..\..\..\..\libogg\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + + + Level4 + ProgramDatabase + CompileAsC + Cdecl + + + libogg.lib;libvorbis_static.lib;%(AdditionalDependencies) + $(OutDir)vorbisenc_static.exe + ..\..\..\..\libogg\win32\VS2010\$(Platform)\$(Configuration);..\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) + false + Console + true + true + MachineX64 + + + + + + + + {3a214e06-b95e-4d61-a291-1f8df2ec10fd} + + + + + + -- GitLab