diff --git a/VisualComponents/VisualComponents.sln b/VisualComponents/VisualComponents.sln index 50ee231..918bebb 100644 --- a/VisualComponents/VisualComponents.sln +++ b/VisualComponents/VisualComponents.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 17.6.33815.320 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualComponents", "VisualComponents\VisualComponents.csproj", "{E5333284-B1A3-4A29-AFFB-5DB3692C036B}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualComponentsLib", "VisualComponentsLib\VisualComponentsLib.csproj", "{03CEC81D-1205-4404-B971-505D01F8BD6B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {E5333284-B1A3-4A29-AFFB-5DB3692C036B}.Debug|Any CPU.Build.0 = Debug|Any CPU {E5333284-B1A3-4A29-AFFB-5DB3692C036B}.Release|Any CPU.ActiveCfg = Release|Any CPU {E5333284-B1A3-4A29-AFFB-5DB3692C036B}.Release|Any CPU.Build.0 = Release|Any CPU + {03CEC81D-1205-4404-B971-505D01F8BD6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03CEC81D-1205-4404-B971-505D01F8BD6B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03CEC81D-1205-4404-B971-505D01F8BD6B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03CEC81D-1205-4404-B971-505D01F8BD6B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/VisualComponents/VisualComponentsLib/VisualComponentsLib.csproj b/VisualComponents/VisualComponentsLib/VisualComponentsLib.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/VisualComponents/VisualComponentsLib/VisualComponentsLib.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + +