Files
Mass-Imaging-Tool/Mass Imaging Tool.sln
Ryan 99e99fad13 Initial MIT Builder Client Commit
Started on async tcp client implementation
2021-12-03 15:45:39 +10:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MIT Builder Client", "MOE Builder Client\MIT Builder Client.csproj", "{0DF731B9-A08C-4BAF-B079-FE88DC7487E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MIT Master Server", "MIT Master Server\MIT Master Server.csproj", "{0A8A25AE-69F6-4F10-95E5-20495717FE34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DF731B9-A08C-4BAF-B079-FE88DC7487E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DF731B9-A08C-4BAF-B079-FE88DC7487E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DF731B9-A08C-4BAF-B079-FE88DC7487E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DF731B9-A08C-4BAF-B079-FE88DC7487E5}.Release|Any CPU.Build.0 = Release|Any CPU
{0A8A25AE-69F6-4F10-95E5-20495717FE34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A8A25AE-69F6-4F10-95E5-20495717FE34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A8A25AE-69F6-4F10-95E5-20495717FE34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A8A25AE-69F6-4F10-95E5-20495717FE34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEBBB8A4-F591-4996-BF6D-FEFA7A4ABFF9}
EndGlobalSection
EndGlobal