trieTree.xiaoshi.sz.com.sln 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.10.35013.160
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testtrieTree", "testtrieTree\testtrieTree.csproj", "{15149D47-A288-4211-84D2-963F1967B55E}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "trieTree", "trieTree\trieTree.csproj", "{1BF5913A-0217-44E0-8B6E-7A30687FEBF2}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPRS.xiaoshi.sz.com", "IPRS.xiaoshi.sz.com\IPRS.xiaoshi.sz.com.csproj", "{3728188A-69C0-47FB-A97F-E64774AC9A05}"
  11. EndProject
  12. Global
  13. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  14. Debug|Any CPU = Debug|Any CPU
  15. Release|Any CPU = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  18. {15149D47-A288-4211-84D2-963F1967B55E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  19. {15149D47-A288-4211-84D2-963F1967B55E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  20. {15149D47-A288-4211-84D2-963F1967B55E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {15149D47-A288-4211-84D2-963F1967B55E}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {1BF5913A-0217-44E0-8B6E-7A30687FEBF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {1BF5913A-0217-44E0-8B6E-7A30687FEBF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {1BF5913A-0217-44E0-8B6E-7A30687FEBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {1BF5913A-0217-44E0-8B6E-7A30687FEBF2}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {3728188A-69C0-47FB-A97F-E64774AC9A05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {3728188A-69C0-47FB-A97F-E64774AC9A05}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {3728188A-69C0-47FB-A97F-E64774AC9A05}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {3728188A-69C0-47FB-A97F-E64774AC9A05}.Release|Any CPU.Build.0 = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. GlobalSection(ExtensibilityGlobals) = postSolution
  35. SolutionGuid = {15068A00-C0C8-4C86-8A55-E833A1B37A6B}
  36. EndGlobalSection
  37. EndGlobal