This repository was archived by the owner on Jan 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOTPService.Example.sln
More file actions
49 lines (49 loc) · 2.96 KB
/
OTPService.Example.sln
File metadata and controls
49 lines (49 loc) · 2.96 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OTPService.Example.Api", "OTPService.Example.Api\OTPService.Example.Api.csproj", "{9FB09BF2-8451-402C-8EB9-31F7B9B180E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OTPService.Example.Database", "OTPService.Example.Database\OTPService.Example.Database.csproj", "{A6378C5F-D364-46FC-B71B-727470F7BAD3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OTPService.Example.Services", "OTPService.Example.Services\OTPService.Example.Services.csproj", "{78413F1F-E7AA-4B26-955E-163D73D74F50}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{6F33C70E-6208-421F-9FDB-C472FA1934A2}"
ProjectSection(SolutionItems) = preProject
OTPService.Example.postman_collection.json = OTPService.Example.postman_collection.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OTPService.Example.Models", "OTPService.Example.Models\OTPService.Example.Models.csproj", "{D5E37C9C-9279-40F1-B3F8-88EDDFF238EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FB09BF2-8451-402C-8EB9-31F7B9B180E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB09BF2-8451-402C-8EB9-31F7B9B180E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB09BF2-8451-402C-8EB9-31F7B9B180E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB09BF2-8451-402C-8EB9-31F7B9B180E5}.Release|Any CPU.Build.0 = Release|Any CPU
{A6378C5F-D364-46FC-B71B-727470F7BAD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6378C5F-D364-46FC-B71B-727470F7BAD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6378C5F-D364-46FC-B71B-727470F7BAD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6378C5F-D364-46FC-B71B-727470F7BAD3}.Release|Any CPU.Build.0 = Release|Any CPU
{78413F1F-E7AA-4B26-955E-163D73D74F50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78413F1F-E7AA-4B26-955E-163D73D74F50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78413F1F-E7AA-4B26-955E-163D73D74F50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78413F1F-E7AA-4B26-955E-163D73D74F50}.Release|Any CPU.Build.0 = Release|Any CPU
{D5E37C9C-9279-40F1-B3F8-88EDDFF238EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5E37C9C-9279-40F1-B3F8-88EDDFF238EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5E37C9C-9279-40F1-B3F8-88EDDFF238EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5E37C9C-9279-40F1-B3F8-88EDDFF238EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A792F611-C6BF-4FD0-B916-6EB30F6E52B0}
EndGlobalSection
EndGlobal