Skip to content

Commit

Permalink
update sln to include solution items
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Oct 23, 2023
1 parent fd5e14c commit 75b0227
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Analogy.LogViewer.NLogProvider.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
# Visual Studio Version 17
VisualStudioVersion = 17.8.34205.153
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analogy.LogViewer.NLogProvider.UnitTests", "Analogy.LogViewer.NLogProvider.UnitTests\Analogy.LogViewer.NLogProvider.UnitTests.csproj", "{6C2D5075-51BD-4CA1-8D0D-9F1AF7B2CBFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.NLogProvider", "Analogy.LogViewer.NLogProvider\Analogy.LogViewer.NLogProvider.csproj", "{B70F53DE-25D5-4D08-8EA7-D9A3744302B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{88326B26-DB71-4440-A20E-9F8050528992}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\dotnet-core-desktop.yml = .github\workflows\dotnet-core-desktop.yml
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 75b0227

Please sign in to comment.