-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuthMotion.sln
More file actions
49 lines (49 loc) · 3.12 KB
/
AuthMotion.sln
File metadata and controls
49 lines (49 loc) · 3.12 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 18
VisualStudioVersion = 18.3.11512.155 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthMotion.Domain", "src\AuthMotion.Domain\AuthMotion.Domain.csproj", "{41C40953-EBFA-4B0F-B7B3-246E48ACD51A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthMotion.Application", "src\AuthMotion.Application\AuthMotion.Application.csproj", "{4FF27F6F-4AFE-4B9E-B739-8E1F660C2513}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthMotion.Infrastructure", "src\AuthMotion.Infrastructure\AuthMotion.Infrastructure.csproj", "{7A7B8362-4EC3-4798-91E7-E3C74D0BC00F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthMotion.API", "src\AuthMotion.API\AuthMotion.API.csproj", "{62FA5360-1FE4-46C6-B531-EC3B6FC68785}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthMotion.UnitTests", "tests\AuthMotion.UnitTests\AuthMotion.UnitTests.csproj", "{6E556FA5-60FD-48C6-A194-2195206B4A40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41C40953-EBFA-4B0F-B7B3-246E48ACD51A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41C40953-EBFA-4B0F-B7B3-246E48ACD51A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41C40953-EBFA-4B0F-B7B3-246E48ACD51A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41C40953-EBFA-4B0F-B7B3-246E48ACD51A}.Release|Any CPU.Build.0 = Release|Any CPU
{4FF27F6F-4AFE-4B9E-B739-8E1F660C2513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FF27F6F-4AFE-4B9E-B739-8E1F660C2513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FF27F6F-4AFE-4B9E-B739-8E1F660C2513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FF27F6F-4AFE-4B9E-B739-8E1F660C2513}.Release|Any CPU.Build.0 = Release|Any CPU
{7A7B8362-4EC3-4798-91E7-E3C74D0BC00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A7B8362-4EC3-4798-91E7-E3C74D0BC00F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A7B8362-4EC3-4798-91E7-E3C74D0BC00F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A7B8362-4EC3-4798-91E7-E3C74D0BC00F}.Release|Any CPU.Build.0 = Release|Any CPU
{62FA5360-1FE4-46C6-B531-EC3B6FC68785}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62FA5360-1FE4-46C6-B531-EC3B6FC68785}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62FA5360-1FE4-46C6-B531-EC3B6FC68785}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62FA5360-1FE4-46C6-B531-EC3B6FC68785}.Release|Any CPU.Build.0 = Release|Any CPU
{6E556FA5-60FD-48C6-A194-2195206B4A40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E556FA5-60FD-48C6-A194-2195206B4A40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E556FA5-60FD-48C6-A194-2195206B4A40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E556FA5-60FD-48C6-A194-2195206B4A40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA52DF6C-B4D4-48AC-A382-855C2F719727}
EndGlobalSection
EndGlobal