addet pos.models and pos.service
This commit is contained in:
7
PointOfSale/Pos.Models/Class1.cs
Normal file
7
PointOfSale/Pos.Models/Class1.cs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespace Pos.Models
|
||||||
|
{
|
||||||
|
public class Class1
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
9
PointOfSale/Pos.Models/Pos.Models.csproj
Normal file
9
PointOfSale/Pos.Models/Pos.Models.csproj
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
9
PointOfSale/Pos.Service/Pos.Service.csproj
Normal file
9
PointOfSale/Pos.Service/Pos.Service.csproj
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
@@ -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
|
# Visual Studio Version 18
|
||||||
VisualStudioVersion = 18.4.11620.152
|
VisualStudioVersion = 18.4.11620.152
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
@@ -20,6 +21,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "Integra
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pos.Web", "Pos.Web\Pos.Web.csproj", "{81AEF9BF-15E9-414D-9F18-345631896022}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pos.Web", "Pos.Web\Pos.Web.csproj", "{81AEF9BF-15E9-414D-9F18-345631896022}"
|
||||||
EndProject
|
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
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
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}.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.ActiveCfg = Release|Any CPU
|
||||||
{81AEF9BF-15E9-414D-9F18-345631896022}.Release|Any CPU.Build.0 = 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
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user