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

NewServer.sln 1.4KB

123456789101112131415161718192021222324252627282930
  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACServer", "ACServer\ACServer.vcproj", "{F92DD520-F927-48B4-9BD1-0CE0AF914DB3}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. EndProjectSection
  5. EndProject
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirServ", "DirServ\DirServ.vcproj", "{6C59EF08-4CA9-400D-9986-545FB0D2ADE7}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. EndProjectSection
  9. EndProject
  10. Global
  11. GlobalSection(SolutionConfiguration) = preSolution
  12. Debug = Debug
  13. Release = Release
  14. EndGlobalSection
  15. GlobalSection(ProjectConfiguration) = postSolution
  16. {F92DD520-F927-48B4-9BD1-0CE0AF914DB3}.Debug.ActiveCfg = Debug|Win32
  17. {F92DD520-F927-48B4-9BD1-0CE0AF914DB3}.Debug.Build.0 = Debug|Win32
  18. {F92DD520-F927-48B4-9BD1-0CE0AF914DB3}.Release.ActiveCfg = Release|Win32
  19. {F92DD520-F927-48B4-9BD1-0CE0AF914DB3}.Release.Build.0 = Release|Win32
  20. {6C59EF08-4CA9-400D-9986-545FB0D2ADE7}.Debug.ActiveCfg = Debug|Win32
  21. {6C59EF08-4CA9-400D-9986-545FB0D2ADE7}.Debug.Build.0 = Debug|Win32
  22. {6C59EF08-4CA9-400D-9986-545FB0D2ADE7}.Release.ActiveCfg = Release|Win32
  23. {6C59EF08-4CA9-400D-9986-545FB0D2ADE7}.Release.Build.0 = Release|Win32
  24. EndGlobalSection
  25. GlobalSection(ExtensibilityGlobals) = postSolution
  26. EndGlobalSection
  27. GlobalSection(ExtensibilityAddIns) = postSolution
  28. EndGlobalSection
  29. EndGlobal