.sln reorganization

master
Harald Wolff 2020-11-25 23:56:10 +01:00
parent 0f6f0db7d7
commit a2b67211c8
14 changed files with 52 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ln.collections\ln.collections.csproj" />
<ProjectReference Include="..\ln.logging\ln.logging.csproj" />
<ProjectReference Include="..\ln.type\ln.type.csproj" />
</ItemGroup>
</Project>

34
ln.threading.sln 100644
View File

@ -0,0 +1,34 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ln.threading", "ln.threading\ln.threading.csproj", "{EF42AC52-F094-4A9F-80D1-6E4365C89F70}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Debug|x64.ActiveCfg = Debug|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Debug|x64.Build.0 = Debug|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Debug|x86.ActiveCfg = Debug|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Debug|x86.Build.0 = Debug|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Release|Any CPU.Build.0 = Release|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Release|x64.ActiveCfg = Release|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Release|x64.Build.0 = Release|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Release|x86.ActiveCfg = Release|Any CPU
{EF42AC52-F094-4A9F-80D1-6E4365C89F70}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

View File

@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.1.0</Version>
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
<Description />
<Copyright>(c) 2020 Harald Wolff-Thobaben</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ln.collections" Version="0.1.2" />
<PackageReference Include="ln.logging" Version="1.0.0" />
<PackageReference Include="ln.type" Version="0.1.1" />
</ItemGroup>
</Project>