-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArgoCDDotNetClient.sln
37 lines (37 loc) · 1.85 KB
/
ArgoCDDotNetClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArgoCD.Client", "src\ArgoCD.Client\ArgoCD.Client.csproj", "{B3CDB1B4-BD32-408D-AC40-2F6F8F60329A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CCF6BF5F-0D0E-47C9-9EF2-CD0101BFF093}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build.ps1 = build.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArgoCD.Client.Test", "test\ArgoCD.Client.Test\ArgoCD.Client.Test.csproj", "{7E9C4A09-A1BD-4DB0-B924-8E6850F325C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3CDB1B4-BD32-408D-AC40-2F6F8F60329A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3CDB1B4-BD32-408D-AC40-2F6F8F60329A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3CDB1B4-BD32-408D-AC40-2F6F8F60329A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3CDB1B4-BD32-408D-AC40-2F6F8F60329A}.Release|Any CPU.Build.0 = Release|Any CPU
{7E9C4A09-A1BD-4DB0-B924-8E6850F325C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E9C4A09-A1BD-4DB0-B924-8E6850F325C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E9C4A09-A1BD-4DB0-B924-8E6850F325C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E9C4A09-A1BD-4DB0-B924-8E6850F325C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B394566F-1FF1-41E4-BEC6-6D15159D584D}
EndGlobalSection
EndGlobal