SUBD/PersonnelDepartment/PersonnelDepartment.sln

32 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-05-20 01:06:05 +04:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonnelDepartmentView", "PersonnelDepartmentView\PersonnelDepartmentView.csproj", "{353F1467-69E0-4C42-85B0-BC4D3C5FC5A6}"
EndProject
2024-05-20 01:09:44 +04:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonnelDepartmentDataModels", "PersonnelDepartmentDataModels\PersonnelDepartmentDataModels.csproj", "{CE6C1F1A-D6DB-4AA1-9F79-5A8CCB1C812C}"
EndProject
2024-05-20 01:06:05 +04:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{353F1467-69E0-4C42-85B0-BC4D3C5FC5A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{353F1467-69E0-4C42-85B0-BC4D3C5FC5A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{353F1467-69E0-4C42-85B0-BC4D3C5FC5A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{353F1467-69E0-4C42-85B0-BC4D3C5FC5A6}.Release|Any CPU.Build.0 = Release|Any CPU
2024-05-20 01:09:44 +04:00
{CE6C1F1A-D6DB-4AA1-9F79-5A8CCB1C812C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE6C1F1A-D6DB-4AA1-9F79-5A8CCB1C812C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE6C1F1A-D6DB-4AA1-9F79-5A8CCB1C812C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE6C1F1A-D6DB-4AA1-9F79-5A8CCB1C812C}.Release|Any CPU.Build.0 = Release|Any CPU
2024-05-20 01:06:05 +04:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88F1C4EC-B1DF-4775-B6E9-C80278B2E003}
EndGlobalSection
EndGlobal