-
Notifications
You must be signed in to change notification settings - Fork 0
/
Wanhjor.ObjectInspector.sln
44 lines (44 loc) · 2.5 KB
/
Wanhjor.ObjectInspector.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wanhjor.ObjectInspector", "src\Wanhjor.ObjectInspector\Wanhjor.ObjectInspector.csproj", "{1AB35563-37F5-4CD0-8153-38B0471A9180}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wanhjor.ObjectInspector.Tests", "test\Wanhjor.ObjectInspector.Tests\Wanhjor.ObjectInspector.Tests.csproj", "{7C587710-704A-4D0B-BFD0-13F39BE7A7F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Root", "Root", "{AD15180F-DA05-475E-849D-5D4C2C25E7A4}"
ProjectSection(SolutionItems) = preProject
icon.png = icon.png
LICENSE = LICENSE
README.md = README.md
wanhjor.snk = wanhjor.snk
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wanhjor.ObjectInspector.Benchmark", "test\Wanhjor.ObjectInspector.Benchmark\Wanhjor.ObjectInspector.Benchmark.csproj", "{DC09B939-6182-4F08-B180-BBB106C51BD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AB35563-37F5-4CD0-8153-38B0471A9180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB35563-37F5-4CD0-8153-38B0471A9180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB35563-37F5-4CD0-8153-38B0471A9180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB35563-37F5-4CD0-8153-38B0471A9180}.Release|Any CPU.Build.0 = Release|Any CPU
{7C587710-704A-4D0B-BFD0-13F39BE7A7F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C587710-704A-4D0B-BFD0-13F39BE7A7F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C587710-704A-4D0B-BFD0-13F39BE7A7F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C587710-704A-4D0B-BFD0-13F39BE7A7F5}.Release|Any CPU.Build.0 = Release|Any CPU
{DC09B939-6182-4F08-B180-BBB106C51BD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC09B939-6182-4F08-B180-BBB106C51BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC09B939-6182-4F08-B180-BBB106C51BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC09B939-6182-4F08-B180-BBB106C51BD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20457C24-3F90-4F13-AE86-A20D0E7AA9B8}
EndGlobalSection
EndGlobal