signtest.sln

来自「本人目前在做一个关于“数字签名”的项目」· SLN 代码 · 共 30 行

SLN
30
字号
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignTest", "SignTest.csproj", "{5E975CD4-3C95-4C90-9312-D4DFF5239FB9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "signer", "..\signer\signer.csproj", "{FEAF0DF2-6F31-40B5-B035-E67ADCC3CBB6}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5E975CD4-3C95-4C90-9312-D4DFF5239FB9}.Debug.ActiveCfg = Debug|.NET
		{5E975CD4-3C95-4C90-9312-D4DFF5239FB9}.Debug.Build.0 = Debug|.NET
		{5E975CD4-3C95-4C90-9312-D4DFF5239FB9}.Release.ActiveCfg = Release|.NET
		{5E975CD4-3C95-4C90-9312-D4DFF5239FB9}.Release.Build.0 = Release|.NET
		{FEAF0DF2-6F31-40B5-B035-E67ADCC3CBB6}.Debug.ActiveCfg = Debug|.NET
		{FEAF0DF2-6F31-40B5-B035-E67ADCC3CBB6}.Debug.Build.0 = Debug|.NET
		{FEAF0DF2-6F31-40B5-B035-E67ADCC3CBB6}.Release.ActiveCfg = Release|.NET
		{FEAF0DF2-6F31-40B5-B035-E67ADCC3CBB6}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

⌨️ 快捷键说明

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