aspect.sln

来自「应用AOP」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspect", "Aspect.csproj", "{FD73A095-A0C2-4978-90C9-9DD4064100F4}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspectTest", "AspectTest\AspectTest.csproj", "{3CA6ECCD-9701-4FC1-B21D-611669E49602}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{FD73A095-A0C2-4978-90C9-9DD4064100F4}.Debug.ActiveCfg = Debug|.NET
		{FD73A095-A0C2-4978-90C9-9DD4064100F4}.Debug.Build.0 = Debug|.NET
		{FD73A095-A0C2-4978-90C9-9DD4064100F4}.Release.ActiveCfg = Release|.NET
		{FD73A095-A0C2-4978-90C9-9DD4064100F4}.Release.Build.0 = Release|.NET
		{3CA6ECCD-9701-4FC1-B21D-611669E49602}.Debug.ActiveCfg = Debug|.NET
		{3CA6ECCD-9701-4FC1-B21D-611669E49602}.Debug.Build.0 = Debug|.NET
		{3CA6ECCD-9701-4FC1-B21D-611669E49602}.Release.ActiveCfg = Release|.NET
		{3CA6ECCD-9701-4FC1-B21D-611669E49602}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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