some changes

This commit is contained in:
revengel66 2024-09-16 21:05:40 +04:00
parent 7fa0fee8f2
commit ce79918c9b
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\WinFormsLibrary1\ComponentsLibrary.csproj" />
<ProjectReference Include="..\ComponentsLibrary\ComponentsLibrary.csproj" />
</ItemGroup>
</Project>