-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathUsers.sln
37 lines (37 loc) · 2.1 KB
/
Users.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Users.Persistence", "Users.Persistence\Users.Persistence.csproj", "{19EA3F38-664E-4295-8811-DB45BA15196A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Users.Console", "Users.Console\Users.Console.csproj", "{A91C8535-5545-4EA2-B524-9F0813C53801}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Users.Application", "Users.Application\Users.Application.csproj", "{C0D3AB5F-D81C-4271-926A-FB8AF3550744}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19EA3F38-664E-4295-8811-DB45BA15196A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19EA3F38-664E-4295-8811-DB45BA15196A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19EA3F38-664E-4295-8811-DB45BA15196A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19EA3F38-664E-4295-8811-DB45BA15196A}.Release|Any CPU.Build.0 = Release|Any CPU
{A91C8535-5545-4EA2-B524-9F0813C53801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A91C8535-5545-4EA2-B524-9F0813C53801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A91C8535-5545-4EA2-B524-9F0813C53801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A91C8535-5545-4EA2-B524-9F0813C53801}.Release|Any CPU.Build.0 = Release|Any CPU
{C0D3AB5F-D81C-4271-926A-FB8AF3550744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0D3AB5F-D81C-4271-926A-FB8AF3550744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0D3AB5F-D81C-4271-926A-FB8AF3550744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0D3AB5F-D81C-4271-926A-FB8AF3550744}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70D56672-02F6-4568-BCDB-D1C59A54D672}
EndGlobalSection
EndGlobal