начало
This commit is contained in:
parent
2bb03a1a4b
commit
36fd4e9aa5
25
PlumbingRepairDataModels/PlumbingRepairDataModels.sln
Normal file
25
PlumbingRepairDataModels/PlumbingRepairDataModels.sln
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.6.33801.468
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlumbingRepairDataModels", "PlumbingRepairDataModels\PlumbingRepairDataModels.csproj", "{4BA66634-173E-44AA-9423-18F10AD0C54A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{4BA66634-173E-44AA-9423-18F10AD0C54A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4BA66634-173E-44AA-9423-18F10AD0C54A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4BA66634-173E-44AA-9423-18F10AD0C54A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4BA66634-173E-44AA-9423-18F10AD0C54A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {64A4C77F-7D64-427C-AC56-E79B23936823}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
@ -0,0 +1,7 @@
|
||||
namespace PlumbingRepairDataModels
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user