-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEventWithCommandAggergatorExample.sln
More file actions
42 lines (42 loc) · 2.36 KB
/
EventWithCommandAggergatorExample.sln
File metadata and controls
42 lines (42 loc) · 2.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
<<<<<<< HEAD
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandToEventAggregator", "CommandToEventAggregator\CommandToEventAggregator.csproj", "{D8BB3A71-0512-4BEB-890D-017229EC3C59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventWithCommandAggergatorExample", "CommandToEventAggregatorExample\EventWithCommandAggergatorExample.csproj", "{1AF5B659-843B-455B-9150-B6D1E83EB482}"
=======
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventWithCommandAggergatorExample", "EventWithCommandAggergator\EventWithCommandAggergatorExample.csproj", "{1AF5B659-843B-455B-9150-B6D1E83EB482}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandToEventAggregator", "CommandToEventAggregator\CommandToEventAggregator.csproj", "{D8BB3A71-0512-4BEB-890D-017229EC3C59}"
>>>>>>> 808849f1485158b0ae428b8083a512c95d932b6c
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
<<<<<<< HEAD
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Release|Any CPU.Build.0 = Release|Any CPU
=======
>>>>>>> 808849f1485158b0ae428b8083a512c95d932b6c
{1AF5B659-843B-455B-9150-B6D1E83EB482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AF5B659-843B-455B-9150-B6D1E83EB482}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AF5B659-843B-455B-9150-B6D1E83EB482}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AF5B659-843B-455B-9150-B6D1E83EB482}.Release|Any CPU.Build.0 = Release|Any CPU
<<<<<<< HEAD
=======
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8BB3A71-0512-4BEB-890D-017229EC3C59}.Release|Any CPU.Build.0 = Release|Any CPU
>>>>>>> 808849f1485158b0ae428b8083a512c95d932b6c
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal