diff --git a/README.md b/README.md index 70d904993..570959a9b 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,8 @@ Make sure you install the driver as describe above first. ### Windows / Visual Studio -2. Open the .sln file from ./build/msvc for your version of Visual Studio. -3. Confirm the platform configuration has x64 selected -4. Build and run. + 1. Use CMake to generate a solution. + 2. Build and run. ### Other platforms diff --git a/build/msvc/libfreenect2_vs2012.sln b/build/msvc/libfreenect2_vs2012.sln deleted file mode 100644 index 490bf35a0..000000000 --- a/build/msvc/libfreenect2_vs2012.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "protonect_vs2012", "projects\protonect_vs2012.vcxproj", "{4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Debug|x64.ActiveCfg = Debug|x64 - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Debug|x64.Build.0 = Debug|x64 - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Release|x64.ActiveCfg = Release|x64 - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/build/msvc/libfreenect2_vs2013.sln b/build/msvc/libfreenect2_vs2013.sln deleted file mode 100644 index edf4eb205..000000000 --- a/build/msvc/libfreenect2_vs2013.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "protonect_vs2013", "projects\protonect_vs2013.vcxproj", "{4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Debug|x64.ActiveCfg = Debug|x64 - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Debug|x64.Build.0 = Debug|x64 - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Release|x64.ActiveCfg = Release|x64 - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/build/msvc/projects/protonect_vs2012.filters b/build/msvc/projects/protonect_vs2012.filters deleted file mode 100644 index f016b4d50..000000000 --- a/build/msvc/projects/protonect_vs2012.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - - - Header Files - - - \ No newline at end of file diff --git a/build/msvc/projects/protonect_vs2012.vcxproj b/build/msvc/projects/protonect_vs2012.vcxproj deleted file mode 100644 index e7f1481cc..000000000 --- a/build/msvc/projects/protonect_vs2012.vcxproj +++ /dev/null @@ -1,115 +0,0 @@ - - - - - Debug - x64 - - - Release - x64 - - - - - - - - - - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D} - Win32Proj - protonect - - - - Application - true - v110 - Unicode - - - Application - false - v120 - true - Unicode - - - - - - - - - - - - - true - $(SolutionDir)../../depends/libusbx/include/;$(IncludePath) - $(SolutionDir)../../depends/libusbx/MS64/;$(LibraryPath) - $(ExecutablePath) - $(ReferencePath) - protonect - - - false - $(SolutionDir)../../depends/libusbx/include/;$(IncludePath) - $(SolutionDir)../../depends/libusbx/MS64/;$(LibraryPath) - $(ExecutablePath) - $(ReferencePath) - protonect - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - true - - - Console - true - libusb-1.0.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - - - copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.dll" "$(OutDir)" -copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.pdb" "$(OutDir)" - - - - - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - true - - - Console - true - true - true - libusb-1.0.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - - - copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.dll" "$(OutDir)" -copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.pdb" "$(OutDir)" - - - - - - \ No newline at end of file diff --git a/build/msvc/projects/protonect_vs2013.filters b/build/msvc/projects/protonect_vs2013.filters deleted file mode 100644 index f016b4d50..000000000 --- a/build/msvc/projects/protonect_vs2013.filters +++ /dev/null @@ -1,27 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - - - Header Files - - - \ No newline at end of file diff --git a/build/msvc/projects/protonect_vs2013.vcxproj b/build/msvc/projects/protonect_vs2013.vcxproj deleted file mode 100644 index fecaed475..000000000 --- a/build/msvc/projects/protonect_vs2013.vcxproj +++ /dev/null @@ -1,115 +0,0 @@ - - - - - Debug - x64 - - - Release - x64 - - - - - - - - - - {4F07B7E6-9F0F-4D1C-ACB8-64E99B6D1F4D} - Win32Proj - protonect - - - - Application - true - v120 - Unicode - - - Application - false - v120 - true - Unicode - - - - - - - - - - - - - true - $(SolutionDir)../../depends/libusbx/include/;$(IncludePath) - $(SolutionDir)../../depends/libusbx/MS64/;$(LibraryPath) - $(ExecutablePath) - $(ReferencePath) - protonect - - - false - $(SolutionDir)../../depends/libusbx/include/;$(IncludePath) - $(SolutionDir)../../depends/libusbx/MS64/;$(LibraryPath) - $(ExecutablePath) - $(ReferencePath) - protonect - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - true - - - Console - true - libusb-1.0.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - - - copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.dll" "$(OutDir)" -copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.pdb" "$(OutDir)" - - - - - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - true - - - Console - true - true - true - libusb-1.0.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - - - copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.dll" "$(OutDir)" -copy /y "$(SolutionDir)..\..\depends\libusbx\MS64\libusb-1.0.pdb" "$(OutDir)" - - - - - - \ No newline at end of file