Skip to content

Commit

Permalink
Remove Win8 targets and build scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
  • Loading branch information
kostyanf14 authored and YanVugenfirer committed Nov 7, 2023
1 parent d76a6cf commit d39a39c
Show file tree
Hide file tree
Showing 81 changed files with 61 additions and 2,679 deletions.
80 changes: 0 additions & 80 deletions Balloon/app/blnsvr.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
<Configuration>Win10 Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Release|Win32">
<Configuration>Win8 Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Release|x64">
<Configuration>Win8 Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B953395B-010B-432C-AFCD-6C4F6553905F}</ProjectGuid>
Expand All @@ -52,14 +44,6 @@
<CharacterSet>Unicode</CharacterSet>
<TargetVersion>Windows10</TargetVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>WindowsApplicationForDrivers10.0</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<TargetVersion>Windows8</TargetVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
Expand All @@ -84,14 +68,6 @@
<CharacterSet>Unicode</CharacterSet>
<TargetVersion>Windows10</TargetVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>WindowsApplicationForDrivers10.0</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<TargetVersion>Windows8</TargetVersion>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\blnsvr.props" />
<ImportGroup Label="ExtensionSettings">
Expand All @@ -104,9 +80,6 @@
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
Expand All @@ -116,9 +89,6 @@
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'">
<LinkIncremental>false</LinkIncremental>
Expand All @@ -130,11 +100,6 @@
<OutDir>objfre_win10_x86\i386\</OutDir>
<IntDir>objfre_win10_x86\i386\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>objfre_win8_x86\i386\</OutDir>
<IntDir>objfre_win8_x86\i386\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>objfre_win8.1_amd64\amd64\</OutDir>
Expand All @@ -152,11 +117,6 @@
<IntDir>objfre_win10_arm64\arm64\</IntDir>
<ApiValidator_Enable>true</ApiValidator_Enable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>objfre_win8_amd64\amd64\</OutDir>
<IntDir>objfre_win8_amd64\amd64\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down Expand Up @@ -198,26 +158,6 @@
<IgnoreSpecificDefaultLibraries>kernel32.lib</IgnoreSpecificDefaultLibraries>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\sys\</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>setupapi.lib;wbemuuid.lib</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down Expand Up @@ -280,26 +220,6 @@
<IgnoreSpecificDefaultLibraries>kernel32.lib</IgnoreSpecificDefaultLibraries>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\sys\</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>setupapi.lib;wbemuuid.lib</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
</ItemGroup>
Expand Down
31 changes: 1 addition & 30 deletions Balloon/balloon.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
Expand Down Expand Up @@ -26,9 +26,6 @@ Global
Win10 Release|ARM64 = Win10 Release|ARM64
Win10 Release|x64 = Win10 Release|x64
Win10 Release|x86 = Win10 Release|x86
Win8 Release|ARM64 = Win8 Release|ARM64
Win8 Release|x64 = Win8 Release|x64
Win8 Release|x86 = Win8 Release|x86
Win8.1 Release|ARM64 = Win8.1 Release|ARM64
Win8.1 Release|x64 = Win8.1 Release|x64
Win8.1 Release|x86 = Win8.1 Release|x86
Expand All @@ -42,13 +39,6 @@ Global
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win10 Release|x86.ActiveCfg = Win10 Release|Win32
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win10 Release|x86.Build.0 = Win10 Release|Win32
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win10 Release|x86.Deploy.0 = Win10 Release|Win32
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8 Release|ARM64.ActiveCfg = Win8 Release|x64
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8 Release|x64.ActiveCfg = Win8 Release|x64
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8 Release|x64.Build.0 = Win8 Release|x64
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8 Release|x64.Deploy.0 = Win8 Release|x64
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8 Release|x86.ActiveCfg = Win8 Release|Win32
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8 Release|x86.Build.0 = Win8 Release|Win32
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8 Release|x86.Deploy.0 = Win8 Release|Win32
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8.1 Release|ARM64.ActiveCfg = Win8.1 Release|x64
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8.1 Release|x64.ActiveCfg = Win8.1 Release|x64
{01D87C47-437A-4A16-8FD9-33FA5C99339E}.Win8.1 Release|x64.Build.0 = Win8.1 Release|x64
Expand All @@ -64,13 +54,6 @@ Global
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win10 Release|x86.ActiveCfg = Win10 Release|Win32
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win10 Release|x86.Build.0 = Win10 Release|Win32
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win10 Release|x86.Deploy.0 = Win10 Release|Win32
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8 Release|ARM64.ActiveCfg = Win8 Release|x64
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8 Release|x64.ActiveCfg = Win8 Release|x64
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8 Release|x64.Build.0 = Win8 Release|x64
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8 Release|x64.Deploy.0 = Win8 Release|x64
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8 Release|x86.ActiveCfg = Win8 Release|Win32
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8 Release|x86.Build.0 = Win8 Release|Win32
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8 Release|x86.Deploy.0 = Win8 Release|Win32
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8.1 Release|ARM64.ActiveCfg = Win8.1 Release|x64
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8.1 Release|x64.ActiveCfg = Win8.1 Release|x64
{EC1B7990-EA6A-45FE-836C-2F050F6BB632}.Win8.1 Release|x64.Build.0 = Win8.1 Release|x64
Expand All @@ -86,13 +69,6 @@ Global
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win10 Release|x86.ActiveCfg = Win10 Release|Win32
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win10 Release|x86.Build.0 = Win10 Release|Win32
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win10 Release|x86.Deploy.0 = Win10 Release|Win32
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8 Release|ARM64.ActiveCfg = Win8 Release|x64
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8 Release|x64.ActiveCfg = Win8 Release|x64
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8 Release|x64.Build.0 = Win8 Release|x64
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8 Release|x64.Deploy.0 = Win8 Release|x64
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8 Release|x86.ActiveCfg = Win8 Release|Win32
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8 Release|x86.Build.0 = Win8 Release|Win32
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8 Release|x86.Deploy.0 = Win8 Release|Win32
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8.1 Release|ARM64.ActiveCfg = Win8.1 Release|x64
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8.1 Release|x64.ActiveCfg = Win8.1 Release|x64
{B3402316-94F7-4526-AD07-870DEE0E660C}.Win8.1 Release|x64.Build.0 = Win8.1 Release|x64
Expand All @@ -106,11 +82,6 @@ Global
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win10 Release|x64.Build.0 = Win10 Release|x64
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win10 Release|x86.ActiveCfg = Win10 Release|Win32
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win10 Release|x86.Build.0 = Win10 Release|Win32
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8 Release|ARM64.ActiveCfg = Win8 Release|x64
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8 Release|x64.ActiveCfg = Win8 Release|x64
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8 Release|x64.Build.0 = Win8 Release|x64
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8 Release|x86.ActiveCfg = Win8 Release|Win32
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8 Release|x86.Build.0 = Win8 Release|Win32
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8.1 Release|ARM64.ActiveCfg = Win8.1 Release|x64
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8.1 Release|x64.ActiveCfg = Win8.1 Release|x64
{B953395B-010B-432C-AFCD-6C4F6553905F}.Win8.1 Release|x64.Build.0 = Win8.1 Release|x64
Expand Down
2 changes: 1 addition & 1 deletion Balloon/buildAll.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\tools\build.bat balloon.sln Win10 ARM64
if errorlevel 1 goto :eof
call ..\tools\build.bat balloon.sln "Win8 Win10" %*
call ..\tools\build.bat balloon.sln "Win10" %*
if errorlevel 1 goto :eof
call ..\tools\build.bat sys\balloon.vcxproj "Win10_SDV" %*
30 changes: 1 addition & 29 deletions Balloon/sys/balloon.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<Configuration>Win8.1 Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Release|Win32">
<Configuration>Win8 Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win10 Release|Win32">
<Configuration>Win10 Release</Configuration>
<Platform>Win32</Platform>
Expand All @@ -17,10 +13,6 @@
<Configuration>Win8.1 Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Release|x64">
<Configuration>Win8 Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win10 Release|x64">
<Configuration>Win10 Release</Configuration>
<Platform>x64</Platform>
Expand All @@ -35,7 +27,7 @@
<TemplateGuid>{1bc93793-694f-48fe-9372-81e2b05556fd}</TemplateGuid>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<Configuration>Win8 Release</Configuration>
<Configuration>Win10 Release</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
<SignMode>Off</SignMode>
</PropertyGroup>
Expand All @@ -56,11 +48,6 @@
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<KMDF_VERSION_MINOR>13</KMDF_VERSION_MINOR>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'">
<TargetVersion>Windows8</TargetVersion>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<KMDF_VERSION_MINOR>11</KMDF_VERSION_MINOR>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'">
<TargetVersion>Windows10</TargetVersion>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
Expand All @@ -71,11 +58,6 @@
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<KMDF_VERSION_MINOR>13</KMDF_VERSION_MINOR>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
<TargetVersion>Windows8</TargetVersion>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<KMDF_VERSION_MINOR>11</KMDF_VERSION_MINOR>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
<TargetVersion>Windows10</TargetVersion>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
Expand Down Expand Up @@ -108,11 +90,6 @@
<OutDir>objfre_win8.1_x86\i386\</OutDir>
<IntDir>objfre_win8.1_x86\i386\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'">
<TargetName>balloon</TargetName>
<OutDir>objfre_win8_x86\i386\</OutDir>
<IntDir>objfre_win8_x86\i386\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'">
<TargetName>balloon</TargetName>
<OutDir>objfre_win10_x86\i386\</OutDir>
Expand All @@ -123,11 +100,6 @@
<OutDir>objfre_win8.1_amd64\amd64\</OutDir>
<IntDir>objfre_win8.1_amd64\amd64\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
<TargetName>balloon</TargetName>
<OutDir>objfre_win8_amd64\amd64\</OutDir>
<IntDir>objfre_win8_amd64\amd64\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
<TargetName>balloon</TargetName>
<OutDir>objfre_win10_amd64\amd64\</OutDir>
Expand Down
2 changes: 0 additions & 2 deletions NetKVM/CoInstaller/clean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ goto rmfiles
:start

call :rmdir x64
call :rmdir Win8Debug
call :rmdir Win8Release
call :rmdir Win8.1Debug
call :rmdir Win8.1Release
call :rmdir Win10Release
Expand Down
Loading

0 comments on commit d39a39c

Please sign in to comment.