-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWilcommerce.Auth.sln
More file actions
47 lines (47 loc) · 2.36 KB
/
Copy pathWilcommerce.Auth.sln
File metadata and controls
47 lines (47 loc) · 2.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D3477DCE-8BF1-426D-988D-E635FA87D1E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04E04DDE-9D8E-4FF2-8E33-A77BDB05407F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D9B968BF-5C00-485C-90F8-105B2B70C349}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wilcommerce.Auth", "src\Wilcommerce.Auth\Wilcommerce.Auth.csproj", "{44A956D2-E32F-49D9-A4D1-3380C0F6DCF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wilcommerce.Auth.Test", "Wilcommerce.Auth.Test\Wilcommerce.Auth.Test.csproj", "{73E07DDE-A140-4DD1-A39D-C4131EFDC663}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44A956D2-E32F-49D9-A4D1-3380C0F6DCF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44A956D2-E32F-49D9-A4D1-3380C0F6DCF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44A956D2-E32F-49D9-A4D1-3380C0F6DCF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44A956D2-E32F-49D9-A4D1-3380C0F6DCF7}.Release|Any CPU.Build.0 = Release|Any CPU
{73E07DDE-A140-4DD1-A39D-C4131EFDC663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73E07DDE-A140-4DD1-A39D-C4131EFDC663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73E07DDE-A140-4DD1-A39D-C4131EFDC663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73E07DDE-A140-4DD1-A39D-C4131EFDC663}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{44A956D2-E32F-49D9-A4D1-3380C0F6DCF7} = {D3477DCE-8BF1-426D-988D-E635FA87D1E6}
{73E07DDE-A140-4DD1-A39D-C4131EFDC663} = {D9B968BF-5C00-485C-90F8-105B2B70C349}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A16E1AA2-E3B8-45F0-853E-0C884A118FCC}
EndGlobalSection
EndGlobal