summaryrefslogtreecommitdiff
path: root/Externals/cpp-optparse
diff options
context:
space:
mode:
authorOatmealDome <OatmealDome@users.noreply.github.com>2026-07-24 22:28:25 -0400
committerGitHub <noreply@github.com>2026-07-24 22:28:25 -0400
commit707d3c7a732634ad8d522bd27e52b075f54ac4f3 (patch)
treec40fa1fe84e6cc216da5ec17614a74c1b7a8caa2 /Externals/cpp-optparse
parentd6e803e63d7a809fcafb4e39c79bdf4aabb49c79 (diff)
parentc1261e74060e9938678f2c0472c8e87196c2b496 (diff)
Merge pull request #14475 from JoshuaVandaele/cmake-replaces-vs
CMake: Replace the Visual Studio project
Diffstat (limited to 'Externals/cpp-optparse')
-rw-r--r--Externals/cpp-optparse/cpp-optparse.vcxproj27
-rw-r--r--Externals/cpp-optparse/exports.props13
2 files changed, 0 insertions, 40 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj
deleted file mode 100644
index ffe0dfd4c9..0000000000
--- a/Externals/cpp-optparse/cpp-optparse.vcxproj
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project>
- <Import Project="..\..\Source\VSProps\Base.Macros.props" />
- <Import Project="$(VSPropsDir)Base.Targets.props" />
- <PropertyGroup Label="Globals">
- <ProjectGuid>{C636D9D1-82FE-42B5-9987-63B7D4836341}</ProjectGuid>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings" />
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(VSPropsDir)Base.props" />
- <Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <ItemGroup>
- <ClCompile Include="cpp-optparse\OptionParser.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="cpp-optparse\OptionParser.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project> \ No newline at end of file
diff --git a/Externals/cpp-optparse/exports.props b/Externals/cpp-optparse/exports.props
deleted file mode 100644
index efe9c290ed..0000000000
--- a/Externals/cpp-optparse/exports.props
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project>
- <ItemDefinitionGroup>
- <ClCompile>
- <AdditionalIncludeDirectories>$(ExternalsDir)cpp-optparse\cpp-optparse;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ProjectReference Include="$(ExternalsDir)cpp-optparse\cpp-optparse.vcxproj">
- <Project>{c636d9d1-82fe-42b5-9987-63b7d4836341}</Project>
- </ProjectReference>
- </ItemGroup>
-</Project>