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

This commit is contained in:
rakhaliullov 2025-02-03 14:10:58 +04:00
parent d88d5fcdd7
commit 10e6c33582
2 changed files with 34 additions and 0 deletions

View File

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

View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoftBedContracts", "SoftBedContracts\SoftBedContracts.csproj", "{B0AF813F-CC99-4892-AA65-4CDB225B7AA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0AF813F-CC99-4892-AA65-4CDB225B7AA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0AF813F-CC99-4892-AA65-4CDB225B7AA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0AF813F-CC99-4892-AA65-4CDB225B7AA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0AF813F-CC99-4892-AA65-4CDB225B7AA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91737366-FF0C-4560-BC51-30A9E7CB1AF2}
EndGlobalSection
EndGlobal