You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

shadowsocks-csharp.sln 1.6 kB

12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
123456789101112131415161718192021222324252627282930
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Express 2012 for Windows Desktop
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "shadowsocks-csharp", "shadowsocks-csharp\shadowsocks-csharp.csproj", "{8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{45913187-0685-4903-B250-DCEF0479CD86}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062} = {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}
  9. EndProjectSection
  10. EndProject
  11. Global
  12. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  13. Debug|x86 = Debug|x86
  14. Release|x86 = Release|x86
  15. EndGlobalSection
  16. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  17. {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|x86.ActiveCfg = Debug|x86
  18. {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|x86.Build.0 = Debug|x86
  19. {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|x86.Deploy.0 = Debug|x86
  20. {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Release|x86.ActiveCfg = Release|x86
  21. {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Release|x86.Build.0 = Release|x86
  22. {45913187-0685-4903-B250-DCEF0479CD86}.Debug|x86.ActiveCfg = Debug|x86
  23. {45913187-0685-4903-B250-DCEF0479CD86}.Debug|x86.Build.0 = Debug|x86
  24. {45913187-0685-4903-B250-DCEF0479CD86}.Release|x86.ActiveCfg = Release|x86
  25. {45913187-0685-4903-B250-DCEF0479CD86}.Release|x86.Build.0 = Release|x86
  26. EndGlobalSection
  27. GlobalSection(SolutionProperties) = preSolution
  28. HideSolutionNode = FALSE
  29. EndGlobalSection
  30. EndGlobal