Added references to all projects

This commit is contained in:
Max 2024-06-16 18:58:07 +02:00
parent 98c52bc738
commit 1d75dd6da0
3 changed files with 24 additions and 0 deletions

View File

@ -7,6 +7,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\DotBased\DotBased.Logging.Serilog\DotBased.Logging.Serilog.csproj" />
<ProjectReference Include="..\DotBased\DotBased\DotBased.csproj" />
<ProjectReference Include="..\SharpRSS.Core\SharpRSS.Core.csproj" /> <ProjectReference Include="..\SharpRSS.Core\SharpRSS.Core.csproj" />
<ProjectReference Include="..\SharpRSS.Data\SharpRSS.Data.csproj" /> <ProjectReference Include="..\SharpRSS.Data\SharpRSS.Data.csproj" />
</ItemGroup> </ItemGroup>

View File

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

View File

@ -11,6 +11,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRSS.Core", "SharpRSS.C
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRSS.Data", "SharpRSS.Data\SharpRSS.Data.csproj", "{8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRSS.Data", "SharpRSS.Data\SharpRSS.Data.csproj", "{8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{A73E4832-235F-4032-825E-3A928199A5DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotBased", "DotBased\DotBased\DotBased.csproj", "{F2BA5122-C9EE-4E65-B3EF-987D797AEAB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotBased.Logging.Serilog", "DotBased\DotBased.Logging.Serilog\DotBased.Logging.Serilog.csproj", "{49F07625-B92C-439B-AC3E-7DEB26EA15D4}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@ -33,6 +39,14 @@ Global
{8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU {8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU {8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}.Release|Any CPU.Build.0 = Release|Any CPU {8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}.Release|Any CPU.Build.0 = Release|Any CPU
{F2BA5122-C9EE-4E65-B3EF-987D797AEAB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2BA5122-C9EE-4E65-B3EF-987D797AEAB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2BA5122-C9EE-4E65-B3EF-987D797AEAB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2BA5122-C9EE-4E65-B3EF-987D797AEAB0}.Release|Any CPU.Build.0 = Release|Any CPU
{49F07625-B92C-439B-AC3E-7DEB26EA15D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49F07625-B92C-439B-AC3E-7DEB26EA15D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49F07625-B92C-439B-AC3E-7DEB26EA15D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49F07625-B92C-439B-AC3E-7DEB26EA15D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
@ -40,4 +54,8 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A31B46E9-37D1-4263-8681-617029BDBE66} SolutionGuid = {A31B46E9-37D1-4263-8681-617029BDBE66}
EndGlobalSection EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F2BA5122-C9EE-4E65-B3EF-987D797AEAB0} = {A73E4832-235F-4032-825E-3A928199A5DF}
{49F07625-B92C-439B-AC3E-7DEB26EA15D4} = {A73E4832-235F-4032-825E-3A928199A5DF}
EndGlobalSection
EndGlobal EndGlobal