-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebTrendsSDK.sln
86 lines (86 loc) · 4.63 KB
/
WebTrendsSDK.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "repo", "repo", "{99AAEB02-E54A-447D-BA8A-98C9BD6F7179}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
build.cmd = build.cmd
build.sh = build.sh
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{857D6838-DF18-4B33-9E13-A1797439A068}"
ProjectSection(SolutionItems) = preProject
build\.editorconfig = build\.editorconfig
build\coverlet.runsettings = build\coverlet.runsettings
build\Directory.Build.props = build\Directory.Build.props
build\Directory.Build.targets = build\Directory.Build.targets
build\Directory.Packages.props = build\Directory.Packages.props
build\LICENSE = build\LICENSE
build\NuGet.config = build\NuGet.config
build\README.md = build\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{6DCB10C3-48D7-4914-8D84-669E25CB3E80}"
ProjectSection(SolutionItems) = preProject
build\.config\dotnet-tools.json = build\.config\dotnet-tools.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build.Abstractions", "build\apps\Build.Abstractions\Build.Abstractions.csproj", "{F53D4CA0-320D-4A24-B6CB-3AB9B7332420}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "build\apps\Build\Build.csproj", "{44002194-595F-4853-B50A-29331D397230}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{E83BCACB-08AB-449B-9B97-24804A167D7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebTrendsSDK", "libs\WebTrendsSDK\WebTrendsSDK.csproj", "{99420D2C-C74A-464F-9432-41B09E0C099D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "apps", "apps", "{B65FB7A5-E138-4475-9434-89FB5F44C298}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebTrendsSDK.ConsoleSample", "apps\WebTrendsSDK.ConsoleSample\WebTrendsSDK.ConsoleSample.csproj", "{5DCDE096-88B9-464E-AA3A-C0F600C705C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F53D4CA0-320D-4A24-B6CB-3AB9B7332420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F53D4CA0-320D-4A24-B6CB-3AB9B7332420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F53D4CA0-320D-4A24-B6CB-3AB9B7332420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F53D4CA0-320D-4A24-B6CB-3AB9B7332420}.Release|Any CPU.Build.0 = Release|Any CPU
{44002194-595F-4853-B50A-29331D397230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44002194-595F-4853-B50A-29331D397230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44002194-595F-4853-B50A-29331D397230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44002194-595F-4853-B50A-29331D397230}.Release|Any CPU.Build.0 = Release|Any CPU
{99420D2C-C74A-464F-9432-41B09E0C099D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99420D2C-C74A-464F-9432-41B09E0C099D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99420D2C-C74A-464F-9432-41B09E0C099D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99420D2C-C74A-464F-9432-41B09E0C099D}.Release|Any CPU.Build.0 = Release|Any CPU
{5DCDE096-88B9-464E-AA3A-C0F600C705C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DCDE096-88B9-464E-AA3A-C0F600C705C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DCDE096-88B9-464E-AA3A-C0F600C705C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DCDE096-88B9-464E-AA3A-C0F600C705C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DCB10C3-48D7-4914-8D84-669E25CB3E80} = {857D6838-DF18-4B33-9E13-A1797439A068}
{F53D4CA0-320D-4A24-B6CB-3AB9B7332420} = {857D6838-DF18-4B33-9E13-A1797439A068}
{44002194-595F-4853-B50A-29331D397230} = {857D6838-DF18-4B33-9E13-A1797439A068}
{99420D2C-C74A-464F-9432-41B09E0C099D} = {E83BCACB-08AB-449B-9B97-24804A167D7F}
{5DCDE096-88B9-464E-AA3A-C0F600C705C4} = {B65FB7A5-E138-4475-9434-89FB5F44C298}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE3E59BE-4BDF-45A5-8E02-7016174C5A9C}
EndGlobalSection
EndGlobal