-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathWeakEvent.sln
46 lines (46 loc) · 2.43 KB
/
WeakEvent.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeakEvent", "src\WeakEvent\WeakEvent.csproj", "{96E2D296-BDC9-449D-8094-F1020DFBFB8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1540CDFD-FB74-48D8-BA77-3BC26F4C75B1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
NuGet\ThomasLevesque.WeakEvent.nuspec = NuGet\ThomasLevesque.WeakEvent.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeakEvent.Tests", "tests\WeakEvent.Tests\WeakEvent.Tests.csproj", "{C95539EE-3EA3-4B64-A87D-C55370EC9BAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{86659984-FECE-40CF-ABDC-AC8D00D720B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "build", "tools\build\build.csproj", "{A31121DA-9FA1-4457-99DF-FD987E241504}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96E2D296-BDC9-449D-8094-F1020DFBFB8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96E2D296-BDC9-449D-8094-F1020DFBFB8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96E2D296-BDC9-449D-8094-F1020DFBFB8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96E2D296-BDC9-449D-8094-F1020DFBFB8B}.Release|Any CPU.Build.0 = Release|Any CPU
{C95539EE-3EA3-4B64-A87D-C55370EC9BAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C95539EE-3EA3-4B64-A87D-C55370EC9BAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C95539EE-3EA3-4B64-A87D-C55370EC9BAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C95539EE-3EA3-4B64-A87D-C55370EC9BAE}.Release|Any CPU.Build.0 = Release|Any CPU
{A31121DA-9FA1-4457-99DF-FD987E241504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A31121DA-9FA1-4457-99DF-FD987E241504}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A31121DA-9FA1-4457-99DF-FD987E241504} = {86659984-FECE-40CF-ABDC-AC8D00D720B7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {519D6062-FE8B-420E-8F09-6F3133B4D675}
EndGlobalSection
EndGlobal