-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinqString.sln
45 lines (45 loc) · 2.29 KB
/
LinqString.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqString", "LinqString\LinqString.csproj", "{68CED445-32AA-4520-9671-57104525315C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "Examples\Examples.csproj", "{D7011FE3-5A7C-4624-94D6-6A8AEB01536F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5F80696-A238-4884-85B4-E0C2BDE04A1B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
pack.ps1 = pack.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{A2D54E6E-4BC5-4CFF-98BD-5B27B1728C87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68CED445-32AA-4520-9671-57104525315C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68CED445-32AA-4520-9671-57104525315C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68CED445-32AA-4520-9671-57104525315C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68CED445-32AA-4520-9671-57104525315C}.Release|Any CPU.Build.0 = Release|Any CPU
{D7011FE3-5A7C-4624-94D6-6A8AEB01536F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7011FE3-5A7C-4624-94D6-6A8AEB01536F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7011FE3-5A7C-4624-94D6-6A8AEB01536F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7011FE3-5A7C-4624-94D6-6A8AEB01536F}.Release|Any CPU.Build.0 = Release|Any CPU
{A2D54E6E-4BC5-4CFF-98BD-5B27B1728C87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2D54E6E-4BC5-4CFF-98BD-5B27B1728C87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2D54E6E-4BC5-4CFF-98BD-5B27B1728C87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2D54E6E-4BC5-4CFF-98BD-5B27B1728C87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C215E653-0F43-470D-A8B5-AB0A7B3F852B}
EndGlobalSection
EndGlobal