-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathExpressionReflect.sln
55 lines (55 loc) · 3.07 KB
/
ExpressionReflect.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
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{4002443F-CFB9-41B2-BFF3-A3ED2BF5B0A3}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E6E33B59-304A-4B9E-A70E-B58817606FA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F17DC88E-DB13-47B2-ACC3-B4430B5E8B02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpressionReflect", "src\ExpressionReflect\ExpressionReflect.csproj", "{3E340313-8175-4028-803F-3239A2975920}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpressionReflect.UnitTests", "tests\ExpressionReflect.UnitTests\ExpressionReflect.UnitTests.csproj", "{F6314676-5E5B-4586-8394-000C8AC37AEF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmark", "benchmark", "{0081655C-BC2F-4904-9111-BF87D86F257C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionReflect.Benchmark", "benchmark\ExpressionReflect.Benchmark\ExpressionReflect.Benchmark.csproj", "{816C564A-63F7-4007-8A8C-2FBE7CC7FB4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E340313-8175-4028-803F-3239A2975920}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E340313-8175-4028-803F-3239A2975920}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E340313-8175-4028-803F-3239A2975920}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E340313-8175-4028-803F-3239A2975920}.Release|Any CPU.Build.0 = Release|Any CPU
{F6314676-5E5B-4586-8394-000C8AC37AEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6314676-5E5B-4586-8394-000C8AC37AEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6314676-5E5B-4586-8394-000C8AC37AEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6314676-5E5B-4586-8394-000C8AC37AEF}.Release|Any CPU.Build.0 = Release|Any CPU
{816C564A-63F7-4007-8A8C-2FBE7CC7FB4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{816C564A-63F7-4007-8A8C-2FBE7CC7FB4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{816C564A-63F7-4007-8A8C-2FBE7CC7FB4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{816C564A-63F7-4007-8A8C-2FBE7CC7FB4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3E340313-8175-4028-803F-3239A2975920} = {E6E33B59-304A-4B9E-A70E-B58817606FA6}
{F6314676-5E5B-4586-8394-000C8AC37AEF} = {F17DC88E-DB13-47B2-ACC3-B4430B5E8B02}
{816C564A-63F7-4007-8A8C-2FBE7CC7FB4C} = {0081655C-BC2F-4904-9111-BF87D86F257C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CD6C13C-8873-4642-AB82-7148904D156A}
EndGlobalSection
EndGlobal