-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathButterfly.Auth.sln
99 lines (99 loc) · 5.35 KB
/
Butterfly.Auth.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABFE981E-65DD-4764-952A-DE4F2D055AEA}"
ProjectSection(SolutionItems) = preProject
generate-docs.ps1 = generate-docs.ps1
generate-nuget-packages.ps1 = generate-nuget-packages.ps1
push-nuget-packages.ps1 = push-nuget-packages.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docs", "docs\", "{4D722034-2801-4C7F-91EA-19714E2D0B1D}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_56947"
Debug.AspNetCompiler.PhysicalPath = "docs\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_56947\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_56947"
Release.AspNetCompiler.PhysicalPath = "docs\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_56947\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "56947"
SlnRelativePath = "docs\"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docfx_project", "docfx_project\", "{934C100B-6EC4-47F0-A5EA-5AD829D93506}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_56415"
Debug.AspNetCompiler.PhysicalPath = "docfx_project\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_56415\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_56415"
Release.AspNetCompiler.PhysicalPath = "docfx_project\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_56415\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "56415"
SlnRelativePath = "docfx_project\"
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Auth", "Butterfly.Auth\Butterfly.Auth.csproj", "{715F5AC9-24B2-4545-A7F3-EFAF970B2406}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Auth.Test", "Butterfly.Auth.Test\Butterfly.Auth.Test.csproj", "{814680F9-C367-400B-AE2D-732884D7CA47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Db", "..\Butterfly.Db\Butterfly.Db\Butterfly.Db.csproj", "{CD02E794-3BEC-4D46-9EFB-A8AE2FBF8C4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Butterfly.Web", "..\Butterfly.Web\Butterfly.Web\Butterfly.Web.csproj", "{FE0BF1F4-E222-48C3-934C-23EDCD0710C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D722034-2801-4C7F-91EA-19714E2D0B1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D722034-2801-4C7F-91EA-19714E2D0B1D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{934C100B-6EC4-47F0-A5EA-5AD829D93506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{934C100B-6EC4-47F0-A5EA-5AD829D93506}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{715F5AC9-24B2-4545-A7F3-EFAF970B2406}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715F5AC9-24B2-4545-A7F3-EFAF970B2406}.Debug|Any CPU.Build.0 = Debug|Any CPU
{715F5AC9-24B2-4545-A7F3-EFAF970B2406}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715F5AC9-24B2-4545-A7F3-EFAF970B2406}.Release|Any CPU.Build.0 = Release|Any CPU
{814680F9-C367-400B-AE2D-732884D7CA47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{814680F9-C367-400B-AE2D-732884D7CA47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{814680F9-C367-400B-AE2D-732884D7CA47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{814680F9-C367-400B-AE2D-732884D7CA47}.Release|Any CPU.Build.0 = Release|Any CPU
{CD02E794-3BEC-4D46-9EFB-A8AE2FBF8C4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD02E794-3BEC-4D46-9EFB-A8AE2FBF8C4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD02E794-3BEC-4D46-9EFB-A8AE2FBF8C4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD02E794-3BEC-4D46-9EFB-A8AE2FBF8C4E}.Release|Any CPU.Build.0 = Release|Any CPU
{FE0BF1F4-E222-48C3-934C-23EDCD0710C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE0BF1F4-E222-48C3-934C-23EDCD0710C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE0BF1F4-E222-48C3-934C-23EDCD0710C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE0BF1F4-E222-48C3-934C-23EDCD0710C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B71B2A6-37E0-45B9-9FE3-48A7CA5E2237}
BuildVersion_StartDate = 2000/1/1
BuildVersion_BuildVersioningStyle = None.None.None.Increment
EndGlobalSection
EndGlobal