DataModelsFixError

This commit is contained in:
RavilGismatullin 2024-04-30 16:46:16 +03:00
parent b77b2a1408
commit d0d6ce7400
11 changed files with 11 additions and 9 deletions

View File

@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33717.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceStationDataModels", "CarCenterDataModels\ServiceStationDataModels.csproj", "{779B3180-CB6B-4292-B7F1-8E50733E780B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceStationDataModels", "SericeStationDataModels\ServiceStationDataModels.csproj", "{CDD53DF3-5AC3-4723-A9AF-DB8266415408}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStationContracts", "ServiceStationContracts\ServiceStationContracts.csproj", "{3EDBD45F-CA76-4AD6-BE55-17FF18507EB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -11,10 +13,14 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{779B3180-CB6B-4292-B7F1-8E50733E780B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{779B3180-CB6B-4292-B7F1-8E50733E780B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{779B3180-CB6B-4292-B7F1-8E50733E780B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{779B3180-CB6B-4292-B7F1-8E50733E780B}.Release|Any CPU.Build.0 = Release|Any CPU
{CDD53DF3-5AC3-4723-A9AF-DB8266415408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDD53DF3-5AC3-4723-A9AF-DB8266415408}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDD53DF3-5AC3-4723-A9AF-DB8266415408}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDD53DF3-5AC3-4723-A9AF-DB8266415408}.Release|Any CPU.Build.0 = Release|Any CPU
{3EDBD45F-CA76-4AD6-BE55-17FF18507EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EDBD45F-CA76-4AD6-BE55-17FF18507EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EDBD45F-CA76-4AD6-BE55-17FF18507EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EDBD45F-CA76-4AD6-BE55-17FF18507EB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -6,8 +6,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SericeStationDataModels\ServiceStationDataModels.csproj" />
</ItemGroup>
</Project>