Skip to content

Commit

Permalink
Move sln
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Dec 28, 2024
1 parent ccf1e1a commit b7a6738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Silhouette.sln → src/Silhouette.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32408.312
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedDotnetProfiler", "src\ManagedDotnetProfiler\ManagedDotnetProfiler.csproj", "{CA964F90-61C5-407D-AA4D-055F0CFC62B2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedDotnetProfiler", "ManagedDotnetProfiler\ManagedDotnetProfiler.csproj", "{CA964F90-61C5-407D-AA4D-055F0CFC62B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "src\TestApp\TestApp.csproj", "{5BE2C0CF-A101-4FB5-9C2A-13E97E728778}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{5BE2C0CF-A101-4FB5-9C2A-13E97E728778}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Silhouette", "src\Silhouette\Silhouette.csproj", "{4440A205-D718-47C8-B6C0-B413B2D96A4F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Silhouette", "Silhouette\Silhouette.csproj", "{4440A205-D718-47C8-B6C0-B413B2D96A4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit b7a6738

Please sign in to comment.