-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
PrintIt.sln
46 lines (46 loc) · 2.45 KB
/
PrintIt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrintIt.Core", "src\PrintIt.Core\PrintIt.Core.csproj", "{758C3632-8867-42F1-B7DC-D38FBE308DA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrintIt.Core.Tests", "tests\PrintIt.Core.Tests\PrintIt.Core.Tests.csproj", "{0D9325C3-C396-4C28-8473-9CF6C0A4B0AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrintIt.ServiceHost", "src\PrintIt.ServiceHost\PrintIt.ServiceHost.csproj", "{2BC0EEC6-8F22-4E13-93ED-1750940121EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E2EF101E-2A11-4B18-9528-77EE4F8F1061}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
ca.ruleset = ca.ruleset
LICENSE = LICENSE
README.md = README.md
.github\workflows\build-test.yml = .github\workflows\build-test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{758C3632-8867-42F1-B7DC-D38FBE308DA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{758C3632-8867-42F1-B7DC-D38FBE308DA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{758C3632-8867-42F1-B7DC-D38FBE308DA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{758C3632-8867-42F1-B7DC-D38FBE308DA3}.Release|Any CPU.Build.0 = Release|Any CPU
{0D9325C3-C396-4C28-8473-9CF6C0A4B0AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D9325C3-C396-4C28-8473-9CF6C0A4B0AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D9325C3-C396-4C28-8473-9CF6C0A4B0AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D9325C3-C396-4C28-8473-9CF6C0A4B0AE}.Release|Any CPU.Build.0 = Release|Any CPU
{2BC0EEC6-8F22-4E13-93ED-1750940121EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BC0EEC6-8F22-4E13-93ED-1750940121EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BC0EEC6-8F22-4E13-93ED-1750940121EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BC0EEC6-8F22-4E13-93ED-1750940121EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBEC31A1-0DBB-45EF-A9D1-867186922DC8}
EndGlobalSection
EndGlobal