data model is nearly complete
This commit is contained in:
31
UserService.sln
Normal file
31
UserService.sln
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30309.148
|
||||
MinimumVisualStudioVersion = 15.0.26124.0
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserService", "UserService\UserService.csproj", "{1A8AB79B-E31D-40A9-9565-C62ABBC21931}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UserService.Test", "UserService.Test\UserService.Test.csproj", "{F4C0B161-F9DD-4335-A609-D7FC5EA0E14A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1A8AB79B-E31D-40A9-9565-C62ABBC21931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1A8AB79B-E31D-40A9-9565-C62ABBC21931}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1A8AB79B-E31D-40A9-9565-C62ABBC21931}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1A8AB79B-E31D-40A9-9565-C62ABBC21931}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{F4C0B161-F9DD-4335-A609-D7FC5EA0E14A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F4C0B161-F9DD-4335-A609-D7FC5EA0E14A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F4C0B161-F9DD-4335-A609-D7FC5EA0E14A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F4C0B161-F9DD-4335-A609-D7FC5EA0E14A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {6FA5CA82-21CF-435F-AB81-F3635023DD2B}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user