Clone of Akilla's acserver @ https://github.com/deregtd/ACServer

LoginClient.sln 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientAdapter", "ClientAdapter\ClientAdapter.vcproj", "{BC32353F-F5BE-409E-BE6A-F2EB4A869319}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. EndProjectSection
  5. EndProject
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientInject", "ClientInject\ClientInject.vcproj", "{579A28E0-9022-4F14-A1D3-67B3E3522051}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. EndProjectSection
  9. EndProject
  10. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientLogon", "ClientLogon\ClientLogon.vcproj", "{454E2AA1-21EF-482E-84B1-724E85395B2D}"
  11. ProjectSection(ProjectDependencies) = postProject
  12. EndProjectSection
  13. EndProject
  14. Global
  15. GlobalSection(SolutionConfiguration) = preSolution
  16. Debug = Debug
  17. Release = Release
  18. EndGlobalSection
  19. GlobalSection(ProjectConfiguration) = postSolution
  20. {BC32353F-F5BE-409E-BE6A-F2EB4A869319}.Debug.ActiveCfg = Debug|Win32
  21. {BC32353F-F5BE-409E-BE6A-F2EB4A869319}.Debug.Build.0 = Debug|Win32
  22. {BC32353F-F5BE-409E-BE6A-F2EB4A869319}.Release.ActiveCfg = Release|Win32
  23. {BC32353F-F5BE-409E-BE6A-F2EB4A869319}.Release.Build.0 = Release|Win32
  24. {579A28E0-9022-4F14-A1D3-67B3E3522051}.Debug.ActiveCfg = Debug|Win32
  25. {579A28E0-9022-4F14-A1D3-67B3E3522051}.Debug.Build.0 = Debug|Win32
  26. {579A28E0-9022-4F14-A1D3-67B3E3522051}.Release.ActiveCfg = Release|Win32
  27. {579A28E0-9022-4F14-A1D3-67B3E3522051}.Release.Build.0 = Release|Win32
  28. {454E2AA1-21EF-482E-84B1-724E85395B2D}.Debug.ActiveCfg = Debug|Win32
  29. {454E2AA1-21EF-482E-84B1-724E85395B2D}.Debug.Build.0 = Debug|Win32
  30. {454E2AA1-21EF-482E-84B1-724E85395B2D}.Release.ActiveCfg = Release|Win32
  31. {454E2AA1-21EF-482E-84B1-724E85395B2D}.Release.Build.0 = Release|Win32
  32. EndGlobalSection
  33. GlobalSection(ExtensibilityGlobals) = postSolution
  34. EndGlobalSection
  35. GlobalSection(ExtensibilityAddIns) = postSolution
  36. EndGlobalSection
  37. EndGlobal