DelegatesAndEvents.sln
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:3k
源码类别:

C#编程

开发平台:

Others

  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDelegate", "SimpleDelegateSimpleDelegate.csproj", "{95A986DE-E845-437D-A13F-D5F92D54E29C}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. EndProjectSection
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BubbkeSorter", "BubbkeSorterBubbkeSorter.csproj", "{B5BA2CFD-430E-4BF1-9FC0-F347153A788D}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. EndProjectSection
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MulticastDelegate", "MulticastDelegateMulticastDelegate.csproj", "{9439C97D-4E55-426C-8D94-C0B716904517}"
  11. ProjectSection(ProjectDependencies) = postProject
  12. EndProjectSection
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleEvent", "SimpleEventSimpleEvent.csproj", "{04355093-ED0E-43CE-A523-64C3E304FBEB}"
  15. ProjectSection(ProjectDependencies) = postProject
  16. EndProjectSection
  17. EndProject
  18. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomEvent", "CustomEventCustomEvent.csproj", "{77FF3EB8-AF1A-4756-BACE-0ED6F68CB281}"
  19. ProjectSection(ProjectDependencies) = postProject
  20. EndProjectSection
  21. EndProject
  22. Global
  23. GlobalSection(SolutionConfiguration) = preSolution
  24. Debug = Debug
  25. Release = Release
  26. EndGlobalSection
  27. GlobalSection(ProjectConfiguration) = postSolution
  28. {95A986DE-E845-437D-A13F-D5F92D54E29C}.Debug.ActiveCfg = Debug|.NET
  29. {95A986DE-E845-437D-A13F-D5F92D54E29C}.Debug.Build.0 = Debug|.NET
  30. {95A986DE-E845-437D-A13F-D5F92D54E29C}.Release.ActiveCfg = Release|.NET
  31. {95A986DE-E845-437D-A13F-D5F92D54E29C}.Release.Build.0 = Release|.NET
  32. {B5BA2CFD-430E-4BF1-9FC0-F347153A788D}.Debug.ActiveCfg = Debug|.NET
  33. {B5BA2CFD-430E-4BF1-9FC0-F347153A788D}.Debug.Build.0 = Debug|.NET
  34. {B5BA2CFD-430E-4BF1-9FC0-F347153A788D}.Release.ActiveCfg = Release|.NET
  35. {B5BA2CFD-430E-4BF1-9FC0-F347153A788D}.Release.Build.0 = Release|.NET
  36. {9439C97D-4E55-426C-8D94-C0B716904517}.Debug.ActiveCfg = Debug|.NET
  37. {9439C97D-4E55-426C-8D94-C0B716904517}.Debug.Build.0 = Debug|.NET
  38. {9439C97D-4E55-426C-8D94-C0B716904517}.Release.ActiveCfg = Release|.NET
  39. {9439C97D-4E55-426C-8D94-C0B716904517}.Release.Build.0 = Release|.NET
  40. {04355093-ED0E-43CE-A523-64C3E304FBEB}.Debug.ActiveCfg = Debug|.NET
  41. {04355093-ED0E-43CE-A523-64C3E304FBEB}.Debug.Build.0 = Debug|.NET
  42. {04355093-ED0E-43CE-A523-64C3E304FBEB}.Release.ActiveCfg = Release|.NET
  43. {04355093-ED0E-43CE-A523-64C3E304FBEB}.Release.Build.0 = Release|.NET
  44. {77FF3EB8-AF1A-4756-BACE-0ED6F68CB281}.Debug.ActiveCfg = Debug|.NET
  45. {77FF3EB8-AF1A-4756-BACE-0ED6F68CB281}.Debug.Build.0 = Debug|.NET
  46. {77FF3EB8-AF1A-4756-BACE-0ED6F68CB281}.Release.ActiveCfg = Release|.NET
  47. {77FF3EB8-AF1A-4756-BACE-0ED6F68CB281}.Release.Build.0 = Release|.NET
  48. EndGlobalSection
  49. GlobalSection(ExtensibilityGlobals) = postSolution
  50. EndGlobalSection
  51. GlobalSection(ExtensibilityAddIns) = postSolution
  52. EndGlobalSection
  53. EndGlobal