mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-18 23:44:44 +01:00
54 lines
3.1 KiB
Plaintext
54 lines
3.1 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 15
|
|
VisualStudioVersion = 15.0.26124.0
|
|
MinimumVisualStudioVersion = 15.0.26124.0
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheatricalPlayersRefactoringKata", "TheatricalPlayersRefactoringKata\TheatricalPlayersRefactoringKata.csproj", "{B380BB58-50A5-435D-9B52-5045A2F93761}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheatricalPlayersRefactoringKata.Tests", "TheatricalPlayersRefactoringKata.Tests\TheatricalPlayersRefactoringKata.Tests.csproj", "{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{F64093BF-B598-4217-913F-8B1B407AB2E5}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
Dockerfile = Dockerfile
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|Any CPU = Release|Any CPU
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Debug|x64.Build.0 = Debug|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Debug|x86.Build.0 = Debug|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Release|x64.ActiveCfg = Release|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Release|x64.Build.0 = Release|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Release|x86.ActiveCfg = Release|Any CPU
|
|
{B380BB58-50A5-435D-9B52-5045A2F93761}.Release|x86.Build.0 = Release|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Debug|x64.Build.0 = Debug|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Debug|x86.Build.0 = Debug|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Release|x64.ActiveCfg = Release|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Release|x64.Build.0 = Release|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Release|x86.ActiveCfg = Release|Any CPU
|
|
{47FAD5CE-0FB3-4C9F-A430-68E58A1B094F}.Release|x86.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
EndGlobal
|