dep: Remove tinyxml2

No longer needed.
This commit is contained in:
Stenzek 2023-08-19 22:54:18 +10:00
parent d0cddc2a23
commit 1a70c2b4de
8 changed files with 0 additions and 5364 deletions

View file

@ -14,7 +14,6 @@ add_subdirectory(imgui)
add_subdirectory(simpleini)
add_subdirectory(vulkan)
add_subdirectory(soundtouch)
add_subdirectory(tinyxml2)
add_subdirectory(googletest)
add_subdirectory(cpuinfo)
add_subdirectory(fast_float)

View file

@ -1,8 +0,0 @@
set(SRCS
include/tinyxml2.h
src/tinyxml2.cpp
)
add_library(tinyxml2 ${SRCS})
target_include_directories(tinyxml2 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")

View file

@ -1,18 +0,0 @@
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software for any
purpose, including commercial applications, and to alter it and
redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must
not claim that you wrote the original software. If you use this
software in a product, an acknowledgment in the product documentation
would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and
must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\msvc\vsprops\Configurations.props" />
<ItemGroup>
<ClInclude Include="include\tinyxml2.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\tinyxml2.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{933118A9-68C5-47B4-B151-B03C93961623}</ProjectGuid>
</PropertyGroup>
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="..\msvc\vsprops\Targets.props" />
</Project>

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="include\tinyxml2.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\tinyxml2.cpp" />
</ItemGroup>
</Project>

View file

@ -17,8 +17,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "dep\stb\stb.vcxproj"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simpleini", "dep\simpleini\simpleini.vcxproj", "{3773F4CC-614E-4028-8595-22E08CA649E3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "dep\tinyxml2\tinyxml2.vcxproj", "{933118A9-68C5-47B4-B151-B03C93961623}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "duckstation-qt", "src\duckstation-qt\duckstation-qt.vcxproj", "{28F14272-0EC4-41BB-849F-182ADB81AF70}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cubeb", "dep\cubeb\cubeb.vcxproj", "{72F9423C-91EE-4487-AAC6-555ED6F61AA1}"
@ -231,30 +229,6 @@ Global
{3773F4CC-614E-4028-8595-22E08CA649E3}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{3773F4CC-614E-4028-8595-22E08CA649E3}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{3773F4CC-614E-4028-8595-22E08CA649E3}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.Debug|ARM64.ActiveCfg = Debug|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.Debug|ARM64.Build.0 = Debug|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.Debug|x64.ActiveCfg = Debug|x64
{933118A9-68C5-47B4-B151-B03C93961623}.Debug|x64.Build.0 = Debug|x64
{933118A9-68C5-47B4-B151-B03C93961623}.Debug|x86.ActiveCfg = Debug|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.Debug|x86.Build.0 = Debug|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.DebugFast|ARM64.ActiveCfg = DebugFast|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.DebugFast|ARM64.Build.0 = DebugFast|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.DebugFast|x64.ActiveCfg = DebugFast|x64
{933118A9-68C5-47B4-B151-B03C93961623}.DebugFast|x64.Build.0 = DebugFast|x64
{933118A9-68C5-47B4-B151-B03C93961623}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.DebugFast|x86.Build.0 = DebugFast|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.Release|ARM64.ActiveCfg = Release|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.Release|ARM64.Build.0 = Release|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.Release|x64.ActiveCfg = Release|x64
{933118A9-68C5-47B4-B151-B03C93961623}.Release|x64.Build.0 = Release|x64
{933118A9-68C5-47B4-B151-B03C93961623}.Release|x86.ActiveCfg = Release|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.Release|x86.Build.0 = Release|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.ReleaseLTCG|ARM64.ActiveCfg = ReleaseLTCG|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.ReleaseLTCG|ARM64.Build.0 = ReleaseLTCG|ARM64
{933118A9-68C5-47B4-B151-B03C93961623}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{933118A9-68C5-47B4-B151-B03C93961623}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{933118A9-68C5-47B4-B151-B03C93961623}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{933118A9-68C5-47B4-B151-B03C93961623}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{28F14272-0EC4-41BB-849F-182ADB81AF70}.Debug|ARM64.ActiveCfg = Debug|ARM64
{28F14272-0EC4-41BB-849F-182ADB81AF70}.Debug|ARM64.Build.0 = Debug|ARM64
{28F14272-0EC4-41BB-849F-182ADB81AF70}.Debug|x64.ActiveCfg = Debug|x64
@ -856,7 +830,6 @@ Global
{BB08260F-6FBC-46AF-8924-090EE71360C6} = {BA490C0E-497D-4634-A21E-E65012006385}
{ED601289-AC1A-46B8-A8ED-17DB9EB73423} = {BA490C0E-497D-4634-A21E-E65012006385}
{3773F4CC-614E-4028-8595-22E08CA649E3} = {BA490C0E-497D-4634-A21E-E65012006385}
{933118A9-68C5-47B4-B151-B03C93961623} = {BA490C0E-497D-4634-A21E-E65012006385}
{72F9423C-91EE-4487-AAC6-555ED6F61AA1} = {BA490C0E-497D-4634-A21E-E65012006385}
{8BDA439C-6358-45FB-9994-2FF083BABE06} = {BA490C0E-497D-4634-A21E-E65012006385}
{7FF9FDB9-D504-47DB-A16A-B08071999620} = {BA490C0E-497D-4634-A21E-E65012006385}