-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMartenPoC.sln
40 lines (40 loc) · 2.68 KB
/
MartenPoC.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Commands", "Common.Commands\Common.Commands.csproj", "{14F87033-0153-4734-8AA7-B9571FBFF1AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoCEventHandler", "PoC\PoCEventHandler\PoCEventHandler.csproj", "{A76926BB-FC5F-4918-886F-F11774F3B428}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoCEventRaiser", "PoC\PoCEventRaiser\PoCEventRaiser.csproj", "{71E97B24-2A52-4C4D-89FC-D3D7379057C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoCAPI", "PoC\PoCAPI\PoCAPI.csproj", "{08DABD0C-1522-49FC-B86A-C8A2D49712D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoCCommon", "PoC\PoCCommon\PoCCommon.csproj", "{41BE5C40-4B44-4C29-87BE-DEC0E9AB1AF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14F87033-0153-4734-8AA7-B9571FBFF1AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14F87033-0153-4734-8AA7-B9571FBFF1AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14F87033-0153-4734-8AA7-B9571FBFF1AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14F87033-0153-4734-8AA7-B9571FBFF1AC}.Release|Any CPU.Build.0 = Release|Any CPU
{A76926BB-FC5F-4918-886F-F11774F3B428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A76926BB-FC5F-4918-886F-F11774F3B428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A76926BB-FC5F-4918-886F-F11774F3B428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A76926BB-FC5F-4918-886F-F11774F3B428}.Release|Any CPU.Build.0 = Release|Any CPU
{71E97B24-2A52-4C4D-89FC-D3D7379057C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E97B24-2A52-4C4D-89FC-D3D7379057C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E97B24-2A52-4C4D-89FC-D3D7379057C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E97B24-2A52-4C4D-89FC-D3D7379057C0}.Release|Any CPU.Build.0 = Release|Any CPU
{08DABD0C-1522-49FC-B86A-C8A2D49712D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08DABD0C-1522-49FC-B86A-C8A2D49712D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08DABD0C-1522-49FC-B86A-C8A2D49712D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08DABD0C-1522-49FC-B86A-C8A2D49712D8}.Release|Any CPU.Build.0 = Release|Any CPU
{41BE5C40-4B44-4C29-87BE-DEC0E9AB1AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41BE5C40-4B44-4C29-87BE-DEC0E9AB1AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41BE5C40-4B44-4C29-87BE-DEC0E9AB1AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41BE5C40-4B44-4C29-87BE-DEC0E9AB1AF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal