gpsreader.sln

来自「在microsoft mobile下的GPS串口数据接收」· SLN 代码 · 共 36 行

SLN
36
字号
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPSReader", "GPSReader.csproj", "{1B4FBFD9-AFD1-485E-9CBB-617E75C84E3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGPSReaderCS", "TestGPSReaderCS\TestGPSReaderCS.csproj", "{E21164D1-3778-4F1C-823B-0D1111A7CA99}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestGPSReaderVB", "TestGPSReaderVB\TestGPSReaderVB.vbproj", "{CC471716-8E6C-4062-A563-BCE995873F98}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1B4FBFD9-AFD1-485E-9CBB-617E75C84E3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1B4FBFD9-AFD1-485E-9CBB-617E75C84E3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1B4FBFD9-AFD1-485E-9CBB-617E75C84E3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1B4FBFD9-AFD1-485E-9CBB-617E75C84E3C}.Release|Any CPU.Build.0 = Release|Any CPU
		{E21164D1-3778-4F1C-823B-0D1111A7CA99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E21164D1-3778-4F1C-823B-0D1111A7CA99}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E21164D1-3778-4F1C-823B-0D1111A7CA99}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{E21164D1-3778-4F1C-823B-0D1111A7CA99}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E21164D1-3778-4F1C-823B-0D1111A7CA99}.Release|Any CPU.Build.0 = Release|Any CPU
		{E21164D1-3778-4F1C-823B-0D1111A7CA99}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{CC471716-8E6C-4062-A563-BCE995873F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CC471716-8E6C-4062-A563-BCE995873F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CC471716-8E6C-4062-A563-BCE995873F98}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{CC471716-8E6C-4062-A563-BCE995873F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CC471716-8E6C-4062-A563-BCE995873F98}.Release|Any CPU.Build.0 = Release|Any CPU
		{CC471716-8E6C-4062-A563-BCE995873F98}.Release|Any CPU.Deploy.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?