-
Notifications
You must be signed in to change notification settings - Fork 0
/
Oceana.sln
53 lines (53 loc) · 2.63 KB
/
Oceana.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0EACC0D8-B7B7-4A81-BD0B-C334533485AF}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
.globalconfig = .globalconfig
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3FF18ABD-26B6-424C-A5D6-D94DE018EF48}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
src\Directory.Build.props = src\Directory.Build.props
src\stylecop.json = src\stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7F591A4E-A298-4DA5-86F3-A976395D2B87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oceana.Agent.Windows", "src\Oceana.Agent.Windows\Oceana.Agent.Windows.csproj", "{4F331172-BAEB-4AAF-A97F-9D899F0F9B75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oceana.Agent.Windows.Test", "tests\Oceana.Agent.Windows.Test\Oceana.Agent.Windows.Test.csproj", "{1A9BB7F0-2227-4055-A744-77D82A61B57A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F331172-BAEB-4AAF-A97F-9D899F0F9B75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F331172-BAEB-4AAF-A97F-9D899F0F9B75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F331172-BAEB-4AAF-A97F-9D899F0F9B75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F331172-BAEB-4AAF-A97F-9D899F0F9B75}.Release|Any CPU.Build.0 = Release|Any CPU
{1A9BB7F0-2227-4055-A744-77D82A61B57A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A9BB7F0-2227-4055-A744-77D82A61B57A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A9BB7F0-2227-4055-A744-77D82A61B57A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A9BB7F0-2227-4055-A744-77D82A61B57A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4F331172-BAEB-4AAF-A97F-9D899F0F9B75} = {3FF18ABD-26B6-424C-A5D6-D94DE018EF48}
{1A9BB7F0-2227-4055-A744-77D82A61B57A} = {7F591A4E-A298-4DA5-86F3-A976395D2B87}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F70442E-984F-4DFB-BF55-32D453FDB942}
EndGlobalSection
EndGlobal