mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2025-01-18 04:44:20 +01:00
Added references to all projects
This commit is contained in:
parent
98c52bc738
commit
1d75dd6da0
|
@ -7,6 +7,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<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.Data\SharpRSS.Data.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -6,4 +6,8 @@
|
|||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DotBased\DotBased\DotBased.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
18
SharpRSS.sln
18
SharpRSS.sln
|
@ -11,6 +11,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRSS.Core", "SharpRSS.C
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRSS.Data", "SharpRSS.Data\SharpRSS.Data.csproj", "{8AC2120D-D8B2-4022-A4AD-8745D6C92D8A}"
|
||||
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
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
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}.Release|Any CPU.ActiveCfg = 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
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -40,4 +54,8 @@ Global
|
|||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {A31B46E9-37D1-4263-8681-617029BDBE66}
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user