forked from NuKeeperDotNet/NuKeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuKeeper.sln
66 lines (66 loc) · 4.27 KB
/
NuKeeper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuKeeper", "NuKeeper\NuKeeper.csproj", "{DA701A15-52BE-4BFC-B9D1-08C94AA14A29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuKeeper.Tests", "NuKeeper.Tests\NuKeeper.Tests.csproj", "{82E536CF-67B8-4373-AE7B-560B7C12BB0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuKeeper.Integration.Tests", "NuKeeper.Integration.Tests\NuKeeper.Integration.Tests.csproj", "{68B2FDA7-A728-4D4C-8B7F-4F824FD4E03C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CBD0650A-1EAB-479B-B210-A8F63FAC162C}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuKeeper.Inspection", "NuKeeper.Inspection\NuKeeper.Inspection.csproj", "{6EA16D83-81DF-4E55-8761-22ADF468C56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuKeeper.Inspection.Tests", "NuKeeper.Inspection.Tests\NuKeeper.Inspection.Tests.csproj", "{79562D03-D39D-4822-9F4B-B1001F556EA4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuKeeper.Update", "NuKeeper.Update\NuKeeper.Update.csproj", "{E210D6EF-4EC3-44DD-8E18-269A3647688B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuKeeper.Update.Tests", "NuKeeper.Update.Tests\NuKeeper.Update.Tests.csproj", "{1336C9CF-8B90-428B-904B-2C223010FD16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA701A15-52BE-4BFC-B9D1-08C94AA14A29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA701A15-52BE-4BFC-B9D1-08C94AA14A29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA701A15-52BE-4BFC-B9D1-08C94AA14A29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA701A15-52BE-4BFC-B9D1-08C94AA14A29}.Release|Any CPU.Build.0 = Release|Any CPU
{82E536CF-67B8-4373-AE7B-560B7C12BB0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82E536CF-67B8-4373-AE7B-560B7C12BB0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82E536CF-67B8-4373-AE7B-560B7C12BB0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E536CF-67B8-4373-AE7B-560B7C12BB0D}.Release|Any CPU.Build.0 = Release|Any CPU
{68B2FDA7-A728-4D4C-8B7F-4F824FD4E03C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B2FDA7-A728-4D4C-8B7F-4F824FD4E03C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B2FDA7-A728-4D4C-8B7F-4F824FD4E03C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B2FDA7-A728-4D4C-8B7F-4F824FD4E03C}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA16D83-81DF-4E55-8761-22ADF468C56B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA16D83-81DF-4E55-8761-22ADF468C56B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA16D83-81DF-4E55-8761-22ADF468C56B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA16D83-81DF-4E55-8761-22ADF468C56B}.Release|Any CPU.Build.0 = Release|Any CPU
{79562D03-D39D-4822-9F4B-B1001F556EA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79562D03-D39D-4822-9F4B-B1001F556EA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79562D03-D39D-4822-9F4B-B1001F556EA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79562D03-D39D-4822-9F4B-B1001F556EA4}.Release|Any CPU.Build.0 = Release|Any CPU
{E210D6EF-4EC3-44DD-8E18-269A3647688B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E210D6EF-4EC3-44DD-8E18-269A3647688B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E210D6EF-4EC3-44DD-8E18-269A3647688B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E210D6EF-4EC3-44DD-8E18-269A3647688B}.Release|Any CPU.Build.0 = Release|Any CPU
{1336C9CF-8B90-428B-904B-2C223010FD16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1336C9CF-8B90-428B-904B-2C223010FD16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1336C9CF-8B90-428B-904B-2C223010FD16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1336C9CF-8B90-428B-904B-2C223010FD16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D5D9A20-9F2C-467E-A8F0-102C286A4AF7}
EndGlobalSection
EndGlobal