-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathFoxIDs.sln
More file actions
70 lines (70 loc) · 4.15 KB
/
FoxIDs.sln
File metadata and controls
70 lines (70 loc) · 4.15 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoxIDs", "src\FoxIDs\FoxIDs.csproj", "{82C6C190-C560-4A25-94C4-BF8233D5043C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E3CC6B59-BC6D-42C2-8613-C0FC896E31AE}"
ProjectSection(SolutionItems) = preProject
azuredeploy.json = azuredeploy.json
LICENSE = LICENSE
parameters.azuredeploy.json = parameters.azuredeploy.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{48D65B3F-F81D-4A30-AD0E-855D0ADC29E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ADF3A7A1-55CD-466B-9CE2-76B159582B17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoxIDs.Api", "src\FoxIDs.Api\FoxIDs.Api.csproj", "{4A4B168C-8850-4D9E-A749-3CE34179B986}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoxIDs.Shared", "src\FoxIDs.Shared\FoxIDs.Shared.csproj", "{4E5D61BC-6FCA-491E-867F-A803771F06B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoxIDs.UnitTests", "test\FoxIDs.UnitTests\FoxIDs.UnitTests.csproj", "{89976246-3E49-4492-A9EF-978BF8E0535C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{66AA1AF7-CBCC-46AA-ACAB-9E1B7A8532EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoxIDs.SeedTool", "tools\FoxIDs.SeedTool\FoxIDs.SeedTool.csproj", "{E75B36E6-AD0E-42D7-A055-FE5816DF73B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82C6C190-C560-4A25-94C4-BF8233D5043C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82C6C190-C560-4A25-94C4-BF8233D5043C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82C6C190-C560-4A25-94C4-BF8233D5043C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82C6C190-C560-4A25-94C4-BF8233D5043C}.Release|Any CPU.Build.0 = Release|Any CPU
{4A4B168C-8850-4D9E-A749-3CE34179B986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A4B168C-8850-4D9E-A749-3CE34179B986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A4B168C-8850-4D9E-A749-3CE34179B986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A4B168C-8850-4D9E-A749-3CE34179B986}.Release|Any CPU.Build.0 = Release|Any CPU
{4E5D61BC-6FCA-491E-867F-A803771F06B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E5D61BC-6FCA-491E-867F-A803771F06B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E5D61BC-6FCA-491E-867F-A803771F06B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E5D61BC-6FCA-491E-867F-A803771F06B4}.Release|Any CPU.Build.0 = Release|Any CPU
{89976246-3E49-4492-A9EF-978BF8E0535C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89976246-3E49-4492-A9EF-978BF8E0535C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89976246-3E49-4492-A9EF-978BF8E0535C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89976246-3E49-4492-A9EF-978BF8E0535C}.Release|Any CPU.Build.0 = Release|Any CPU
{E75B36E6-AD0E-42D7-A055-FE5816DF73B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E75B36E6-AD0E-42D7-A055-FE5816DF73B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E75B36E6-AD0E-42D7-A055-FE5816DF73B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E75B36E6-AD0E-42D7-A055-FE5816DF73B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{82C6C190-C560-4A25-94C4-BF8233D5043C} = {48D65B3F-F81D-4A30-AD0E-855D0ADC29E1}
{4A4B168C-8850-4D9E-A749-3CE34179B986} = {48D65B3F-F81D-4A30-AD0E-855D0ADC29E1}
{4E5D61BC-6FCA-491E-867F-A803771F06B4} = {48D65B3F-F81D-4A30-AD0E-855D0ADC29E1}
{89976246-3E49-4492-A9EF-978BF8E0535C} = {ADF3A7A1-55CD-466B-9CE2-76B159582B17}
{E75B36E6-AD0E-42D7-A055-FE5816DF73B3} = {66AA1AF7-CBCC-46AA-ACAB-9E1B7A8532EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD8F0D8F-FD1F-4DE2-AC92-4948FC1EDE56}
EndGlobalSection
EndGlobal