mywebsetup.sln

来自「ASP C#代码实例 适合初学人士学习使用」· SLN 代码 · 共 28 行

SLN
28
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example_15_2", "http://localhost/Example_15_2/Example_15_2.csproj", "{45B833AB-9D3C-4544-AEED-0C8A315B9661}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "MyWebSetup", "..\MyWebSetup\MyWebSetup.vdproj", "{7E642EAB-AD1D-4291-B964-9B688EA74F00}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{45B833AB-9D3C-4544-AEED-0C8A315B9661}.Debug.ActiveCfg = Debug|.NET
		{45B833AB-9D3C-4544-AEED-0C8A315B9661}.Debug.Build.0 = Debug|.NET
		{45B833AB-9D3C-4544-AEED-0C8A315B9661}.Release.ActiveCfg = Release|.NET
		{45B833AB-9D3C-4544-AEED-0C8A315B9661}.Release.Build.0 = Release|.NET
		{7E642EAB-AD1D-4291-B964-9B688EA74F00}.Debug.ActiveCfg = Debug
		{7E642EAB-AD1D-4291-B964-9B688EA74F00}.Release.ActiveCfg = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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