GildedRose-Refactoring-Kata/csharp/csharp.sln
Emmanuel b6536a2cfc Unit Tests
- Still completing unit tests
- modified very minor things with comments.
- check readme.md for more comments
2021-04-27 11:15:31 +02:00

32 lines
1.5 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp", "csharp.csproj", "{176C0214-9136-4079-8DAB-11D7420C3881}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharpTests", "..\csharpTests\csharpTests.csproj", "{37C031AE-7CAF-45BF-B2C4-F5A037574D58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{176C0214-9136-4079-8DAB-11D7420C3881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{176C0214-9136-4079-8DAB-11D7420C3881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{176C0214-9136-4079-8DAB-11D7420C3881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{176C0214-9136-4079-8DAB-11D7420C3881}.Release|Any CPU.Build.0 = Release|Any CPU
{37C031AE-7CAF-45BF-B2C4-F5A037574D58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37C031AE-7CAF-45BF-B2C4-F5A037574D58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37C031AE-7CAF-45BF-B2C4-F5A037574D58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37C031AE-7CAF-45BF-B2C4-F5A037574D58}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01CFA026-4000-45ED-953B-BB77AE8707AE}
EndGlobalSection
EndGlobal