Presnyakova V.V Lab_1 #1

Closed
Victoria_Presnyakova wants to merge 21 commits from Lab_1 into main
4 changed files with 35 additions and 1 deletions
Showing only changes of commit 6f33a1199f - Show all commits

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AbstractJewelryStoreModels.Enums
{
internal class OrderStatus
{
}
}

View File

@ -0,0 +1,7 @@
namespace AbstractShopDataModels
{
public class Class1
{
}
}

View File

@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JewelryStore", "JewelryStore.csproj", "{F1AEB85A-E5E1-4B07-8D6B-E46870480FFA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JewelryStore", "JewelryStore.csproj", "{F1AEB85A-E5E1-4B07-8D6B-E46870480FFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractJewelryStoreModels", "..\AbstractShopDataModels\AbstractJewelryStoreModels.csproj", "{BAB8D63E-1A60-4125-B7F7-D85D0FBA9ED0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -15,6 +17,10 @@ Global
{F1AEB85A-E5E1-4B07-8D6B-E46870480FFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1AEB85A-E5E1-4B07-8D6B-E46870480FFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1AEB85A-E5E1-4B07-8D6B-E46870480FFA}.Release|Any CPU.Build.0 = Release|Any CPU
{BAB8D63E-1A60-4125-B7F7-D85D0FBA9ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAB8D63E-1A60-4125-B7F7-D85D0FBA9ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAB8D63E-1A60-4125-B7F7-D85D0FBA9ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAB8D63E-1A60-4125-B7F7-D85D0FBA9ED0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE