-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExtensions.DependencyInjection.AttributeModel.sln
More file actions
48 lines (48 loc) · 2.76 KB
/
Extensions.DependencyInjection.AttributeModel.sln
File metadata and controls
48 lines (48 loc) · 2.76 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.DependencyInjection.Generators", "Extensions.DependencyInjection.Generators\Extensions.DependencyInjection.Generators.csproj", "{C6366B9E-265B-4356-B2E1-2AA3398DF4C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.DependencyInjection.Generators.Tests", "Extensions.DependencyInjection.Generators.Tests\Extensions.DependencyInjection.Generators.Tests.csproj", "{9CE33068-95C2-4A6B-ABAD-85B8A7722443}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.DependencyInjection.AttributeModel", "Extensions.DependencyInjection.AttributeModel\Extensions.DependencyInjection.AttributeModel.csproj", "{BBF622D3-8929-4CCF-AA0C-92CF9CF0B98E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{36CECF64-CD0D-48B2-A444-844727B0A033}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6366B9E-265B-4356-B2E1-2AA3398DF4C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6366B9E-265B-4356-B2E1-2AA3398DF4C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6366B9E-265B-4356-B2E1-2AA3398DF4C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6366B9E-265B-4356-B2E1-2AA3398DF4C7}.Release|Any CPU.Build.0 = Release|Any CPU
{9CE33068-95C2-4A6B-ABAD-85B8A7722443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CE33068-95C2-4A6B-ABAD-85B8A7722443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CE33068-95C2-4A6B-ABAD-85B8A7722443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CE33068-95C2-4A6B-ABAD-85B8A7722443}.Release|Any CPU.Build.0 = Release|Any CPU
{BBF622D3-8929-4CCF-AA0C-92CF9CF0B98E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBF622D3-8929-4CCF-AA0C-92CF9CF0B98E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBF622D3-8929-4CCF-AA0C-92CF9CF0B98E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBF622D3-8929-4CCF-AA0C-92CF9CF0B98E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0AF7B87-5D0F-42D5-AB16-6B00C07D6F90}
EndGlobalSection
EndGlobal