From ce79918c9bab37e1de690ef870aba8cddb676ffe Mon Sep 17 00:00:00 2001 From: revengel66 Date: Mon, 16 Sep 2024 21:05:40 +0400 Subject: [PATCH] some changes --- ComponentsLab.sln | 20 ++++++++++---------- ComponentsView/ComponentsView.csproj | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ComponentsLab.sln b/ComponentsLab.sln index ea123ca..8c42f15 100644 --- a/ComponentsLab.sln +++ b/ComponentsLab.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34723.18 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentsLibrary", "WinFormsLibrary1\ComponentsLibrary.csproj", "{20C9A49F-95DB-4D70-9F84-B1C8BF2B4CED}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentsLibrary", "ComponentsLibrary\ComponentsLibrary.csproj", "{62BF8781-DBD1-4FC8-BE56-FDF96F51937D}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentsView", "WinFormsApp1\ComponentsView.csproj", "{05A9F38D-2D4B-4206-BF30-E2E0E9B2A159}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComponentsView", "ComponentsView\ComponentsView.csproj", "{3ABCBF18-4F14-44A4-B921-329CFCE9E5DF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,14 +13,14 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {20C9A49F-95DB-4D70-9F84-B1C8BF2B4CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {20C9A49F-95DB-4D70-9F84-B1C8BF2B4CED}.Debug|Any CPU.Build.0 = Debug|Any CPU - {20C9A49F-95DB-4D70-9F84-B1C8BF2B4CED}.Release|Any CPU.ActiveCfg = Release|Any CPU - {20C9A49F-95DB-4D70-9F84-B1C8BF2B4CED}.Release|Any CPU.Build.0 = Release|Any CPU - {05A9F38D-2D4B-4206-BF30-E2E0E9B2A159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {05A9F38D-2D4B-4206-BF30-E2E0E9B2A159}.Debug|Any CPU.Build.0 = Debug|Any CPU - {05A9F38D-2D4B-4206-BF30-E2E0E9B2A159}.Release|Any CPU.ActiveCfg = Release|Any CPU - {05A9F38D-2D4B-4206-BF30-E2E0E9B2A159}.Release|Any CPU.Build.0 = Release|Any CPU + {62BF8781-DBD1-4FC8-BE56-FDF96F51937D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62BF8781-DBD1-4FC8-BE56-FDF96F51937D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62BF8781-DBD1-4FC8-BE56-FDF96F51937D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62BF8781-DBD1-4FC8-BE56-FDF96F51937D}.Release|Any CPU.Build.0 = Release|Any CPU + {3ABCBF18-4F14-44A4-B921-329CFCE9E5DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3ABCBF18-4F14-44A4-B921-329CFCE9E5DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3ABCBF18-4F14-44A4-B921-329CFCE9E5DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3ABCBF18-4F14-44A4-B921-329CFCE9E5DF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ComponentsView/ComponentsView.csproj b/ComponentsView/ComponentsView.csproj index 676ea01..a13d843 100644 --- a/ComponentsView/ComponentsView.csproj +++ b/ComponentsView/ComponentsView.csproj @@ -9,7 +9,7 @@ - + \ No newline at end of file