-
Notifications
You must be signed in to change notification settings - Fork 0
/
JiraTools.sln
47 lines (47 loc) · 2.39 KB
/
JiraTools.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
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JiraLib", "JiraLib\JiraLib.csproj", "{8DBFAC77-3744-4A49-B779-AEBAB3F728C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JiraCli", "JiraCli\JiraCli.csproj", "{68133262-CA5C-4333-8151-9D277F693430}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JiraTools.Web.Api", "JiraTools.Web.Api\JiraTools.Web.Api.csproj", "{359E54BA-F6DE-4FF6-9762-DD6B2B4EF8E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BBA6B51B-4523-421D-A2D7-4368368DEC3C}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8DBFAC77-3744-4A49-B779-AEBAB3F728C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DBFAC77-3744-4A49-B779-AEBAB3F728C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DBFAC77-3744-4A49-B779-AEBAB3F728C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DBFAC77-3744-4A49-B779-AEBAB3F728C6}.Release|Any CPU.Build.0 = Release|Any CPU
{68133262-CA5C-4333-8151-9D277F693430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68133262-CA5C-4333-8151-9D277F693430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68133262-CA5C-4333-8151-9D277F693430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68133262-CA5C-4333-8151-9D277F693430}.Release|Any CPU.Build.0 = Release|Any CPU
{359E54BA-F6DE-4FF6-9762-DD6B2B4EF8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{359E54BA-F6DE-4FF6-9762-DD6B2B4EF8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{359E54BA-F6DE-4FF6-9762-DD6B2B4EF8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{359E54BA-F6DE-4FF6-9762-DD6B2B4EF8E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE694760-5C5F-4769-B20C-5E106B8D56C7}
EndGlobalSection
EndGlobal