-
Notifications
You must be signed in to change notification settings - Fork 1
/
DependencyUpdated.sln
68 lines (68 loc) · 4.7 KB
/
DependencyUpdated.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyUpdated", "src/DependencyUpdated\DependencyUpdated.csproj", "{8F92D3D1-EB23-4CA3-BCE9-ACC6327993E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{BC1D92B0-5DBD-4BAA-9741-B61B1A1DD8C2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
stylecop.json = stylecop.json
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyUpdated.Core", "src/DependencyUpdated.Core\DependencyUpdated.Core.csproj", "{F346E159-924F-4206-B2BA-D5B34F91B9C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyUpdated.Projects.DotNet", "src/DependencyUpdated.Projects.DotNet\DependencyUpdated.Projects.DotNet.csproj", "{D10799F8-DCBB-442E-85C0-2F473C716D01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyUpdated.Repositories.AzureDevOps", "src/DependencyUpdated.Repositories.AzureDevOps\DependencyUpdated.Repositories.AzureDevOps.csproj", "{A9181ADC-801D-45BE-B091-CF6C14E6F702}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{35DCECB9-4FF1-4277-8C84-B905A5D1E693}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyUpdated.Projects.DotNet.UnitTests", "tests\DependencyUpdated.Projects.DotNet.UnitTests\DependencyUpdated.Projects.DotNet.UnitTests.csproj", "{0F4B408D-9B4A-4621-BD67-AB80EB74E14B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0D271967-C5D2-425F-883E-FFCDC51A62A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyUpdated.Core.UnitTests", "tests\DependencyUpdated.Core.UnitTests\DependencyUpdated.Core.UnitTests.csproj", "{A6ACB1EA-5F1B-4C85-AE9E-D376A1A80744}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F92D3D1-EB23-4CA3-BCE9-ACC6327993E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F92D3D1-EB23-4CA3-BCE9-ACC6327993E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F92D3D1-EB23-4CA3-BCE9-ACC6327993E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F92D3D1-EB23-4CA3-BCE9-ACC6327993E1}.Release|Any CPU.Build.0 = Release|Any CPU
{F346E159-924F-4206-B2BA-D5B34F91B9C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F346E159-924F-4206-B2BA-D5B34F91B9C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F346E159-924F-4206-B2BA-D5B34F91B9C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F346E159-924F-4206-B2BA-D5B34F91B9C0}.Release|Any CPU.Build.0 = Release|Any CPU
{D10799F8-DCBB-442E-85C0-2F473C716D01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D10799F8-DCBB-442E-85C0-2F473C716D01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D10799F8-DCBB-442E-85C0-2F473C716D01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D10799F8-DCBB-442E-85C0-2F473C716D01}.Release|Any CPU.Build.0 = Release|Any CPU
{A9181ADC-801D-45BE-B091-CF6C14E6F702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9181ADC-801D-45BE-B091-CF6C14E6F702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9181ADC-801D-45BE-B091-CF6C14E6F702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9181ADC-801D-45BE-B091-CF6C14E6F702}.Release|Any CPU.Build.0 = Release|Any CPU
{0F4B408D-9B4A-4621-BD67-AB80EB74E14B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F4B408D-9B4A-4621-BD67-AB80EB74E14B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F4B408D-9B4A-4621-BD67-AB80EB74E14B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F4B408D-9B4A-4621-BD67-AB80EB74E14B}.Release|Any CPU.Build.0 = Release|Any CPU
{A6ACB1EA-5F1B-4C85-AE9E-D376A1A80744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6ACB1EA-5F1B-4C85-AE9E-D376A1A80744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6ACB1EA-5F1B-4C85-AE9E-D376A1A80744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6ACB1EA-5F1B-4C85-AE9E-D376A1A80744}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F4B408D-9B4A-4621-BD67-AB80EB74E14B} = {35DCECB9-4FF1-4277-8C84-B905A5D1E693}
{8F92D3D1-EB23-4CA3-BCE9-ACC6327993E1} = {0D271967-C5D2-425F-883E-FFCDC51A62A2}
{F346E159-924F-4206-B2BA-D5B34F91B9C0} = {0D271967-C5D2-425F-883E-FFCDC51A62A2}
{D10799F8-DCBB-442E-85C0-2F473C716D01} = {0D271967-C5D2-425F-883E-FFCDC51A62A2}
{A9181ADC-801D-45BE-B091-CF6C14E6F702} = {0D271967-C5D2-425F-883E-FFCDC51A62A2}
{A6ACB1EA-5F1B-4C85-AE9E-D376A1A80744} = {35DCECB9-4FF1-4277-8C84-B905A5D1E693}
EndGlobalSection
EndGlobal