This repository was archived by the owner on Nov 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStPrintQueue.sln
More file actions
42 lines (42 loc) · 2.29 KB
/
StPrintQueue.sln
File metadata and controls
42 lines (42 loc) · 2.29 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StPrintQueue.Api", "StPrintQueue.Api\StPrintQueue.Api.csproj", "{10175221-F77B-47E5-A9E6-1C6E8A2399F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StPrintQueue.Db", "StPrintQueue.Db\StPrintQueue.Db.csproj", "{E816519F-7EA7-4F0D-B46B-A3B22015877B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A0B5CDB-5FCE-4D9A-94E3-5F35F6C472AA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StPrintQueue.Print", "StPrintQueue.Print\StPrintQueue.Print.csproj", "{1DABD80C-0336-4F80-9AE3-1C41BB5C2868}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10175221-F77B-47E5-A9E6-1C6E8A2399F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10175221-F77B-47E5-A9E6-1C6E8A2399F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10175221-F77B-47E5-A9E6-1C6E8A2399F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10175221-F77B-47E5-A9E6-1C6E8A2399F6}.Release|Any CPU.Build.0 = Release|Any CPU
{E816519F-7EA7-4F0D-B46B-A3B22015877B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E816519F-7EA7-4F0D-B46B-A3B22015877B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E816519F-7EA7-4F0D-B46B-A3B22015877B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E816519F-7EA7-4F0D-B46B-A3B22015877B}.Release|Any CPU.Build.0 = Release|Any CPU
{1DABD80C-0336-4F80-9AE3-1C41BB5C2868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DABD80C-0336-4F80-9AE3-1C41BB5C2868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DABD80C-0336-4F80-9AE3-1C41BB5C2868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DABD80C-0336-4F80-9AE3-1C41BB5C2868}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCA2DCC3-DEA8-4B44-AFE6-09D4D3767B6F}
EndGlobalSection
EndGlobal