Vit.Linq.sln 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.0.31606.5
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{0062F400-558C-4084-8004-3C8D4CBBFDE4}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.MsTest", "test\Vit.Linq.MsTest\Vit.Linq.MsTest.csproj", "{5801E323-C03D-48D2-BEFF-DE060B3293B0}"
  9. EndProject
  10. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq", "src\Vit.Linq\Vit.Linq.csproj", "{A27EF8DC-2284-43BF-98E7-CE3C35E296CD}"
  11. EndProject
  12. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{75C25D0B-8529-4E3F-AF43-6EC1E9E40828}"
  13. ProjectSection(SolutionItems) = preProject
  14. doc\Example.Join.md = doc\Example.Join.md
  15. doc\ExpressionTree.NotSupported.md = doc\ExpressionTree.NotSupported.md
  16. README.md = README.md
  17. doc\README_CN.md = doc\README_CN.md
  18. doc\ReleaseLog.md = doc\ReleaseLog.md
  19. doc\TODO.md = doc\TODO.md
  20. EndProjectSection
  21. EndProject
  22. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.Console", "test\Vit.Linq.Console\Vit.Linq.Console.csproj", "{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}"
  23. EndProject
  24. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.ExpressionNodes.MsTest", "test\Vit.Linq.ExpressionNodes.MsTest\Vit.Linq.ExpressionNodes.MsTest.csproj", "{FC2D5B01-792D-4CDC-BB78-9379D4DB5441}"
  25. EndProject
  26. Global
  27. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  28. Debug|Any CPU = Debug|Any CPU
  29. Release|Any CPU = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  32. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  33. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
  34. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
  35. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Release|Any CPU.Build.0 = Release|Any CPU
  36. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  37. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
  38. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
  39. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Release|Any CPU.Build.0 = Release|Any CPU
  40. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  41. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  42. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  43. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.Build.0 = Release|Any CPU
  44. {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  45. {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Debug|Any CPU.Build.0 = Debug|Any CPU
  46. {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Release|Any CPU.ActiveCfg = Release|Any CPU
  47. {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Release|Any CPU.Build.0 = Release|Any CPU
  48. EndGlobalSection
  49. GlobalSection(SolutionProperties) = preSolution
  50. HideSolutionNode = FALSE
  51. EndGlobalSection
  52. GlobalSection(NestedProjects) = preSolution
  53. {5801E323-C03D-48D2-BEFF-DE060B3293B0} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
  54. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
  55. {FC2D5B01-792D-4CDC-BB78-9379D4DB5441} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
  56. EndGlobalSection
  57. GlobalSection(ExtensibilityGlobals) = postSolution
  58. SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F}
  59. EndGlobalSection
  60. EndGlobal