Vit.Linq.sln 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.MsTest31", "test\Vit.Linq.MsTest31\Vit.Linq.MsTest31.csproj", "{7E513E2C-BF52-4662-AD8F-5910F283178D}"
  13. EndProject
  14. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{75C25D0B-8529-4E3F-AF43-6EC1E9E40828}"
  15. ProjectSection(SolutionItems) = preProject
  16. doc\Example.Join.md = doc\Example.Join.md
  17. doc\ExpressionTree.NotSupported.md = doc\ExpressionTree.NotSupported.md
  18. README.md = README.md
  19. doc\README_CN.md = doc\README_CN.md
  20. doc\ReleaseLog.md = doc\ReleaseLog.md
  21. doc\TODO.md = doc\TODO.md
  22. EndProjectSection
  23. EndProject
  24. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.ExpressionTree.MsTest", "test\Vit.Linq.ExpressionTree.MsTest\Vit.Linq.ExpressionTree.MsTest.csproj", "{5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}"
  25. EndProject
  26. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vit.Linq.Console", "test\Vit.Linq.Console\Vit.Linq.Console.csproj", "{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}"
  27. EndProject
  28. Global
  29. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  30. Debug|Any CPU = Debug|Any CPU
  31. Release|Any CPU = Release|Any CPU
  32. EndGlobalSection
  33. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  34. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  35. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
  36. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
  37. {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Release|Any CPU.Build.0 = Release|Any CPU
  38. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  39. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
  40. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
  41. {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Release|Any CPU.Build.0 = Release|Any CPU
  42. {7E513E2C-BF52-4662-AD8F-5910F283178D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  43. {7E513E2C-BF52-4662-AD8F-5910F283178D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  44. {7E513E2C-BF52-4662-AD8F-5910F283178D}.Release|Any CPU.ActiveCfg = Release|Any CPU
  45. {7E513E2C-BF52-4662-AD8F-5910F283178D}.Release|Any CPU.Build.0 = Release|Any CPU
  46. {5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  47. {5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
  48. {5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
  49. {5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6}.Release|Any CPU.Build.0 = Release|Any CPU
  50. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  51. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  52. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  53. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.Build.0 = Release|Any CPU
  54. EndGlobalSection
  55. GlobalSection(SolutionProperties) = preSolution
  56. HideSolutionNode = FALSE
  57. EndGlobalSection
  58. GlobalSection(NestedProjects) = preSolution
  59. {5801E323-C03D-48D2-BEFF-DE060B3293B0} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
  60. {7E513E2C-BF52-4662-AD8F-5910F283178D} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
  61. {5A6CE1E2-07A4-4C8D-AB99-D7AED536DAA6} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
  62. {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C} = {0062F400-558C-4084-8004-3C8D4CBBFDE4}
  63. EndGlobalSection
  64. GlobalSection(ExtensibilityGlobals) = postSolution
  65. SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F}
  66. EndGlobalSection
  67. EndGlobal