начало работы над курсовой
This commit is contained in:
parent
cb0ce0e54f
commit
607dc2733c
25
Bank/Bank.sln
Normal file
25
Bank/Bank.sln
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.9.34714.143
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bank", "Bank\Bank.csproj", "{62DBBC06-E896-4A0F-8961-93199E6D8CFF}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {2152AC78-547D-4352-BC61-549FAD5ADF0C}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
9
Bank/Bank/Bank.csproj
Normal file
9
Bank/Bank/Bank.csproj
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
7
Bank/Bank/Class1.cs
Normal file
7
Bank/Bank/Class1.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace Bank
|
||||||
|
{
|
||||||
|
public class Class1
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user