Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31606.5 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{0062F400-558C-4084-8004-3C8D4CBBFDE4}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.MsTest", "test\Vit.Linq.MsTest\Vit.Linq.MsTest.csproj", "{5801E323-C03D-48D2-BEFF-DE060B3293B0}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq", "src\Vit.Linq\Vit.Linq.csproj", "{A27EF8DC-2284-43BF-98E7-CE3C35E296CD}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{75C25D0B-8529-4E3F-AF43-6EC1E9E40828}" ProjectSection(SolutionItems) = preProject doc\Example.Join.md = doc\Example.Join.md doc\ExpressionTree.NotSupported.md = doc\ExpressionTree.NotSupported.md README.md = README.md doc\README_CN.md = doc\README_CN.md doc\ReleaseNotes.md = doc\ReleaseNotes.md doc\TODO.md = doc\TODO.md EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vit.Linq.Console", "test\Vit.Linq.Console\Vit.Linq.Console.csproj", "{32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}" EndProject 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}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6C2A6022-0195-48D3-9CBF-9372FA5CA148}" ProjectSection(SolutionItems) = preProject src\Versions.props = src\Versions.props EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Debug|Any CPU.Build.0 = Debug|Any CPU {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Release|Any CPU.ActiveCfg = Release|Any CPU {5801E323-C03D-48D2-BEFF-DE060B3293B0}.Release|Any CPU.Build.0 = Release|Any CPU {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Debug|Any CPU.Build.0 = Debug|Any CPU {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Release|Any CPU.ActiveCfg = Release|Any CPU {A27EF8DC-2284-43BF-98E7-CE3C35E296CD}.Release|Any CPU.Build.0 = Release|Any CPU {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Debug|Any CPU.Build.0 = Debug|Any CPU {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.ActiveCfg = Release|Any CPU {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C}.Release|Any CPU.Build.0 = Release|Any CPU {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Debug|Any CPU.Build.0 = Debug|Any CPU {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Release|Any CPU.ActiveCfg = Release|Any CPU {FC2D5B01-792D-4CDC-BB78-9379D4DB5441}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {5801E323-C03D-48D2-BEFF-DE060B3293B0} = {0062F400-558C-4084-8004-3C8D4CBBFDE4} {A27EF8DC-2284-43BF-98E7-CE3C35E296CD} = {6C2A6022-0195-48D3-9CBF-9372FA5CA148} {32F107EF-09D7-4D5D-9D43-6BA00DAEBD5C} = {0062F400-558C-4084-8004-3C8D4CBBFDE4} {FC2D5B01-792D-4CDC-BB78-9379D4DB5441} = {0062F400-558C-4084-8004-3C8D4CBBFDE4} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F} EndGlobalSection EndGlobal