-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathEventBinder.sln
74 lines (74 loc) · 5.01 KB
/
EventBinder.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBinder", "EventBinder\EventBinder.csproj", "{539E63FF-327C-4A83-84F2-784C35152E31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBinder.Tests", "EventBinder.Tests\EventBinder.Tests.csproj", "{55B6A5AC-C44E-4417-BE23-1D1D36261CC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBinder.Avalonia", "EventBinder.Avalonia\EventBinder.Avalonia.csproj", "{A91392B5-AD3C-48DE-8B5F-81E5AB8F7365}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7333F819-46C1-4BC7-935F-F3D47AB726FD}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "EventBinder.Shared", "EventBinder.Shared\EventBinder.Shared.shproj", "{04312571-CC13-49EB-AA0C-29AEFD29F3E5}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "EventBinder.Tests.Shared", "EventBinder.Tests.Shared\EventBinder.Tests.Shared.shproj", "{CB7008B8-F11C-4FD4-ABA0-3E79A47EECD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBinder.Tests.Avalonia", "EventBinder.Tests.Avalonia\EventBinder.Tests.Avalonia.csproj", "{E679C216-7711-4529-8AAD-AE5D95E84F6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7B92879-E181-4D09-8B15-987C4505B8E4}"
ProjectSection(SolutionItems) = preProject
EventBinder.Metadata.props = EventBinder.Metadata.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBinder.AvaloniaPreview", "EventBinder.AvaloniaPreview\EventBinder.AvaloniaPreview.csproj", "{3964FB3A-98D9-43F0-8443-20E3C5A61497}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{539E63FF-327C-4A83-84F2-784C35152E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{539E63FF-327C-4A83-84F2-784C35152E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{539E63FF-327C-4A83-84F2-784C35152E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{539E63FF-327C-4A83-84F2-784C35152E31}.Release|Any CPU.Build.0 = Release|Any CPU
{55B6A5AC-C44E-4417-BE23-1D1D36261CC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55B6A5AC-C44E-4417-BE23-1D1D36261CC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55B6A5AC-C44E-4417-BE23-1D1D36261CC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55B6A5AC-C44E-4417-BE23-1D1D36261CC8}.Release|Any CPU.Build.0 = Release|Any CPU
{A91392B5-AD3C-48DE-8B5F-81E5AB8F7365}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A91392B5-AD3C-48DE-8B5F-81E5AB8F7365}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A91392B5-AD3C-48DE-8B5F-81E5AB8F7365}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A91392B5-AD3C-48DE-8B5F-81E5AB8F7365}.Release|Any CPU.Build.0 = Release|Any CPU
{E679C216-7711-4529-8AAD-AE5D95E84F6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E679C216-7711-4529-8AAD-AE5D95E84F6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E679C216-7711-4529-8AAD-AE5D95E84F6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E679C216-7711-4529-8AAD-AE5D95E84F6E}.Release|Any CPU.Build.0 = Release|Any CPU
{3964FB3A-98D9-43F0-8443-20E3C5A61497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3964FB3A-98D9-43F0-8443-20E3C5A61497}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3964FB3A-98D9-43F0-8443-20E3C5A61497}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3964FB3A-98D9-43F0-8443-20E3C5A61497}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{55B6A5AC-C44E-4417-BE23-1D1D36261CC8} = {7333F819-46C1-4BC7-935F-F3D47AB726FD}
{CB7008B8-F11C-4FD4-ABA0-3E79A47EECD5} = {7333F819-46C1-4BC7-935F-F3D47AB726FD}
{E679C216-7711-4529-8AAD-AE5D95E84F6E} = {7333F819-46C1-4BC7-935F-F3D47AB726FD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C29190A6-E39B-405B-BE25-0B8408DAC041}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
EventBinder.Shared\EventBinder.Shared.projitems*{04312571-cc13-49eb-aa0c-29aefd29f3e5}*SharedItemsImports = 13
EventBinder.Shared\EventBinder.Shared.projitems*{3964fb3a-98d9-43f0-8443-20e3c5a61497}*SharedItemsImports = 5
EventBinder.Shared\EventBinder.Shared.projitems*{539e63ff-327c-4a83-84f2-784c35152e31}*SharedItemsImports = 5
EventBinder.Tests.Shared\EventBinder.Tests.Shared.projitems*{55b6a5ac-c44e-4417-be23-1d1d36261cc8}*SharedItemsImports = 5
EventBinder.Shared\EventBinder.Shared.projitems*{a91392b5-ad3c-48de-8b5f-81e5ab8f7365}*SharedItemsImports = 5
EventBinder.Tests.Shared\EventBinder.Tests.Shared.projitems*{cb7008b8-f11c-4fd4-aba0-3e79a47eecd5}*SharedItemsImports = 13
EventBinder.Tests.Shared\EventBinder.Tests.Shared.projitems*{e679c216-7711-4529-8aad-ae5d95e84f6e}*SharedItemsImports = 5
EndGlobalSection
EndGlobal