diff --git a/CoffeeMachineSimulator/test/CoffeeMachineSimulator.sln b/CoffeeMachineSimulator/test/CoffeeMachineSimulator.sln new file mode 100644 index 0000000..d2a2a49 --- /dev/null +++ b/CoffeeMachineSimulator/test/CoffeeMachineSimulator.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30114.105 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeMachineSimulator.UI", "CoffeeMachineSimulator.UI\CoffeeMachineSimulator.UI.csproj", "{B858C88F-1CDB-41C4-837F-D3BFD38CEAC1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoffeeMachineSimulator.Sender", "CoffeeMachineSimulator.Sender\CoffeeMachineSimulator.Sender.csproj", "{E894DC46-7579-4F34-8406-9B48906B019F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B858C88F-1CDB-41C4-837F-D3BFD38CEAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B858C88F-1CDB-41C4-837F-D3BFD38CEAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B858C88F-1CDB-41C4-837F-D3BFD38CEAC1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B858C88F-1CDB-41C4-837F-D3BFD38CEAC1}.Release|Any CPU.Build.0 = Release|Any CPU + {E894DC46-7579-4F34-8406-9B48906B019F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E894DC46-7579-4F34-8406-9B48906B019F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E894DC46-7579-4F34-8406-9B48906B019F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E894DC46-7579-4F34-8406-9B48906B019F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {84F0E437-E496-451E-8E0A-D4E54E0E653A} + EndGlobalSection +EndGlobal