This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
forked from eventuate-tram/eventuate-tram-core-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IO.Eventuate.Tram.sln
40 lines (39 loc) · 2.29 KB
/
IO.Eventuate.Tram.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
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Eventuate.Tram", "IO.Eventuate.Tram\IO.Eventuate.Tram.csproj", "{96F3A919-06F2-4064-B8B7-882E2694E989}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2ABE527D-03E2-4126-8392-6ABAEC94EEF8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Eventuate.Tram.UnitTests", "IO.Eventuate.Tram.UnitTests\IO.Eventuate.Tram.UnitTests.csproj", "{E64ED890-5DE8-49B1-9585-A48EC1AB8337}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Eventuate.Tram.IntegrationTests", "IO.Eventuate.Tram.IntegrationTests\IO.Eventuate.Tram.IntegrationTests.csproj", "{2E184839-4872-45CD-8542-C0BD91932C9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96F3A919-06F2-4064-B8B7-882E2694E989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96F3A919-06F2-4064-B8B7-882E2694E989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96F3A919-06F2-4064-B8B7-882E2694E989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96F3A919-06F2-4064-B8B7-882E2694E989}.Release|Any CPU.Build.0 = Release|Any CPU
{E64ED890-5DE8-49B1-9585-A48EC1AB8337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E64ED890-5DE8-49B1-9585-A48EC1AB8337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E64ED890-5DE8-49B1-9585-A48EC1AB8337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E64ED890-5DE8-49B1-9585-A48EC1AB8337}.Release|Any CPU.Build.0 = Release|Any CPU
{2E184839-4872-45CD-8542-C0BD91932C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E184839-4872-45CD-8542-C0BD91932C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E184839-4872-45CD-8542-C0BD91932C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E184839-4872-45CD-8542-C0BD91932C9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EAB0342-E46E-4FC6-84F3-BBF24D40DC61}
EndGlobalSection
EndGlobal