forked from endpointsystems/ArangoDB.Net.Identity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArangoDb.Net.Identity.sln
More file actions
41 lines (41 loc) · 2.25 KB
/
Copy pathArangoDb.Net.Identity.sln
File metadata and controls
41 lines (41 loc) · 2.25 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.ArangoDbCore", "AspNetCore.Identity.ArangoDbCore\AspNetCore.Identity.ArangoDbCore.csproj", "{808392A9-7008-4EB7-8604-F02006E4913E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{452369EA-DE68-4C17-906A-69975DBA0667}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.ArangoDbCore.Test", "AspNetCore.Identity.ArangoDbCore.Test\AspNetCore.Identity.ArangoDbCore.Test.csproj", "{21E7BC06-F28D-4081-83C3-DAD49F5BBA7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3A40DCFD-2799-46F7-AADA-FE63D899DFFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CF27A05-561D-4979-B82A-FCE6DCDF25B5}"
ProjectSection(SolutionItems) = preProject
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
{808392A9-7008-4EB7-8604-F02006E4913E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{808392A9-7008-4EB7-8604-F02006E4913E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{808392A9-7008-4EB7-8604-F02006E4913E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{808392A9-7008-4EB7-8604-F02006E4913E}.Release|Any CPU.Build.0 = Release|Any CPU
{21E7BC06-F28D-4081-83C3-DAD49F5BBA7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21E7BC06-F28D-4081-83C3-DAD49F5BBA7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21E7BC06-F28D-4081-83C3-DAD49F5BBA7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21E7BC06-F28D-4081-83C3-DAD49F5BBA7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{808392A9-7008-4EB7-8604-F02006E4913E} = {3A40DCFD-2799-46F7-AADA-FE63D899DFFB}
{21E7BC06-F28D-4081-83C3-DAD49F5BBA7B} = {452369EA-DE68-4C17-906A-69975DBA0667}
EndGlobalSection
EndGlobal