-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWiki.sln
67 lines (67 loc) · 4.07 KB
/
Wiki.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{CDAAD240-3B88-4A5A-9BDF-87296AA6EF65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{392DFFC5-C7DB-4758-9B67-A18E7C5015EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JW.AmazonS3", "Libraries\JW.AmazonS3\JW.AmazonS3.csproj", "{80E452C9-E182-4BC9-9E72-BC9F2565528E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tutorials", "Tutorials", "{843FFC4B-81DF-49FC-948A-1C22D22E72F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZippingS3Folders", "Tutorials\ZippingS3Folders\ZippingS3Folders.csproj", "{08D5FD2D-6589-4D04-8A80-15E83B25BD60}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC8266A8-70FB-44F9-8EF5-58471C092396}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiTenantRouteParams", "Tutorials\MultiTenantRouteParams\MultiTenantRouteParams.csproj", "{DA30BDD1-474D-4BA2-92A7-5684E59F8A8C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Snippets", "Snippets", "{AB9339A2-C255-4AED-B960-35D9FF65FCEE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediatRBackgroundJobs", "Snippets\MediatRBackgroundJobs\MediatRBackgroundJobs.csproj", "{650CF133-6C53-4503-9E43-A4ED101097B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDAAD240-3B88-4A5A-9BDF-87296AA6EF65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDAAD240-3B88-4A5A-9BDF-87296AA6EF65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDAAD240-3B88-4A5A-9BDF-87296AA6EF65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDAAD240-3B88-4A5A-9BDF-87296AA6EF65}.Release|Any CPU.Build.0 = Release|Any CPU
{80E452C9-E182-4BC9-9E72-BC9F2565528E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80E452C9-E182-4BC9-9E72-BC9F2565528E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80E452C9-E182-4BC9-9E72-BC9F2565528E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80E452C9-E182-4BC9-9E72-BC9F2565528E}.Release|Any CPU.Build.0 = Release|Any CPU
{08D5FD2D-6589-4D04-8A80-15E83B25BD60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08D5FD2D-6589-4D04-8A80-15E83B25BD60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08D5FD2D-6589-4D04-8A80-15E83B25BD60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08D5FD2D-6589-4D04-8A80-15E83B25BD60}.Release|Any CPU.Build.0 = Release|Any CPU
{DA30BDD1-474D-4BA2-92A7-5684E59F8A8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA30BDD1-474D-4BA2-92A7-5684E59F8A8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA30BDD1-474D-4BA2-92A7-5684E59F8A8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA30BDD1-474D-4BA2-92A7-5684E59F8A8C}.Release|Any CPU.Build.0 = Release|Any CPU
{650CF133-6C53-4503-9E43-A4ED101097B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{650CF133-6C53-4503-9E43-A4ED101097B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{650CF133-6C53-4503-9E43-A4ED101097B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{650CF133-6C53-4503-9E43-A4ED101097B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{80E452C9-E182-4BC9-9E72-BC9F2565528E} = {392DFFC5-C7DB-4758-9B67-A18E7C5015EB}
{08D5FD2D-6589-4D04-8A80-15E83B25BD60} = {843FFC4B-81DF-49FC-948A-1C22D22E72F2}
{DA30BDD1-474D-4BA2-92A7-5684E59F8A8C} = {843FFC4B-81DF-49FC-948A-1C22D22E72F2}
{650CF133-6C53-4503-9E43-A4ED101097B7} = {AB9339A2-C255-4AED-B960-35D9FF65FCEE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90DAD01A-C62A-4A38-B5EB-124B5D80D000}
EndGlobalSection
EndGlobal