-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSmart.Resolver.sln
76 lines (76 loc) · 4.91 KB
/
Smart.Resolver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Resolver", "Smart.Resolver\Smart.Resolver.csproj", "{198FCDD9-BC14-4C99-BDDE-9912B25C42E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Resolver.Xamarin", "Smart.Resolver.Xamarin\Smart.Resolver.Xamarin.csproj", "{1DB2D26B-D269-4445-965C-099C89FDC149}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Resolver.Tests", "Smart.Resolver.Tests\Smart.Resolver.Tests.csproj", "{38EF8F58-AE3B-454A-A9DA-31048F1FF0C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05D4A4FB-F695-4A0B-AE5A-B57A92092C2A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
README.md = README.md
Smart.Resolver.Extensions.DependencyInjection.nuspec = Smart.Resolver.Extensions.DependencyInjection.nuspec
Smart.Resolver.nuspec = Smart.Resolver.nuspec
Smart.Resolver.ruleset = Smart.Resolver.ruleset
Smart.Resolver.sln.DotSettings = Smart.Resolver.sln.DotSettings
Smart.Resolver.Xamarin.nuspec = Smart.Resolver.Xamarin.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Resolver.Benchmark", "Smart.Resolver.Benchmark\Smart.Resolver.Benchmark.csproj", "{1D14E0F7-7C89-4B1C-B38B-D30FCD89DAB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.Resolver.Extensions.DependencyInjection", "Smart.Resolver.Extensions.DependencyInjection\Smart.Resolver.Extensions.DependencyInjection.csproj", "{F13C481C-5ABC-4817-9351-409F55CEA8E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.GenericHost", "Example.GenericHost\Example.GenericHost.csproj", "{FB604EFA-080F-4814-A15A-7A48F921EF77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.WebApplication", "Example.WebApplication\Example.WebApplication.csproj", "{998867D1-9297-4F02-86A7-F873A3EAE437}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{198FCDD9-BC14-4C99-BDDE-9912B25C42E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{198FCDD9-BC14-4C99-BDDE-9912B25C42E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{198FCDD9-BC14-4C99-BDDE-9912B25C42E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{198FCDD9-BC14-4C99-BDDE-9912B25C42E4}.Release|Any CPU.Build.0 = Release|Any CPU
{1DB2D26B-D269-4445-965C-099C89FDC149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DB2D26B-D269-4445-965C-099C89FDC149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DB2D26B-D269-4445-965C-099C89FDC149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DB2D26B-D269-4445-965C-099C89FDC149}.Release|Any CPU.Build.0 = Release|Any CPU
{38EF8F58-AE3B-454A-A9DA-31048F1FF0C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38EF8F58-AE3B-454A-A9DA-31048F1FF0C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38EF8F58-AE3B-454A-A9DA-31048F1FF0C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38EF8F58-AE3B-454A-A9DA-31048F1FF0C3}.Release|Any CPU.Build.0 = Release|Any CPU
{1D14E0F7-7C89-4B1C-B38B-D30FCD89DAB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D14E0F7-7C89-4B1C-B38B-D30FCD89DAB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D14E0F7-7C89-4B1C-B38B-D30FCD89DAB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D14E0F7-7C89-4B1C-B38B-D30FCD89DAB4}.Release|Any CPU.Build.0 = Release|Any CPU
{F13C481C-5ABC-4817-9351-409F55CEA8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F13C481C-5ABC-4817-9351-409F55CEA8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F13C481C-5ABC-4817-9351-409F55CEA8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F13C481C-5ABC-4817-9351-409F55CEA8E8}.Release|Any CPU.Build.0 = Release|Any CPU
{FB604EFA-080F-4814-A15A-7A48F921EF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB604EFA-080F-4814-A15A-7A48F921EF77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB604EFA-080F-4814-A15A-7A48F921EF77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB604EFA-080F-4814-A15A-7A48F921EF77}.Release|Any CPU.Build.0 = Release|Any CPU
{998867D1-9297-4F02-86A7-F873A3EAE437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{998867D1-9297-4F02-86A7-F873A3EAE437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{998867D1-9297-4F02-86A7-F873A3EAE437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{998867D1-9297-4F02-86A7-F873A3EAE437}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB491A5B-09D0-4BE3-9D50-BE3557B66F8B}
EndGlobalSection
EndGlobal