mainpro.sln

来自「使用C#语言实现软件自动升级的实例源码」· SLN 代码 · 共 38 行

SLN
38
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MainPro", "MainPro.csproj", "{5E8DCD5F-5733-44CA-82C5-6EADC9D1C33F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpLoad", "..\UpLoad\UpLoad.csproj", "{14BB88BE-91AA-4F8C-BDBE-1CFF4A9F1B98}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Login", "..\Login\Login.csproj", "{3FBD7041-4047-409B-8A56-6952F74274FD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5E8DCD5F-5733-44CA-82C5-6EADC9D1C33F}.Debug.ActiveCfg = Debug|.NET
		{5E8DCD5F-5733-44CA-82C5-6EADC9D1C33F}.Debug.Build.0 = Debug|.NET
		{5E8DCD5F-5733-44CA-82C5-6EADC9D1C33F}.Release.ActiveCfg = Release|.NET
		{5E8DCD5F-5733-44CA-82C5-6EADC9D1C33F}.Release.Build.0 = Release|.NET
		{14BB88BE-91AA-4F8C-BDBE-1CFF4A9F1B98}.Debug.ActiveCfg = Debug|.NET
		{14BB88BE-91AA-4F8C-BDBE-1CFF4A9F1B98}.Debug.Build.0 = Debug|.NET
		{14BB88BE-91AA-4F8C-BDBE-1CFF4A9F1B98}.Release.ActiveCfg = Release|.NET
		{14BB88BE-91AA-4F8C-BDBE-1CFF4A9F1B98}.Release.Build.0 = Release|.NET
		{3FBD7041-4047-409B-8A56-6952F74274FD}.Debug.ActiveCfg = Debug|.NET
		{3FBD7041-4047-409B-8A56-6952F74274FD}.Debug.Build.0 = Debug|.NET
		{3FBD7041-4047-409B-8A56-6952F74274FD}.Release.ActiveCfg = Release|.NET
		{3FBD7041-4047-409B-8A56-6952F74274FD}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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