rework
This commit is contained in:
parent
5d343018e4
commit
446b59533c
@ -9,12 +9,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityCustomer", "Unive
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversityProvider", "UniversityProvider\UniversityProvider.csproj", "{78686252-0C90-4D1C-ADC6-8CFCCB84C393}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversityProvider", "UniversityProvider\UniversityProvider.csproj", "{78686252-0C90-4D1C-ADC6-8CFCCB84C393}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityContracts", "Contracts\UniversityContracts.csproj", "{21C732BB-0CF3-49E1-A12A-65055F833B87}"
|
|
||||||
EndProject
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityModels", "UniversityModels\UniversityModels.csproj", "{597412F7-884C-49CB-AC41-36308551D330}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityModels", "UniversityModels\UniversityModels.csproj", "{597412F7-884C-49CB-AC41-36308551D330}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityDataBaseImplemet", "UniversityDataBaseImplemet\UniversityDataBaseImplemet.csproj", "{F8532F5E-942B-428E-8A10-280E905B8185}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityDataBaseImplemet", "UniversityDataBaseImplemet\UniversityDataBaseImplemet.csproj", "{F8532F5E-942B-428E-8A10-280E905B8185}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversityContracts", "UniversityContracts\UniversityContracts.csproj", "{F0A38B87-E9F9-48FB-BDB9-F0F6BA375816}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@ -33,10 +33,6 @@ Global
|
|||||||
{78686252-0C90-4D1C-ADC6-8CFCCB84C393}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{78686252-0C90-4D1C-ADC6-8CFCCB84C393}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{78686252-0C90-4D1C-ADC6-8CFCCB84C393}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{78686252-0C90-4D1C-ADC6-8CFCCB84C393}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{78686252-0C90-4D1C-ADC6-8CFCCB84C393}.Release|Any CPU.Build.0 = Release|Any CPU
|
{78686252-0C90-4D1C-ADC6-8CFCCB84C393}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{21C732BB-0CF3-49E1-A12A-65055F833B87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{21C732BB-0CF3-49E1-A12A-65055F833B87}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{21C732BB-0CF3-49E1-A12A-65055F833B87}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{21C732BB-0CF3-49E1-A12A-65055F833B87}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{597412F7-884C-49CB-AC41-36308551D330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{597412F7-884C-49CB-AC41-36308551D330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{597412F7-884C-49CB-AC41-36308551D330}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{597412F7-884C-49CB-AC41-36308551D330}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{597412F7-884C-49CB-AC41-36308551D330}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{597412F7-884C-49CB-AC41-36308551D330}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
@ -45,6 +41,10 @@ Global
|
|||||||
{F8532F5E-942B-428E-8A10-280E905B8185}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{F8532F5E-942B-428E-8A10-280E905B8185}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{F8532F5E-942B-428E-8A10-280E905B8185}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{F8532F5E-942B-428E-8A10-280E905B8185}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{F8532F5E-942B-428E-8A10-280E905B8185}.Release|Any CPU.Build.0 = Release|Any CPU
|
{F8532F5E-942B-428E-8A10-280E905B8185}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{F0A38B87-E9F9-48FB-BDB9-F0F6BA375816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{F0A38B87-E9F9-48FB-BDB9-F0F6BA375816}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F0A38B87-E9F9-48FB-BDB9-F0F6BA375816}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{F0A38B87-E9F9-48FB-BDB9-F0F6BA375816}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
5
UniversityBusinessLogic/Class1.cs
Normal file
5
UniversityBusinessLogic/Class1.cs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
namespace UniversityBusinessLogic;
|
||||||
|
public class Class1
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -1,37 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Visual Studio Version 17
|
|
||||||
VisualStudioVersion = 17.4.33213.308
|
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversityBusinessLogic", "UniversityBusinessLogic\UniversityBusinessLogic.csproj", "{9431B9B6-20C7-486A-9C32-821BB021360D}"
|
|
||||||
EndProject
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityCustomer", "..\UniversityCustomer\UniversityCustomer\UniversityCustomer.csproj", "{91FDCC3C-0589-4513-8985-271785919E28}"
|
|
||||||
EndProject
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityProvider", "..\UniversityProvider\UniversityProvider.csproj", "{1375A8DD-99F7-4603-8E22-F04D8478ECAE}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Any CPU = Debug|Any CPU
|
|
||||||
Release|Any CPU = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{9431B9B6-20C7-486A-9C32-821BB021360D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{9431B9B6-20C7-486A-9C32-821BB021360D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{9431B9B6-20C7-486A-9C32-821BB021360D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{9431B9B6-20C7-486A-9C32-821BB021360D}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{91FDCC3C-0589-4513-8985-271785919E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{91FDCC3C-0589-4513-8985-271785919E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{91FDCC3C-0589-4513-8985-271785919E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{91FDCC3C-0589-4513-8985-271785919E28}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{1375A8DD-99F7-4603-8E22-F04D8478ECAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{1375A8DD-99F7-4603-8E22-F04D8478ECAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{1375A8DD-99F7-4603-8E22-F04D8478ECAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{1375A8DD-99F7-4603-8E22-F04D8478ECAE}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
||||||
SolutionGuid = {18E046FB-2E8C-482B-B018-2B952511AB9D}
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
@ -1,7 +0,0 @@
|
|||||||
namespace UniversityBusinessLogic
|
|
||||||
{
|
|
||||||
public class Class1
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user