This commit is contained in:
Gerard Gascón 2025-04-27 14:16:25 +02:00
commit a1d7386082
7 changed files with 82 additions and 0 deletions

22
Project.sln Normal file
View file

@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project", "Project\Project.csproj", "{55F81521-9AF5-431A-8347-AA7D6349219A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{32BB29F6-9636-4FCB-A595-638599ACBC0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55F81521-9AF5-431A-8347-AA7D6349219A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F81521-9AF5-431A-8347-AA7D6349219A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F81521-9AF5-431A-8347-AA7D6349219A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F81521-9AF5-431A-8347-AA7D6349219A}.Release|Any CPU.Build.0 = Release|Any CPU
{32BB29F6-9636-4FCB-A595-638599ACBC0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32BB29F6-9636-4FCB-A595-638599ACBC0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32BB29F6-9636-4FCB-A595-638599ACBC0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32BB29F6-9636-4FCB-A595-638599ACBC0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal