-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeffernanTech.Services.HostedQueueProcessor.sln
37 lines (37 loc) · 2.01 KB
/
HeffernanTech.Services.HostedQueueProcessor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeffernanTech.Services.HostedQueueProcessor", "HeffernanTech.Services.HostedQueueProcessor\HeffernanTech.Services.HostedQueueProcessor.csproj", "{D8363205-816E-4CD6-AE59-2D9AF9F1D38E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeffernanTech.Services.HostedQueueProcessor.Tests", "HeffernanTech.Services.HostedQueueProcessor.Tests\HeffernanTech.Services.HostedQueueProcessor.Tests.csproj", "{E401DFC6-848D-4FCE-B4E6-269C5F28278D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D12F0841-CD6F-4331-95E1-63FF07BDA522}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Icon.png = Icon.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8363205-816E-4CD6-AE59-2D9AF9F1D38E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8363205-816E-4CD6-AE59-2D9AF9F1D38E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8363205-816E-4CD6-AE59-2D9AF9F1D38E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8363205-816E-4CD6-AE59-2D9AF9F1D38E}.Release|Any CPU.Build.0 = Release|Any CPU
{E401DFC6-848D-4FCE-B4E6-269C5F28278D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E401DFC6-848D-4FCE-B4E6-269C5F28278D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E401DFC6-848D-4FCE-B4E6-269C5F28278D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E401DFC6-848D-4FCE-B4E6-269C5F28278D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB082D49-243B-4A6C-B88E-E2DE25E25AD4}
EndGlobalSection
EndGlobal