serialtest.sln

来自「MicroSoft C#编写的 .net串口通信程序」· SLN 代码 · 共 32 行

SLN
32
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NETSerial", "NETSerial\NETSerial.csproj", "{8D9B497C-0C8C-40D2-BF62-D6949224005B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "SerialTest", "SerialTest\SerialTest.csdproj", "{B6417E7A-5E07-4C3B-BC85-F1121349100C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{8D9B497C-0C8C-40D2-BF62-D6949224005B}.Debug.ActiveCfg = Debug|.NET
		{8D9B497C-0C8C-40D2-BF62-D6949224005B}.Debug.Build.0 = Debug|.NET
		{8D9B497C-0C8C-40D2-BF62-D6949224005B}.Release.ActiveCfg = Release|.NET
		{8D9B497C-0C8C-40D2-BF62-D6949224005B}.Release.Build.0 = Release|.NET
		{B6417E7A-5E07-4C3B-BC85-F1121349100C}.Debug.ActiveCfg = Debug|Pocket PC
		{B6417E7A-5E07-4C3B-BC85-F1121349100C}.Debug.Build.0 = Debug|Pocket PC
		{B6417E7A-5E07-4C3B-BC85-F1121349100C}.Debug.Deploy.0 = Debug|Pocket PC
		{B6417E7A-5E07-4C3B-BC85-F1121349100C}.Release.ActiveCfg = Release|Pocket PC
		{B6417E7A-5E07-4C3B-BC85-F1121349100C}.Release.Build.0 = Release|Pocket PC
		{B6417E7A-5E07-4C3B-BC85-F1121349100C}.Release.Deploy.0 = Release|Pocket PC
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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