Skip to content

Commit

Permalink
Move solution file to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Trassoudaine committed May 6, 2021
1 parent 90a3cc3 commit be0a185
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Jupyscope.sln → Jupyscope.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope", "Jupyscope\Jupyscope.csproj", "{A625E0F6-F9D0-4089-A552-95A02157BFCA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope", "src\Jupyscope\Jupyscope.csproj", "{A625E0F6-F9D0-4089-A552-95A02157BFCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope.Tests", "Jupyscope.Tests\Jupyscope.Tests.csproj", "{90337F4B-F613-4C93-90F9-DF57C486D898}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope.Tests", "src\Jupyscope.Tests\Jupyscope.Tests.csproj", "{90337F4B-F613-4C93-90F9-DF57C486D898}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope.Client", "Jupyscope.Client\Jupyscope.Client.csproj", "{A3CB00C6-F9A3-4E7E-9975-83156FFAF697}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope.Client", "src\Jupyscope.Client\Jupyscope.Client.csproj", "{A3CB00C6-F9A3-4E7E-9975-83156FFAF697}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope.TestData", "Jupyscope.TestData\Jupyscope.TestData.csproj", "{16CAAD3F-17DD-493B-80DD-144BA5DA3975}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jupyscope.TestData", "src\Jupyscope.TestData\Jupyscope.TestData.csproj", "{16CAAD3F-17DD-493B-80DD-144BA5DA3975}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [WIP] 🔭 Jupyscope

[![Tests][UnitTestBadgeImage]][UnitTestBadgeLink]
[![NuGet version (Jupyscope)][NugetBadgeImage]][NugetBadgeLink]

A Jupyter notebook viewer implemented in C#.

Expand All @@ -11,3 +12,5 @@ A Jupyter notebook viewer implemented in C#.

[UnitTestBadgeLink]: https://github.com/intv0id/Telescope/actions/workflows/Tests.yml
[UnitTestBadgeImage]: https://github.com/intv0id/Telescope/actions/workflows/Tests.yml/badge.svg
[NugetBadgeLink]: https://www.nuget.org/packages/Jupyscope/
[NugetBadgeImage]: https://img.shields.io/nuget/v/Jupyscope.svg?style=flat

0 comments on commit be0a185

Please sign in to comment.