11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio 15
4- VisualStudioVersion = 15 .0.26124.0
3+ # Visual Studio Version 16
4+ VisualStudioVersion = 16 .0.29609.76
55MinimumVisualStudioVersion = 15.0.26124.0
6- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "liblsl" , "liblsl.csproj" , "{9CF380F5-EB84-4A39-969E-7E6F5534F17F}"
6+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "liblsl" , "liblsl.csproj" , "{9CF380F5-EB84-4A39-969E-7E6F5534F17F}"
77EndProject
88Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "examples" , "examples" , "{2831BC99-EB85-43AC-AEDF-8A689B8268FC}"
99EndProject
10- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "HandleMetaData" , "examples\HandleMetaData\HandleMetaData.csproj" , "{55625B73-07CD-4C9F-ABFB-FB3C5899A79F}"
10+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "HandleMetaData" , "examples\HandleMetaData\HandleMetaData.csproj" , "{55625B73-07CD-4C9F-ABFB-FB3C5899A79F}"
1111EndProject
12- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "ReceiveData" , "examples\ReceiveData\ReceiveData.csproj" , "{98F76BEE-C774-44C0-BAF3-BFF4B429420B}"
12+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ReceiveData" , "examples\ReceiveData\ReceiveData.csproj" , "{98F76BEE-C774-44C0-BAF3-BFF4B429420B}"
1313EndProject
14- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "ReceiveDataInChunks" , "examples\ReceiveDataInChunks\ReceiveDataInChunks.csproj" , "{A0EF1C60-7461-415B-9C98-F28A3283258A}"
14+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ReceiveDataInChunks" , "examples\ReceiveDataInChunks\ReceiveDataInChunks.csproj" , "{A0EF1C60-7461-415B-9C98-F28A3283258A}"
1515EndProject
16- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "ReceiveStringMarkers" , "examples\ReceiveStringMarkers\ReceiveStringMarkers.csproj" , "{8AB092B9-F671-4185-BB6C-543B6A2AE55A}"
16+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ReceiveStringMarkers" , "examples\ReceiveStringMarkers\ReceiveStringMarkers.csproj" , "{8AB092B9-F671-4185-BB6C-543B6A2AE55A}"
1717EndProject
18- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "SendData" , "examples\SendData\SendData.csproj" , "{4DB5312C-5B29-4725-8EA0-3458AC36FB08}"
18+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "SendData" , "examples\SendData\SendData.csproj" , "{4DB5312C-5B29-4725-8EA0-3458AC36FB08}"
1919EndProject
20- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "SendDataInChunks" , "examples\SendDataInChunks\SendDataInChunks.csproj" , "{4763E2F5-B238-4896-AC52-217555ACFF2A}"
20+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "SendDataInChunks" , "examples\SendDataInChunks\SendDataInChunks.csproj" , "{4763E2F5-B238-4896-AC52-217555ACFF2A}"
2121EndProject
22- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "SendStringMarkers" , "examples\SendStringMarkers\SendStringMarkers.csproj" , "{0847C79E-E4BD-4B67-8DB7-6873415815A6}"
22+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "SendStringMarkers" , "examples\SendStringMarkers\SendStringMarkers.csproj" , "{0847C79E-E4BD-4B67-8DB7-6873415815A6}"
2323EndProject
2424Global
2525 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
3030 Release| x64 = Release| x64
3131 Release| x86 = Release| x86
3232 EndGlobalSection
33- GlobalSection (SolutionProperties ) = preSolution
34- HideSolutionNode = FALSE
35- EndGlobalSection
3633 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
3734 {9CF380F5-EB84-4A39-969E-7E6F5534F17F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
3835 {9CF380F5-EB84-4A39-969E-7E6F5534F17F} .Debug| Any CPU .Build .0 = Debug| Any CPU
@@ -131,6 +128,9 @@ Global
131128 {0847C79E-E4BD-4B67-8DB7-6873415815A6} .Release| x86 .ActiveCfg = Release| Any CPU
132129 {0847C79E-E4BD-4B67-8DB7-6873415815A6} .Release| x86 .Build .0 = Release| Any CPU
133130 EndGlobalSection
131+ GlobalSection (SolutionProperties ) = preSolution
132+ HideSolutionNode = FALSE
133+ EndGlobalSection
134134 GlobalSection (NestedProjects ) = preSolution
135135 {55625B73-07CD-4C9F-ABFB-FB3C5899A79F} = {2831BC99-EB85-43AC-AEDF-8A689B8268FC}
136136 {98F76BEE-C774-44C0-BAF3-BFF4B429420B} = {2831BC99-EB85-43AC-AEDF-8A689B8268FC}
@@ -140,4 +140,7 @@ Global
140140 {4763E2F5-B238-4896-AC52-217555ACFF2A} = {2831BC99-EB85-43AC-AEDF-8A689B8268FC}
141141 {0847C79E-E4BD-4B67-8DB7-6873415815A6} = {2831BC99-EB85-43AC-AEDF-8A689B8268FC}
142142 EndGlobalSection
143+ GlobalSection (ExtensibilityGlobals ) = postSolution
144+ SolutionGuid = {3C10DB2A-2433-4783-82DF-C6433CBD211B}
145+ EndGlobalSection
143146EndGlobal
0 commit comments