-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolidCI.sln
44 lines (44 loc) · 2 KB
/
SolidCI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolidCI.Azure", "SolidCI.Azure\SolidCI.Azure.csproj", "{07B850B6-3F31-46CF-8C1C-47CF2097097E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8973CAD0-BFBB-4259-877C-C850210176B4}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9B0B2322-6A69-49FB-9EC2-1D0605CB6ABF}"
ProjectSection(SolutionItems) = preProject
SolidCI.Azure\Content\Powershell\Common\tests.ps1 = SolidCI.Azure\Content\Powershell\Common\tests.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project1", "Project1", "{5A61C13F-64E2-48A4-8946-180FB7B84DF8}"
ProjectSection(SolutionItems) = preProject
project.csproj = project.csproj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07B850B6-3F31-46CF-8C1C-47CF2097097E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B850B6-3F31-46CF-8C1C-47CF2097097E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B850B6-3F31-46CF-8C1C-47CF2097097E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B850B6-3F31-46CF-8C1C-47CF2097097E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A61C13F-64E2-48A4-8946-180FB7B84DF8} = {9B0B2322-6A69-49FB-9EC2-1D0605CB6ABF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDAABD91-4DB2-46EC-98FB-E8828C01F44B}
EndGlobalSection
EndGlobal