-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathImmediateReflection.sln
43 lines (43 loc) · 2.65 KB
/
ImmediateReflection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ImmediateReflection.CommonInternals", "src\ImmediateReflection.CommonInternals\ImmediateReflection.CommonInternals.shproj", "{CE984360-54F0-406F-B8A9-E75897DAED3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImmediateReflection", "src\ImmediateReflection\ImmediateReflection.csproj", "{D5762C6B-C87B-28BB-C2A8-60B33343641D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImmediateReflection.Tests", "tests\ImmediateReflection.Tests\ImmediateReflection.Tests.csproj", "{125C0F86-EA89-B12B-AEDF-B83E2B9623AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmark", "Benchmark", "{22937B93-4129-4F68-AB14-F7AFE020BA8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImmediateReflection.Benchmark", "benchmarks\ImmediateReflection.Benchmark\ImmediateReflection.Benchmark.csproj", "{952EA9EF-9206-4BD8-8F9E-3CBAB655BCD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5762C6B-C87B-28BB-C2A8-60B33343641D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5762C6B-C87B-28BB-C2A8-60B33343641D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5762C6B-C87B-28BB-C2A8-60B33343641D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5762C6B-C87B-28BB-C2A8-60B33343641D}.Release|Any CPU.Build.0 = Release|Any CPU
{125C0F86-EA89-B12B-AEDF-B83E2B9623AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{125C0F86-EA89-B12B-AEDF-B83E2B9623AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{125C0F86-EA89-B12B-AEDF-B83E2B9623AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{125C0F86-EA89-B12B-AEDF-B83E2B9623AC}.Release|Any CPU.Build.0 = Release|Any CPU
{952EA9EF-9206-4BD8-8F9E-3CBAB655BCD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{952EA9EF-9206-4BD8-8F9E-3CBAB655BCD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{952EA9EF-9206-4BD8-8F9E-3CBAB655BCD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{952EA9EF-9206-4BD8-8F9E-3CBAB655BCD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{952EA9EF-9206-4BD8-8F9E-3CBAB655BCD0} = {22937B93-4129-4F68-AB14-F7AFE020BA8F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D51F43F6-C27F-40EE-A4F2-CA21506D9B97}
EndGlobalSection
EndGlobal