From: Owen Smith Date: Mon, 20 Nov 2023 14:51:25 +0000 (+0000) Subject: Remove "Win32" as a build target from VS2022 projects X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3a55fccd0eed0a786472ce711d5268be586702dd;p=pvdrivers%2Fwin%2Fxenvif.git Remove "Win32" as a build target from VS2022 projects VS2022 is used with EWDK 22621 and later. Win32 is no longer a valid build target for this set of tools. Signed-off-by: Owen Smith --- diff --git a/vs2022/configs.props b/vs2022/configs.props index df5f23a..63d8dd4 100644 --- a/vs2022/configs.props +++ b/vs2022/configs.props @@ -1,16 +1,6 @@ - - Windows 10 Debug - Win32 - 10 - - - Windows 10 Release - Win32 - 10 - Windows 10 Debug x64 diff --git a/vs2022/package/package.vcxproj b/vs2022/package/package.vcxproj index 09cd085..0e30f85 100644 --- a/vs2022/package/package.vcxproj +++ b/vs2022/package/package.vcxproj @@ -18,7 +18,6 @@ true 10_x64;Server10_x64;ServerRS5_X64;ServerFE_X64;10_CO_X64 - 10_x86 DbgengKernelDebugger False False @@ -36,9 +35,6 @@ sha256 - - ..\..\$(SolutionName)\x86 - ..\..\$(SolutionName)\x64 @@ -49,7 +45,6 @@ - diff --git a/vs2022/targets.props b/vs2022/targets.props index 53a8662..3c31b6c 100644 --- a/vs2022/targets.props +++ b/vs2022/targets.props @@ -1,13 +1,5 @@ - - Windows10 - true - - - Windows10 - false - Windows10 true diff --git a/vs2022/xenvif.sln b/vs2022/xenvif.sln index 8d9cb87..1702f3a 100644 --- a/vs2022/xenvif.sln +++ b/vs2022/xenvif.sln @@ -16,41 +16,23 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "package", "package\package. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Windows 10 Debug|Win32 = Windows 10 Debug|Win32 Windows 10 Debug|x64 = Windows 10 Debug|x64 - Windows 10 Release|Win32 = Windows 10 Release|Win32 Windows 10 Release|x64 = Windows 10 Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Debug|Win32.ActiveCfg = Windows 10 Debug|Win32 - {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Debug|Win32.Build.0 = Windows 10 Debug|Win32 {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Debug|x64.ActiveCfg = Windows 10 Debug|x64 {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Debug|x64.Build.0 = Windows 10 Debug|x64 - {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Release|Win32.ActiveCfg = Windows 10 Release|Win32 - {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Release|Win32.Build.0 = Windows 10 Release|Win32 {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Release|x64.ActiveCfg = Windows 10 Release|x64 {65FA97EA-A569-4FC1-BFE7-D68E109143F7}.Windows 10 Release|x64.Build.0 = Windows 10 Release|x64 - {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Debug|Win32.ActiveCfg = Windows 10 Debug|Win32 - {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Debug|Win32.Build.0 = Windows 10 Debug|Win32 - {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Debug|Win32.Deploy.0 = Windows 10 Debug|Win32 {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Debug|x64.ActiveCfg = Windows 10 Debug|x64 {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Debug|x64.Build.0 = Windows 10 Debug|x64 {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Debug|x64.Deploy.0 = Windows 10 Debug|x64 - {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Release|Win32.ActiveCfg = Windows 10 Release|Win32 - {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Release|Win32.Build.0 = Windows 10 Release|Win32 - {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Release|Win32.Deploy.0 = Windows 10 Release|Win32 {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Release|x64.ActiveCfg = Windows 10 Release|x64 {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Release|x64.Build.0 = Windows 10 Release|x64 {73768CC9-DB26-4297-9EC8-1042F815EB15}.Windows 10 Release|x64.Deploy.0 = Windows 10 Release|x64 - {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Debug|Win32.ActiveCfg = Windows 10 Debug|Win32 - {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Debug|Win32.Build.0 = Windows 10 Debug|Win32 - {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Debug|Win32.Deploy.0 = Windows 10 Debug|Win32 {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Debug|x64.ActiveCfg = Windows 10 Debug|x64 {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Debug|x64.Build.0 = Windows 10 Debug|x64 {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Debug|x64.Deploy.0 = Windows 10 Debug|x64 - {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Release|Win32.ActiveCfg = Windows 10 Release|Win32 - {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Release|Win32.Build.0 = Windows 10 Release|Win32 - {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Release|Win32.Deploy.0 = Windows 10 Release|Win32 {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Release|x64.ActiveCfg = Windows 10 Release|x64 {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Release|x64.Build.0 = Windows 10 Release|x64 {C3F96D4C-E441-47F7-A44C-D2D0543C1D18}.Windows 10 Release|x64.Deploy.0 = Windows 10 Release|x64 diff --git a/vs2022/xenvif/xenvif.vcxproj b/vs2022/xenvif/xenvif.vcxproj index d070a03..85c0a05 100644 --- a/vs2022/xenvif/xenvif.vcxproj +++ b/vs2022/xenvif/xenvif.vcxproj @@ -39,14 +39,6 @@ sha256 - - - __i386__;%(PreprocessorDefinitions) - - - true - - __x86_64__;%(PreprocessorDefinitions)