forked from benday-inc/azdoutil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AzureDevOpsUtil.sln
57 lines (57 loc) · 3.09 KB
/
AzureDevOpsUtil.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
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benday.AzureDevOpsUtil.ConsoleUi", "Benday.AzureDevOpsUtil.ConsoleUi\Benday.AzureDevOpsUtil.ConsoleUi.csproj", "{7F8CC7DC-8B6D-46E4-808B-2ADD3FAE9CA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benday.AzureDevOpsUtil.Api", "Benday.AzureDevOpsUtil.Api\Benday.AzureDevOpsUtil.Api.csproj", "{63FC625A-37AB-4D2E-B5A3-4663FF3605C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benday.AzureDevOpsUtil.UnitTests", "Benday.AzureDevOpsUtil.UnitTests\Benday.AzureDevOpsUtil.UnitTests.csproj", "{60E7B992-2505-40B4-8C71-859D74708E10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27503CBB-868C-4A25-B58C-8A6B1E2B633F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
install.ps1 = install.ps1
install.sh = install.sh
misc\readme-categories-github.md = misc\readme-categories-github.md
misc\readme-categories-nuget.md = misc\readme-categories-nuget.md
README-for-nuget.md = README-for-nuget.md
misc\readme-header.md = misc\readme-header.md
README.md = README.md
uninstall.ps1 = uninstall.ps1
uninstall.sh = uninstall.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scratchpad", "scratchpad", "{7E31678F-0886-4F65-BE3A-9D34195DB89F}"
ProjectSection(SolutionItems) = preProject
scratchpad\odata-calls.rest = scratchpad\odata-calls.rest
scratchpad\rest-calls.rest = scratchpad\rest-calls.rest
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F8CC7DC-8B6D-46E4-808B-2ADD3FAE9CA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F8CC7DC-8B6D-46E4-808B-2ADD3FAE9CA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F8CC7DC-8B6D-46E4-808B-2ADD3FAE9CA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F8CC7DC-8B6D-46E4-808B-2ADD3FAE9CA2}.Release|Any CPU.Build.0 = Release|Any CPU
{63FC625A-37AB-4D2E-B5A3-4663FF3605C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63FC625A-37AB-4D2E-B5A3-4663FF3605C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63FC625A-37AB-4D2E-B5A3-4663FF3605C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63FC625A-37AB-4D2E-B5A3-4663FF3605C8}.Release|Any CPU.Build.0 = Release|Any CPU
{60E7B992-2505-40B4-8C71-859D74708E10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60E7B992-2505-40B4-8C71-859D74708E10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60E7B992-2505-40B4-8C71-859D74708E10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60E7B992-2505-40B4-8C71-859D74708E10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E86AC071-24FF-4BA1-AA88-E8389E278BB2}
EndGlobalSection
EndGlobal