CitiLogTCPClient.sln 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 15
  4. VisualStudioVersion = 15.0.28307.1267
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CitiLogReportDemo", "CitiLogTCPClient\CitiLogReportDemo.csproj", "{53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|Any CPU = Debug|Any CPU
  11. Debug|x64 = Debug|x64
  12. Release|Any CPU = Release|Any CPU
  13. Release|x64 = Release|x64
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  17. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  18. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Debug|x64.ActiveCfg = Debug|x64
  19. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Debug|x64.Build.0 = Debug|x64
  20. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Release|x64.ActiveCfg = Release|x64
  23. {53DC86AA-6DC1-4CB1-8ADD-4C5E1119D45E}.Release|x64.Build.0 = Release|x64
  24. EndGlobalSection
  25. GlobalSection(SolutionProperties) = preSolution
  26. HideSolutionNode = FALSE
  27. EndGlobalSection
  28. GlobalSection(ExtensibilityGlobals) = postSolution
  29. SolutionGuid = {921042A7-3E31-45C6-AF94-90980B81AA42}
  30. EndGlobalSection
  31. GlobalSection(TeamFoundationVersionControl) = preSolution
  32. SccNumberOfProjects = 2
  33. SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
  34. SccTeamFoundationServer = http://192.168.7.217/cvi-code
  35. SccLocalPath0 = .
  36. SccProjectUniqueName1 = CitiLogTCPClient\\CitiLogReportDemo.csproj
  37. SccProjectName1 = CitiLogTCPClient
  38. SccLocalPath1 = CitiLogTCPClient
  39. EndGlobalSection
  40. EndGlobal