-
Notifications
You must be signed in to change notification settings - Fork 2
/
Fossology.Rest.Dotnet.sln
59 lines (59 loc) · 3.25 KB
/
Fossology.Rest.Dotnet.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
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{66961846-D78E-4DC0-BE09-F712FC21EA09}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
ChangeLog.md = ChangeLog.md
LICENSE = LICENSE
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C39AAAA-3427-4C25-80ED-2B684D09A26C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CodeCoverageReport.ps1 = CodeCoverageReport.ps1
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fossology.Rest.Dotnet.Model", "Fossology.Rest.Dotnet.Model\Fossology.Rest.Dotnet.Model.csproj", "{8508C5AC-5A27-4E14-A366-97B7D054867B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fossology.Rest.Dotnet", "Fossology.Rest.Dotnet\Fossology.Rest.Dotnet.csproj", "{4608A562-5C54-4A4E-BF1A-7EA6035E940B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fossology.Rest.Dotnet.Test", "Fossology.Rest.Dotnet.Test\Fossology.Rest.Dotnet.Test.csproj", "{A1FBAA6A-4B91-4889-93C5-0346E2474162}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FossyApiDemo", "FossyApiDemo\FossyApiDemo.csproj", "{A3CA5288-F717-48E5-A6F7-76E93D9F9108}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8508C5AC-5A27-4E14-A366-97B7D054867B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8508C5AC-5A27-4E14-A366-97B7D054867B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8508C5AC-5A27-4E14-A366-97B7D054867B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8508C5AC-5A27-4E14-A366-97B7D054867B}.Release|Any CPU.Build.0 = Release|Any CPU
{4608A562-5C54-4A4E-BF1A-7EA6035E940B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4608A562-5C54-4A4E-BF1A-7EA6035E940B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4608A562-5C54-4A4E-BF1A-7EA6035E940B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4608A562-5C54-4A4E-BF1A-7EA6035E940B}.Release|Any CPU.Build.0 = Release|Any CPU
{A1FBAA6A-4B91-4889-93C5-0346E2474162}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1FBAA6A-4B91-4889-93C5-0346E2474162}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1FBAA6A-4B91-4889-93C5-0346E2474162}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1FBAA6A-4B91-4889-93C5-0346E2474162}.Release|Any CPU.Build.0 = Release|Any CPU
{A3CA5288-F717-48E5-A6F7-76E93D9F9108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3CA5288-F717-48E5-A6F7-76E93D9F9108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3CA5288-F717-48E5-A6F7-76E93D9F9108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3CA5288-F717-48E5-A6F7-76E93D9F9108}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1D02F03-7848-4C41-A907-6236962AB0A0}
EndGlobalSection
EndGlobal