automated-testing-demo/automated-testing-demo.sln
2024-06-14 08:42:51 -05:00

29 lines
1.4 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "producer", "producer\producer.csproj", "{07F2A1EB-D35E-4B80-B913-CF7D1FE0594E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "consumer", "consumer\consumer.csproj", "{1F8DAF6D-67B2-43C4-ACFD-38B8541722C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07F2A1EB-D35E-4B80-B913-CF7D1FE0594E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07F2A1EB-D35E-4B80-B913-CF7D1FE0594E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07F2A1EB-D35E-4B80-B913-CF7D1FE0594E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07F2A1EB-D35E-4B80-B913-CF7D1FE0594E}.Release|Any CPU.Build.0 = Release|Any CPU
{1F8DAF6D-67B2-43C4-ACFD-38B8541722C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F8DAF6D-67B2-43C4-ACFD-38B8541722C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F8DAF6D-67B2-43C4-ACFD-38B8541722C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F8DAF6D-67B2-43C4-ACFD-38B8541722C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal