-
Notifications
You must be signed in to change notification settings - Fork 0
/
Frank.PulseFlow.sln
47 lines (47 loc) · 2.44 KB
/
Frank.PulseFlow.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
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Frank.PulseFlow", "Frank.PulseFlow\Frank.PulseFlow.csproj", "{32A7D8D4-9DB3-4F57-91C1-228957EE414F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Frank.PulseFlow.Tests", "Frank.PulseFlow.Tests\Frank.PulseFlow.Tests.csproj", "{CDFBB79A-4D36-4C6C-865A-EC6A48EEA08E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F0BA9824-F862-4CCF-A326-7E5AB567F9E4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
CONTRIBUTING.md = CONTRIBUTING.md
icon.png = icon.png
README.md = README.md
MAINTAINERS.md = MAINTAINERS.md
STYLE.md = STYLE.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Frank.PulseFlow.Logging", "Frank.PulseFlow.Logging\Frank.PulseFlow.Logging.csproj", "{37DF9EE8-CDF2-430C-B407-D9546088D890}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32A7D8D4-9DB3-4F57-91C1-228957EE414F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A7D8D4-9DB3-4F57-91C1-228957EE414F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A7D8D4-9DB3-4F57-91C1-228957EE414F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A7D8D4-9DB3-4F57-91C1-228957EE414F}.Release|Any CPU.Build.0 = Release|Any CPU
{CDFBB79A-4D36-4C6C-865A-EC6A48EEA08E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDFBB79A-4D36-4C6C-865A-EC6A48EEA08E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDFBB79A-4D36-4C6C-865A-EC6A48EEA08E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDFBB79A-4D36-4C6C-865A-EC6A48EEA08E}.Release|Any CPU.Build.0 = Release|Any CPU
{37DF9EE8-CDF2-430C-B407-D9546088D890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37DF9EE8-CDF2-430C-B407-D9546088D890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37DF9EE8-CDF2-430C-B407-D9546088D890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37DF9EE8-CDF2-430C-B407-D9546088D890}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal