addet pos.models and pos.service
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 18
|
||||
VisualStudioVersion = 18.4.11620.152
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
@@ -20,6 +21,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "Integra
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pos.Web", "Pos.Web\Pos.Web.csproj", "{81AEF9BF-15E9-414D-9F18-345631896022}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pos.Service", "Pos.Service\Pos.Service.csproj", "{563C2EC1-B243-4A66-BE53-88A0BA216706}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pos.Models", "Pos.Models\Pos.Models.csproj", "{D6EA5236-CEFB-4889-9E67-4983D1A016FA}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -54,6 +59,14 @@ Global
|
||||
{81AEF9BF-15E9-414D-9F18-345631896022}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{81AEF9BF-15E9-414D-9F18-345631896022}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{81AEF9BF-15E9-414D-9F18-345631896022}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{563C2EC1-B243-4A66-BE53-88A0BA216706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{563C2EC1-B243-4A66-BE53-88A0BA216706}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{563C2EC1-B243-4A66-BE53-88A0BA216706}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{563C2EC1-B243-4A66-BE53-88A0BA216706}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D6EA5236-CEFB-4889-9E67-4983D1A016FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D6EA5236-CEFB-4889-9E67-4983D1A016FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D6EA5236-CEFB-4889-9E67-4983D1A016FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D6EA5236-CEFB-4889-9E67-4983D1A016FA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Reference in New Issue
Block a user