增加DefaultOrderer,默认排序(按方法在类内出现的顺序)
大石头 authored at 2022-03-19 21:00:35
3.41 KiB
NewLife.UnitTest

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Others", "Others", "{32891F65-FBA1-42B2-918E-61F3A9623F2A}"
	ProjectSection(SolutionItems) = preProject
		.editorconfig = .editorconfig
		.gitignore = .gitignore
		.github\workflows\publish-beta.yml = .github\workflows\publish-beta.yml
		.github\workflows\publish.yml = .github\workflows\publish.yml
		Readme.MD = Readme.MD
	EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnitTest.Core", "XUnitTest.Core\XUnitTest.Core.csproj", "{EDAB9A50-37C7-4CB0-8643-D57A577C1461}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTest", "UnitTest", "{7CAA8099-FDA8-40A8-A17E-31DD95D4D13D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewLife.UnitTest", "NewLife.UnitTest\NewLife.UnitTest.csproj", "{29C25F5C-8123-4757-BD6F-05B94993B8E1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|iPhone = Debug|iPhone
		Debug|iPhoneSimulator = Debug|iPhoneSimulator
		Release|Any CPU = Release|Any CPU
		Release|iPhone = Release|iPhone
		Release|iPhoneSimulator = Release|iPhoneSimulator
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Release|Any CPU.Build.0 = Release|Any CPU
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Release|iPhone.ActiveCfg = Release|Any CPU
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Debug|iPhone.Build.0 = Debug|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Release|Any CPU.Build.0 = Release|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Release|iPhone.ActiveCfg = Release|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Release|iPhone.Build.0 = Release|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{29C25F5C-8123-4757-BD6F-05B94993B8E1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{EDAB9A50-37C7-4CB0-8643-D57A577C1461} = {7CAA8099-FDA8-40A8-A17E-31DD95D4D13D}
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {6AEA440B-0D90-4F6E-BA9A-D42B27A78D7B}
	EndGlobalSection
EndGlobal