Skip to content

Commit

Permalink
Make Win32 the only available platform in MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 8, 2024
1 parent 54692b1 commit c241d10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
14 changes: 0 additions & 14 deletions binary/projects/vs2022/Aura.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Makefile", "Makefile", "{8A
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Debug|ARM.ActiveCfg = Debug|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Debug|ARM64.ActiveCfg = Debug|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Debug|Win32.ActiveCfg = Debug|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Debug|Win32.Build.0 = Debug|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Debug|x64.ActiveCfg = Debug|x64
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Debug|x64.Build.0 = Debug|x64
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Release|ARM.ActiveCfg = Release|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Release|ARM64.ActiveCfg = Release|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Release|Win32.ActiveCfg = Release|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Release|Win32.Build.0 = Release|Win32
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Release|x64.ActiveCfg = Release|x64
{69DDADC0-97F4-419E-86EB-C91781A0D2E0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
35 changes: 0 additions & 35 deletions binary/projects/vs2022/agdll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,14 @@
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-WSL2|Win32">
<Configuration>Release-WSL2</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release-WSL2|x64">
<Configuration>Release-WSL2</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{69DDADC0-97F4-419E-86EB-C91781A0D2E0}</ProjectGuid>
Expand Down Expand Up @@ -54,19 +42,6 @@
<CharacterSet>NotSet</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PlatformToolset>v143</PlatformToolset>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-WSL2|x64'" Label="Configuration">
<PlatformToolset>v143</PlatformToolset>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
Expand Down Expand Up @@ -97,16 +72,6 @@
<IntDir>$(Configuration)\$(ProjectName)\int\</IntDir>
<TargetName>aura</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(Configuration)\$(ProjectName)\</OutDir>
<IntDir>$(Configuration)\$(ProjectName)\int\</IntDir>
<TargetName>ag</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-WSL2|x64'">
<OutDir>$(Configuration)\$(ProjectName)\</OutDir>
<IntDir>$(Configuration)\$(ProjectName)\int\</IntDir>
<TargetName>ag</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
Expand Down

0 comments on commit c241d10

Please sign in to comment.