From 5cdc7220de12326388fbbb1a4562c469b8a18a1d Mon Sep 17 00:00:00 2001 From: Jeroen Baert <3607063+Forceflow@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:51:42 +0200 Subject: [PATCH] Removed deprecated VS2015 and VS2017 projects --- msvc/vs2015_deprecated/cuda_voxelizer.sln | 30 --- msvc/vs2015_deprecated/cuda_voxelizer.vcxproj | 204 ------------------ .../cuda_voxelizer.vcxproj.filters | 47 ---- msvc/vs2015_deprecated/custom_includes.props | 30 --- msvc/vs2017_deprecated/cuda_voxelizer.sln | 27 --- msvc/vs2017_deprecated/cuda_voxelizer.vcxproj | 132 ------------ .../cuda_voxelizer.vcxproj.filters | 53 ----- msvc/vs2017_deprecated/custom_includes.props | 30 --- 8 files changed, 553 deletions(-) delete mode 100644 msvc/vs2015_deprecated/cuda_voxelizer.sln delete mode 100644 msvc/vs2015_deprecated/cuda_voxelizer.vcxproj delete mode 100644 msvc/vs2015_deprecated/cuda_voxelizer.vcxproj.filters delete mode 100644 msvc/vs2015_deprecated/custom_includes.props delete mode 100644 msvc/vs2017_deprecated/cuda_voxelizer.sln delete mode 100644 msvc/vs2017_deprecated/cuda_voxelizer.vcxproj delete mode 100644 msvc/vs2017_deprecated/cuda_voxelizer.vcxproj.filters delete mode 100644 msvc/vs2017_deprecated/custom_includes.props diff --git a/msvc/vs2015_deprecated/cuda_voxelizer.sln b/msvc/vs2015_deprecated/cuda_voxelizer.sln deleted file mode 100644 index f51e541..0000000 --- a/msvc/vs2015_deprecated/cuda_voxelizer.sln +++ /dev/null @@ -1,30 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cuda_voxelizer", "cuda_voxelizer.vcxproj", "{D4330816-735D-4CC7-AE2A-04A0E998099E}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C52A2702-E60C-4590-9C55-C8C66CCA5BAB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Debug|Win32.ActiveCfg = Debug|Win32 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Debug|Win32.Build.0 = Debug|Win32 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Debug|x64.ActiveCfg = Debug|x64 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Debug|x64.Build.0 = Debug|x64 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Release|Win32.ActiveCfg = Release|Win32 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Release|Win32.Build.0 = Release|Win32 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Release|x64.ActiveCfg = Release|x64 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/msvc/vs2015_deprecated/cuda_voxelizer.vcxproj b/msvc/vs2015_deprecated/cuda_voxelizer.vcxproj deleted file mode 100644 index 645f3d7..0000000 --- a/msvc/vs2015_deprecated/cuda_voxelizer.vcxproj +++ /dev/null @@ -1,204 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D4330816-735D-4CC7-AE2A-04A0E998099E} - cuda_voxelizer - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - true - xcopy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - true - C:\libs\trimesh2\include;C:\libs\glm;$(IncludePath) - C:\libs\trimesh2\lib.Win64;$(LibraryPath) - xcopy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - C:\libs\trimesh2\include;C:\libs\glm;$(IncludePath) - C:\libs\trimesh2\lib.Win64;$(LibraryPath) - xcopy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - xcopy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - true - Console - cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" - - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - true - Console - trimeshd.lib;cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -echo copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" -copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - 64 - compute_20,sm_20 - true - --source-in-ptx %(AdditionalOptions) - - - - - Level3 - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - true - true - true - Console - cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" - - - - - Level3 - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - Speed - AnySuitable - - - true - true - true - Console - trimesh.lib;cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -echo copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" -copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - 64 - compute_30,sm_30 - true - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/msvc/vs2015_deprecated/cuda_voxelizer.vcxproj.filters b/msvc/vs2015_deprecated/cuda_voxelizer.vcxproj.filters deleted file mode 100644 index ca67f55..0000000 --- a/msvc/vs2015_deprecated/cuda_voxelizer.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - util - - - util - - - - - util - - - util - - - util - - - util - - - util - - - util - - - - - - - - {a2e537a9-9e17-41e8-a392-f7ab084dbd64} - - - {a0232da8-2097-49f4-9412-0e4223c7ba4d} - - - \ No newline at end of file diff --git a/msvc/vs2015_deprecated/custom_includes.props b/msvc/vs2015_deprecated/custom_includes.props deleted file mode 100644 index 8f75c45..0000000 --- a/msvc/vs2015_deprecated/custom_includes.props +++ /dev/null @@ -1,30 +0,0 @@ - - - - - C:\libs\trimesh2\ - C:\libs\glm\ - D:\jeroenb\Binaries\ - - - $(GLM_DIR);$(TRIMESH_DIR)\include\;$(IncludePath) - <_PropertySheetDisplayName>custom_includes - $(TRIMESH_DIR)\lib.Win$(PlatformArchitecture).vs$(PlatformToolsetVersion);$(LibraryPath) - - - - - - $(BINARY_OUTPUT_DIR) - true - - - $(TRIMESH_DIR) - true - - - $(GLM_DIR) - true - - - \ No newline at end of file diff --git a/msvc/vs2017_deprecated/cuda_voxelizer.sln b/msvc/vs2017_deprecated/cuda_voxelizer.sln deleted file mode 100644 index a566caa..0000000 --- a/msvc/vs2017_deprecated/cuda_voxelizer.sln +++ /dev/null @@ -1,27 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.271 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cuda_voxelizer", "cuda_voxelizer.vcxproj", "{D4330816-735D-4CC7-AE2A-04A0E998099E}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C52A2702-E60C-4590-9C55-C8C66CCA5BAB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Debug|x64.ActiveCfg = Debug|x64 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Debug|x64.Build.0 = Debug|x64 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Release|x64.ActiveCfg = Release|x64 - {D4330816-735D-4CC7-AE2A-04A0E998099E}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D7628502-09E5-4B15-AB62-365471E954D4} - EndGlobalSection -EndGlobal diff --git a/msvc/vs2017_deprecated/cuda_voxelizer.vcxproj b/msvc/vs2017_deprecated/cuda_voxelizer.vcxproj deleted file mode 100644 index 0739db2..0000000 --- a/msvc/vs2017_deprecated/cuda_voxelizer.vcxproj +++ /dev/null @@ -1,132 +0,0 @@ - - - - - Debug - x64 - - - Release - x64 - - - - {D4330816-735D-4CC7-AE2A-04A0E998099E} - cuda_voxelizer - 10.0.17763.0 - - - - Application - true - MultiByte - v141 - - - Application - false - true - MultiByte - v141 - - - - - - - - - - - - - - - - true - C:\libs\trimesh2\include;C:\libs\glm;$(IncludePath) - C:\libs\trimesh2\lib.Win64;$(LibraryPath) - xcopy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - C:\libs\trimesh2\include;C:\libs\glm;$(IncludePath) - C:\libs\trimesh2\lib.Win64;$(LibraryPath) - xcopy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - - Level3 - Disabled - WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - true - Console - trimeshd.lib;cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -echo copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" -copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - true - --source-in-ptx %(AdditionalOptions) - - - - - Level3 - MaxSpeed - true - true - WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - Speed - AnySuitable - - - true - true - true - Console - trimesh.lib;cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" -echo copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" -copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe" "$(BINARY_OUTPUT_DIR)$(ProjectName).exe" - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/msvc/vs2017_deprecated/cuda_voxelizer.vcxproj.filters b/msvc/vs2017_deprecated/cuda_voxelizer.vcxproj.filters deleted file mode 100644 index 47e3812..0000000 --- a/msvc/vs2017_deprecated/cuda_voxelizer.vcxproj.filters +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - util - - - util - - - - - util - - - util - - - util - - - cuda - - - cuda - - - - - util - - - - - - - - - {a2e537a9-9e17-41e8-a392-f7ab084dbd64} - - - {a0232da8-2097-49f4-9412-0e4223c7ba4d} - - - {ea2a8fd1-3d76-496e-9ad4-123e8f208140} - - - \ No newline at end of file diff --git a/msvc/vs2017_deprecated/custom_includes.props b/msvc/vs2017_deprecated/custom_includes.props deleted file mode 100644 index 755b1cc..0000000 --- a/msvc/vs2017_deprecated/custom_includes.props +++ /dev/null @@ -1,30 +0,0 @@ - - - - - C:\libs\trimesh2\ - C:\libs\glm\ - D:\dev\Binaries\ - - - $(GLM_DIR);$(TRIMESH_DIR)\include\;$(IncludePath) - <_PropertySheetDisplayName>custom_includes - $(TRIMESH_DIR)\lib.Win$(PlatformArchitecture).vs$(PlatformToolsetVersion);$(LibraryPath) - - - - - - $(BINARY_OUTPUT_DIR) - true - - - $(TRIMESH_DIR) - true - - - $(GLM_DIR) - true - - - \ No newline at end of file