final fixed

This commit is contained in:
10Г Егор Романов 2023-03-06 18:10:24 +04:00
parent ad16a7ca87
commit bf0073f63b
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecuritySystemView", "SecuritySystemView.csproj", "{39A7185D-F1F5-4892-BE6F-72B1A849CA84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemSecurityBusinessLogic", "..\SystemSecurityBusinessLogic\SystemSecurityBusinessLogic.csproj", "{D8EF10A4-F934-461B-BE3C-BCCCF266B8D9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecuritySystemBusinessLogic", "..\SystemSecurityBusinessLogic\SecuritySystemBusinessLogic.csproj", "{D8EF10A4-F934-461B-BE3C-BCCCF266B8D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecuritySystemContracts", "..\SecuritySystemContracts\SecuritySystemContracts.csproj", "{C1C491F5-4CB7-4B6B-92CE-41688769709A}"
EndProject

View File

@ -16,7 +16,7 @@
<ItemGroup>
<ProjectReference Include="..\SecuritySystemFileImplement\SecuritySystemFileImplement.csproj" />
<ProjectReference Include="..\SecuritySystemListImplement\SecuritySystemListImplement.csproj" />
<ProjectReference Include="..\SystemSecurityBusinessLogic\SystemSecurityBusinessLogic.csproj" />
<ProjectReference Include="..\SystemSecurityBusinessLogic\SecuritySystemBusinessLogic.csproj" />
</ItemGroup>
</Project>