NetworkTool.Client.sln 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 17
  3. VisualStudioVersion = 17.0.31903.59
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkTool.Client", "NetworkTool.Client\NetworkTool.Client.csproj", "{ED9AE150-9FB2-4107-9C60-991591555503}"
  6. EndProject
  7. Global
  8. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  9. Debug|Any CPU = Debug|Any CPU
  10. Debug|x64 = Debug|x64
  11. Debug|x86 = Debug|x86
  12. Release|Any CPU = Release|Any CPU
  13. Release|x64 = Release|x64
  14. Release|x86 = Release|x86
  15. EndGlobalSection
  16. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  17. {ED9AE150-9FB2-4107-9C60-991591555503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  18. {ED9AE150-9FB2-4107-9C60-991591555503}.Debug|Any CPU.Build.0 = Debug|Any CPU
  19. {ED9AE150-9FB2-4107-9C60-991591555503}.Debug|x64.ActiveCfg = Debug|Any CPU
  20. {ED9AE150-9FB2-4107-9C60-991591555503}.Debug|x64.Build.0 = Debug|Any CPU
  21. {ED9AE150-9FB2-4107-9C60-991591555503}.Debug|x86.ActiveCfg = Debug|Any CPU
  22. {ED9AE150-9FB2-4107-9C60-991591555503}.Debug|x86.Build.0 = Debug|Any CPU
  23. {ED9AE150-9FB2-4107-9C60-991591555503}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {ED9AE150-9FB2-4107-9C60-991591555503}.Release|Any CPU.Build.0 = Release|Any CPU
  25. {ED9AE150-9FB2-4107-9C60-991591555503}.Release|x64.ActiveCfg = Release|Any CPU
  26. {ED9AE150-9FB2-4107-9C60-991591555503}.Release|x64.Build.0 = Release|Any CPU
  27. {ED9AE150-9FB2-4107-9C60-991591555503}.Release|x86.ActiveCfg = Release|Any CPU
  28. {ED9AE150-9FB2-4107-9C60-991591555503}.Release|x86.Build.0 = Release|Any CPU
  29. EndGlobalSection
  30. GlobalSection(SolutionProperties) = preSolution
  31. HideSolutionNode = FALSE
  32. EndGlobalSection
  33. EndGlobal