11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio 14
4- VisualStudioVersion = 14 .0.23107.0
3+ # Visual Studio Version 16
4+ VisualStudioVersion = 16 .0.29318.209
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "WeakEvent" , "src\WeakEvent\WeakEvent.csproj" , "{96E2D296-BDC9-449D-8094-F1020DFBFB8B}"
77EndProject
@@ -13,6 +13,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313EndProject
1414Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "WeakEvent.Tests" , "tests\WeakEvent.Tests\WeakEvent.Tests.csproj" , "{C95539EE-3EA3-4B64-A87D-C55370EC9BAE}"
1515EndProject
16+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tools" , "tools" , "{86659984-FECE-40CF-ABDC-AC8D00D720B7}"
17+ EndProject
18+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "build" , "tools\build\build.csproj" , "{A31121DA-9FA1-4457-99DF-FD987E241504}"
19+ EndProject
1620Global
1721 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1822 Debug| Any CPU = Debug| Any CPU
@@ -27,8 +31,16 @@ Global
2731 {C95539EE-3EA3-4B64-A87D-C55370EC9BAE} .Debug| Any CPU .Build .0 = Debug| Any CPU
2832 {C95539EE-3EA3-4B64-A87D-C55370EC9BAE} .Release| Any CPU .ActiveCfg = Release| Any CPU
2933 {C95539EE-3EA3-4B64-A87D-C55370EC9BAE} .Release| Any CPU .Build .0 = Release| Any CPU
34+ {A31121DA-9FA1-4457-99DF-FD987E241504} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35+ {A31121DA-9FA1-4457-99DF-FD987E241504} .Release| Any CPU .ActiveCfg = Release| Any CPU
3036 EndGlobalSection
3137 GlobalSection (SolutionProperties ) = preSolution
3238 HideSolutionNode = FALSE
3339 EndGlobalSection
40+ GlobalSection (NestedProjects ) = preSolution
41+ {A31121DA-9FA1-4457-99DF-FD987E241504} = {86659984-FECE-40CF-ABDC-AC8D00D720B7}
42+ EndGlobalSection
43+ GlobalSection (ExtensibilityGlobals ) = postSolution
44+ SolutionGuid = {519D6062-FE8B-420E-8F09-6F3133B4D675}
45+ EndGlobalSection
3446EndGlobal
0 commit comments