forked from dotnet/nuget-trends
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGetTrends.sln
54 lines (54 loc) · 3.06 KB
/
NuGetTrends.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetTrends.Web", "src\NuGetTrends.Web\NuGetTrends.Web.csproj", "{74F6B811-9533-4C03-868C-BC1DBD3C4D22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.Protocol.Catalog", "src\NuGet.Protocol.Catalog\NuGet.Protocol.Catalog.csproj", "{9691BF79-1E62-476B-85BA-5F7A06939E47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetTrends.Data", "src\NuGetTrends.Data\NuGetTrends.Data.csproj", "{473984CE-0211-406E-B545-C417BB5B79EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetTrends.Scheduler", "src\NuGetTrends.Scheduler\NuGetTrends.Scheduler.csproj", "{A6E228CA-5E81-4B3C-82E3-5CF18BB0784D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AD05B453-E249-4C71-84C4-B30F527DF9DB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
Directory.Packages.props = Directory.Packages.props
docker-compose.yml = docker-compose.yml
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74F6B811-9533-4C03-868C-BC1DBD3C4D22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74F6B811-9533-4C03-868C-BC1DBD3C4D22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74F6B811-9533-4C03-868C-BC1DBD3C4D22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74F6B811-9533-4C03-868C-BC1DBD3C4D22}.Release|Any CPU.Build.0 = Release|Any CPU
{9691BF79-1E62-476B-85BA-5F7A06939E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9691BF79-1E62-476B-85BA-5F7A06939E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9691BF79-1E62-476B-85BA-5F7A06939E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9691BF79-1E62-476B-85BA-5F7A06939E47}.Release|Any CPU.Build.0 = Release|Any CPU
{473984CE-0211-406E-B545-C417BB5B79EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{473984CE-0211-406E-B545-C417BB5B79EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{473984CE-0211-406E-B545-C417BB5B79EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{473984CE-0211-406E-B545-C417BB5B79EC}.Release|Any CPU.Build.0 = Release|Any CPU
{A6E228CA-5E81-4B3C-82E3-5CF18BB0784D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6E228CA-5E81-4B3C-82E3-5CF18BB0784D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6E228CA-5E81-4B3C-82E3-5CF18BB0784D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6E228CA-5E81-4B3C-82E3-5CF18BB0784D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3091D9B-7571-4167-89BF-4AAA2B17A956}
EndGlobalSection
EndGlobal