-
Notifications
You must be signed in to change notification settings - Fork 38
/
ObjectLayoutInspector.sln
37 lines (37 loc) · 2.17 KB
/
ObjectLayoutInspector.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectLayoutInspector", "src\ObjectLayoutInspector\ObjectLayoutInspector.csproj", "{D89F0520-ED92-4413-BCB2-5365C13447EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectLayoutInspector.Tests", "src\ObjectLayoutInspector.Tests\ObjectLayoutInspector.Tests.csproj", "{D796C001-E20E-4019-A56B-1A3BE214A281}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectLayoutInspector.Benchmarks", "src\ObjectLayoutInspector.Benchmarks\ObjectLayoutInspector.Benchmarks.csproj", "{B7CA1732-19EB-43B7-9D51-04A7984F03D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D89F0520-ED92-4413-BCB2-5365C13447EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D89F0520-ED92-4413-BCB2-5365C13447EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D89F0520-ED92-4413-BCB2-5365C13447EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D89F0520-ED92-4413-BCB2-5365C13447EB}.Release|Any CPU.Build.0 = Release|Any CPU
{D796C001-E20E-4019-A56B-1A3BE214A281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D796C001-E20E-4019-A56B-1A3BE214A281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D796C001-E20E-4019-A56B-1A3BE214A281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D796C001-E20E-4019-A56B-1A3BE214A281}.Release|Any CPU.Build.0 = Release|Any CPU
{B7CA1732-19EB-43B7-9D51-04A7984F03D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7CA1732-19EB-43B7-9D51-04A7984F03D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7CA1732-19EB-43B7-9D51-04A7984F03D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7CA1732-19EB-43B7-9D51-04A7984F03D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8675A32-32B1-423B-A98E-1DE1E0F8EEE6}
EndGlobalSection
EndGlobal