-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAggregateEvents.sln
More file actions
61 lines (61 loc) · 3.52 KB
/
AggregateEvents.sln
File metadata and controls
61 lines (61 loc) · 3.52 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A1409E10-E739-483A-995B-D85E2F87E25A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A712D2B9-7E9E-4B97-9295-3248A90BFC19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{402B031F-78E1-45DF-8680-28DC1FB24A5E}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AggregateEventsVB", "src\AggregateEventsVB\AggregateEventsVB.vbproj", "{C1BE7C1E-5399-49CE-B591-49266BAEA062}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AggregateEventsVB.Tests", "tests\AggregateEventsVB.Tests\AggregateEventsVB.Tests.vbproj", "{C37A11A2-B34E-4C25-8074-F92B72F2BD08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Debug|x64.ActiveCfg = Debug|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Debug|x64.Build.0 = Debug|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Debug|x86.ActiveCfg = Debug|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Debug|x86.Build.0 = Debug|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Release|Any CPU.Build.0 = Release|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Release|x64.ActiveCfg = Release|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Release|x64.Build.0 = Release|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Release|x86.ActiveCfg = Release|Any CPU
{C1BE7C1E-5399-49CE-B591-49266BAEA062}.Release|x86.Build.0 = Release|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Debug|x64.ActiveCfg = Debug|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Debug|x64.Build.0 = Debug|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Debug|x86.ActiveCfg = Debug|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Debug|x86.Build.0 = Debug|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Release|Any CPU.Build.0 = Release|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Release|x64.ActiveCfg = Release|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Release|x64.Build.0 = Release|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Release|x86.ActiveCfg = Release|Any CPU
{C37A11A2-B34E-4C25-8074-F92B72F2BD08}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C1BE7C1E-5399-49CE-B591-49266BAEA062} = {A1409E10-E739-483A-995B-D85E2F87E25A}
{C37A11A2-B34E-4C25-8074-F92B72F2BD08} = {402B031F-78E1-45DF-8680-28DC1FB24A5E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A29710FB-7FD4-43DE-983D-8C47FD8A582C}
EndGlobalSection
EndGlobal