-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCIS.Service.Client.sln
43 lines (43 loc) · 2.17 KB
/
CIS.Service.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CIS.Service.Client", "src\CIS.Service.Client\CIS.Service.Client.csproj", "{DF748C17-901E-44AE-96F7-51AB56D1E91F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8DAD05E1-5D33-4F68-87A9-DD71DB85EC2E}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WorkFlow", "WorkFlow", "{DAAE12C1-F2E3-48C4-BEAC-A13120E2C709}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CIS.Service.Client.Tests", "src\CIS.Service.Client.Tests\CIS.Service.Client.Tests.csproj", "{78F86BD9-DDBC-4166-AF42-AD554102AE26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF748C17-901E-44AE-96F7-51AB56D1E91F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF748C17-901E-44AE-96F7-51AB56D1E91F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF748C17-901E-44AE-96F7-51AB56D1E91F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF748C17-901E-44AE-96F7-51AB56D1E91F}.Release|Any CPU.Build.0 = Release|Any CPU
{78F86BD9-DDBC-4166-AF42-AD554102AE26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78F86BD9-DDBC-4166-AF42-AD554102AE26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78F86BD9-DDBC-4166-AF42-AD554102AE26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78F86BD9-DDBC-4166-AF42-AD554102AE26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06F98CC4-9324-45B1-83C5-1D3E84D9DF33}
EndGlobalSection
EndGlobal