This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathAnotherJiraRestClient.sln
33 lines (33 loc) · 1.71 KB
/
AnotherJiraRestClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnotherJiraRestClient", "AnotherJiraRestClient\AnotherJiraRestClient.csproj", "{49EB9A11-ED25-412A-9416-C124A0CCFB8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{29F3726A-AAE6-42E9-9750-5E9F22DA0E95}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnotherJiraRestClient.Sample", "AnotherJiraRestClient.Sample\AnotherJiraRestClient.Sample.csproj", "{F122798E-F04B-451F-A82A-BE28734BB183}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49EB9A11-ED25-412A-9416-C124A0CCFB8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49EB9A11-ED25-412A-9416-C124A0CCFB8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49EB9A11-ED25-412A-9416-C124A0CCFB8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49EB9A11-ED25-412A-9416-C124A0CCFB8F}.Release|Any CPU.Build.0 = Release|Any CPU
{F122798E-F04B-451F-A82A-BE28734BB183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F122798E-F04B-451F-A82A-BE28734BB183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F122798E-F04B-451F-A82A-BE28734BB183}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F122798E-F04B-451F-A82A-BE28734BB183}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal