Get rid of non-LLVM build configurations (#10030)

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
xddxd
2021-03-29 22:45:48 +03:00
committed by GitHub
parent 3e48c9744b
commit 7cbafd603a
18 changed files with 133 additions and 2190 deletions
-8
View File
@@ -1,14 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug - LLVM|x64">
<Configuration>Debug - LLVM</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release - LLVM|x64">
<Configuration>Release - LLVM</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>