Создание проекта

This commit is contained in:
Artyom_Yashin 2024-03-16 16:12:22 +04:00
parent 31156978fd
commit ef6afd92dc
3 changed files with 41 additions and 0 deletions

View File

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

View File

@ -0,0 +1,6 @@
namespace BArberShopDataModels
{
public class Class1
{
}
}

25
BarberShop/BarberShop.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BArberShopDataModels", "BArberShopDataModels\BArberShopDataModels.csproj", "{D6E96E29-B162-47C6-B052-2F0FBA58C76F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16F02BA7-9046-4B18-8252-0FB6C5EE90B9}
EndGlobalSection
EndGlobal