-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtensions.Configuration.GitRepository.sln
51 lines (51 loc) · 2.92 KB
/
Extensions.Configuration.GitRepository.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35913.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{9FA3D6BD-1EC1-3BA5-80CB-CE02773A58D5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\FUNDING.yml = .github\FUNDING.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{6B4B91FA-CDC9-4B6C-9288-C1F364C6D5A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extensions.Configuration.GitRepository", "Extensions.Configuration.GitRepository\Extensions.Configuration.GitRepository.csproj", "{2E05C6F1-193F-D1EC-0489-44F1AB614E05}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{81DDED9D-158B-E303-5F62-77A2896D2A5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoUseStartup", "DemoUseStartup\DemoUseStartup.csproj", "{4FA5BE90-5FF6-47F8-AC61-28F184C951F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B4B91FA-CDC9-4B6C-9288-C1F364C6D5A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B4B91FA-CDC9-4B6C-9288-C1F364C6D5A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B4B91FA-CDC9-4B6C-9288-C1F364C6D5A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B4B91FA-CDC9-4B6C-9288-C1F364C6D5A1}.Release|Any CPU.Build.0 = Release|Any CPU
{2E05C6F1-193F-D1EC-0489-44F1AB614E05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E05C6F1-193F-D1EC-0489-44F1AB614E05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E05C6F1-193F-D1EC-0489-44F1AB614E05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E05C6F1-193F-D1EC-0489-44F1AB614E05}.Release|Any CPU.Build.0 = Release|Any CPU
{81DDED9D-158B-E303-5F62-77A2896D2A5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81DDED9D-158B-E303-5F62-77A2896D2A5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81DDED9D-158B-E303-5F62-77A2896D2A5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81DDED9D-158B-E303-5F62-77A2896D2A5A}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA5BE90-5FF6-47F8-AC61-28F184C951F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA5BE90-5FF6-47F8-AC61-28F184C951F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA5BE90-5FF6-47F8-AC61-28F184C951F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA5BE90-5FF6-47F8-AC61-28F184C951F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86301D97-4CE3-49A4-8F5E-5D7738EC3F68}
EndGlobalSection
EndGlobal