@@ -74,6 +74,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "System.Device.Gpio", "..\..
7474EndProject
7575Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "System.Runtime.Serialization" , "..\..\src\System.Runtime.Serialization\System.Runtime.Serialization.vcxproj" , "{C9264D0A-AC25-46B0-BD08-4A3252427F19}"
7676EndProject
77+ Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "System.Device.I2c" , "..\..\src\System.Device.I2c\System.Device.I2c.vcxproj" , "{E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910}"
78+ EndProject
79+ Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "System.Device.Spi" , "..\..\src\System.Device.Spi\System.Device.Spi.vcxproj" , "{197C5BB5-72D2-4634-A5F8-8443DBF39985}"
80+ EndProject
7781Global
7882 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
7983 Debug| Any CPU = Debug| Any CPU
@@ -442,6 +446,30 @@ Global
442446 {C9264D0A-AC25-46B0-BD08-4A3252427F19} .Release| x64 .Build .0 = Release| x64
443447 {C9264D0A-AC25-46B0-BD08-4A3252427F19} .Release| x86 .ActiveCfg = Release| Win32
444448 {C9264D0A-AC25-46B0-BD08-4A3252427F19} .Release| x86 .Build .0 = Release| Win32
449+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Debug| Any CPU .ActiveCfg = Debug| x64
450+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Debug| Any CPU .Build .0 = Debug| x64
451+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Debug| x64 .ActiveCfg = Debug| x64
452+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Debug| x64 .Build .0 = Debug| x64
453+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Debug| x86 .ActiveCfg = Debug| Win32
454+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Debug| x86 .Build .0 = Debug| Win32
455+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Release| Any CPU .ActiveCfg = Release| x64
456+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Release| Any CPU .Build .0 = Release| x64
457+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Release| x64 .ActiveCfg = Release| x64
458+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Release| x64 .Build .0 = Release| x64
459+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Release| x86 .ActiveCfg = Release| Win32
460+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} .Release| x86 .Build .0 = Release| Win32
461+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Debug| Any CPU .ActiveCfg = Debug| x64
462+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Debug| Any CPU .Build .0 = Debug| x64
463+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Debug| x64 .ActiveCfg = Debug| x64
464+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Debug| x64 .Build .0 = Debug| x64
465+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Debug| x86 .ActiveCfg = Debug| Win32
466+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Debug| x86 .Build .0 = Debug| Win32
467+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Release| Any CPU .ActiveCfg = Release| x64
468+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Release| Any CPU .Build .0 = Release| x64
469+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Release| x64 .ActiveCfg = Release| x64
470+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Release| x64 .Build .0 = Release| x64
471+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Release| x86 .ActiveCfg = Release| Win32
472+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} .Release| x86 .Build .0 = Release| Win32
445473 EndGlobalSection
446474 GlobalSection (SolutionProperties ) = preSolution
447475 HideSolutionNode = FALSE
@@ -473,6 +501,8 @@ Global
473501 {46556AFC-C248-4082-ABE6-9B07F4E57579} = {383CE434-88F9-4BD4-99C3-D7F19558868D}
474502 {830A7E28-7B2B-4BE6-8888-A39775A0092A} = {383CE434-88F9-4BD4-99C3-D7F19558868D}
475503 {C9264D0A-AC25-46B0-BD08-4A3252427F19} = {383CE434-88F9-4BD4-99C3-D7F19558868D}
504+ {E9AE1AF4-6B6A-4E10-B136-7A8AFFC5B910} = {383CE434-88F9-4BD4-99C3-D7F19558868D}
505+ {197C5BB5-72D2-4634-A5F8-8443DBF39985} = {383CE434-88F9-4BD4-99C3-D7F19558868D}
476506 EndGlobalSection
477507 GlobalSection (ExtensibilityGlobals ) = postSolution
478508 SolutionGuid = {432A3A35-F7BC-47DA-B887-9F18A369A065}
0 commit comments