diff options
| author | Joshua Vandaële <joshua@vandaele.software> | 2025-10-31 12:57:16 +0100 |
|---|---|---|
| committer | Joshua Vandaële <joshua@vandaele.software> | 2026-07-24 03:45:13 +0200 |
| commit | d2833fb78882715950ab0a2c26c3ca20e3f6e349 (patch) | |
| tree | e34c4e35e3870ef634c6ba97c1867c105482f49c /Externals/cpp-optparse/cpp-optparse.vcxproj | |
| parent | d6e803e63d7a809fcafb4e39c79bdf4aabb49c79 (diff) | |
Remove Visual Studio Projects and Solutions in favor of CMake
Diffstat (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 27 |
1 files changed, 0 insertions, 27 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 |
