-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRedBrickSoftwareWorkProcessManager.sln
More file actions
56 lines (55 loc) · 3.17 KB
/
RedBrickSoftwareWorkProcessManager.sln
File metadata and controls
56 lines (55 loc) · 3.17 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedBrickSoftware.WebHookDispatcher", "RedBrickSoftware.WebHookDispatcher\RedBrickSoftware.WebHookDispatcher.csproj", "{418F3F01-3512-4996-8644-DE017D0DBF68}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EB51DFD-FDCE-43F9-84CB-126B61C9BCF0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedBrickSoftware.ClassLibrary", "RedBrickSoftware.ClassLibrary\RedBrickSoftware.ClassLibrary.csproj", "{7755B7E8-073F-4420-A25D-E872C690DA92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedBrickSoftware.WebHookWorkQuery", "RedBrickSoftware.WebHookWorkQuery\RedBrickSoftware.WebHookWorkQuery.csproj", "{0CA53E54-E7C0-405B-BA77-F315E71827C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedBrickSoftware.WorkProcessManager", "RedBrickSoftware.WorkProcessManager\RedBrickSoftware.WorkProcessManager.csproj", "{A9A6DB55-4078-4FC1-95F6-1201037A7AF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{418F3F01-3512-4996-8644-DE017D0DBF68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{418F3F01-3512-4996-8644-DE017D0DBF68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{418F3F01-3512-4996-8644-DE017D0DBF68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{418F3F01-3512-4996-8644-DE017D0DBF68}.Release|Any CPU.Build.0 = Release|Any CPU
{7755B7E8-073F-4420-A25D-E872C690DA92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7755B7E8-073F-4420-A25D-E872C690DA92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7755B7E8-073F-4420-A25D-E872C690DA92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7755B7E8-073F-4420-A25D-E872C690DA92}.Release|Any CPU.Build.0 = Release|Any CPU
{0CA53E54-E7C0-405B-BA77-F315E71827C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CA53E54-E7C0-405B-BA77-F315E71827C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CA53E54-E7C0-405B-BA77-F315E71827C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CA53E54-E7C0-405B-BA77-F315E71827C4}.Release|Any CPU.Build.0 = Release|Any CPU
{A9A6DB55-4078-4FC1-95F6-1201037A7AF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A6DB55-4078-4FC1-95F6-1201037A7AF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A6DB55-4078-4FC1-95F6-1201037A7AF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A6DB55-4078-4FC1-95F6-1201037A7AF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.VersionControlPolicy = $5
version = 0.0.1
EndGlobalSection
EndGlobal