forked from Contrast-Security-OSS/contrast-sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContrast.ApiClient.sln
43 lines (43 loc) · 2.38 KB
/
Contrast.ApiClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContrastRestClient", "src\ContrastRestClient\ContrastRestClient.csproj", "{A03F8136-A1AB-4621-9D38-A47416C83EBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleContrastClient", "examples\SampleContrastClient\SampleContrastClient.csproj", "{1FDD7518-8C6F-4F53-86D4-E256D06A40B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContrastRestClient.Tests", "tests\ContrastRestClient.Tests\ContrastRestClient.Tests.csproj", "{448EF756-4077-4072-8274-A2075B1C56A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5700ED5C-D9E1-4049-8DA7-267FB3C113C1}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
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
{A03F8136-A1AB-4621-9D38-A47416C83EBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A03F8136-A1AB-4621-9D38-A47416C83EBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A03F8136-A1AB-4621-9D38-A47416C83EBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A03F8136-A1AB-4621-9D38-A47416C83EBE}.Release|Any CPU.Build.0 = Release|Any CPU
{1FDD7518-8C6F-4F53-86D4-E256D06A40B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FDD7518-8C6F-4F53-86D4-E256D06A40B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FDD7518-8C6F-4F53-86D4-E256D06A40B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FDD7518-8C6F-4F53-86D4-E256D06A40B3}.Release|Any CPU.Build.0 = Release|Any CPU
{448EF756-4077-4072-8274-A2075B1C56A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{448EF756-4077-4072-8274-A2075B1C56A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{448EF756-4077-4072-8274-A2075B1C56A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{448EF756-4077-4072-8274-A2075B1C56A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1653D463-0EDA-453A-9205-CF793D6D9109}
EndGlobalSection
EndGlobal