-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathEventFlowTestApplication.sln
More file actions
33 lines (33 loc) · 1.65 KB
/
EventFlowTestApplication.sln
File metadata and controls
33 lines (33 loc) · 1.65 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "EventFlowTestApplication", "EventFlowTestApplication\EventFlowTestApplication.sfproj", "{79A9AE8C-70F3-4983-8776-88118A279512}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stateless1", "Stateless1\Stateless1.csproj", "{0B86C0F8-441A-433E-9067-1FBC84469BCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79A9AE8C-70F3-4983-8776-88118A279512}.Debug|x64.ActiveCfg = Debug|x64
{79A9AE8C-70F3-4983-8776-88118A279512}.Debug|x64.Build.0 = Debug|x64
{79A9AE8C-70F3-4983-8776-88118A279512}.Debug|x64.Deploy.0 = Debug|x64
{79A9AE8C-70F3-4983-8776-88118A279512}.Release|x64.ActiveCfg = Release|x64
{79A9AE8C-70F3-4983-8776-88118A279512}.Release|x64.Build.0 = Release|x64
{79A9AE8C-70F3-4983-8776-88118A279512}.Release|x64.Deploy.0 = Release|x64
{0B86C0F8-441A-433E-9067-1FBC84469BCF}.Debug|x64.ActiveCfg = Debug|x64
{0B86C0F8-441A-433E-9067-1FBC84469BCF}.Debug|x64.Build.0 = Debug|x64
{0B86C0F8-441A-433E-9067-1FBC84469BCF}.Release|x64.ActiveCfg = Release|x64
{0B86C0F8-441A-433E-9067-1FBC84469BCF}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DE5ACF5-1CFD-462C-A1B6-D47C5C057BE3}
EndGlobalSection
EndGlobal