Skip to content

Commit

Permalink
Restructured the project
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelfattahradwan committed Jul 19, 2022
1 parent ff083a5 commit 32feaf2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions SharpEval.sln → src/SharpEval.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpEval", "src\SharpEval\SharpEval.csproj", "{C13DEDDF-A522-4015-BCE3-B725D447A704}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpEval", "SharpEval\SharpEval.csproj", "{977F31A5-CAA9-4578-8C6D-A107F511FD00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpEval.Tests", "src\SharpEval.Tests\SharpEval.Tests.csproj", "{0E0ACF12-C831-467F-BD5C-6547E42BB627}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpEval.Tests", "SharpEval.Tests\SharpEval.Tests.csproj", "{F15A5EE6-80D5-4E12-A528-8F93A149AC1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C13DEDDF-A522-4015-BCE3-B725D447A704}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C13DEDDF-A522-4015-BCE3-B725D447A704}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C13DEDDF-A522-4015-BCE3-B725D447A704}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C13DEDDF-A522-4015-BCE3-B725D447A704}.Release|Any CPU.Build.0 = Release|Any CPU
{0E0ACF12-C831-467F-BD5C-6547E42BB627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E0ACF12-C831-467F-BD5C-6547E42BB627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E0ACF12-C831-467F-BD5C-6547E42BB627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E0ACF12-C831-467F-BD5C-6547E42BB627}.Release|Any CPU.Build.0 = Release|Any CPU
{977F31A5-CAA9-4578-8C6D-A107F511FD00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{977F31A5-CAA9-4578-8C6D-A107F511FD00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{977F31A5-CAA9-4578-8C6D-A107F511FD00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{977F31A5-CAA9-4578-8C6D-A107F511FD00}.Release|Any CPU.Build.0 = Release|Any CPU
{F15A5EE6-80D5-4E12-A528-8F93A149AC1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F15A5EE6-80D5-4E12-A528-8F93A149AC1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F15A5EE6-80D5-4E12-A528-8F93A149AC1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F15A5EE6-80D5-4E12-A528-8F93A149AC1F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 32feaf2

Please sign in to comment.