forked from reflectsoftware/reflectinsight.core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreflectinsight.core.sln
52 lines (52 loc) · 2.96 KB
/
reflectinsight.core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0. Solution Items", "0. Solution Items", "{162F742A-6F5F-480D-9BFC-11480A9B7C30}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
src\ReflectInsight.Core.licenseheader = src\ReflectInsight.Core.licenseheader
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1. ReflectInsight", "1. ReflectInsight", "{21227F15-5451-413C-A339-85FEB308A340}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReflectSoftware.Insight", "src\ReflectSoftware.Insight\ReflectSoftware.Insight.csproj", "{B18BD15D-BBC2-4411-A52B-C1A47BE5A82B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. TestHarness", "2. TestHarness", "{5620BC7D-8BB6-4A2F-AA8A-4C8ECF87FFA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHarness", "src\TestHarness\TestHarness.csproj", "{DA19756A-1B61-4207-AF27-AD64DB01CAE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebHarness", "src\TestWebHarness\TestWebHarness.csproj", "{67329701-4C7E-456B-9595-1D0CD6647581}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B18BD15D-BBC2-4411-A52B-C1A47BE5A82B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B18BD15D-BBC2-4411-A52B-C1A47BE5A82B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B18BD15D-BBC2-4411-A52B-C1A47BE5A82B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B18BD15D-BBC2-4411-A52B-C1A47BE5A82B}.Release|Any CPU.Build.0 = Release|Any CPU
{DA19756A-1B61-4207-AF27-AD64DB01CAE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA19756A-1B61-4207-AF27-AD64DB01CAE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA19756A-1B61-4207-AF27-AD64DB01CAE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA19756A-1B61-4207-AF27-AD64DB01CAE3}.Release|Any CPU.Build.0 = Release|Any CPU
{67329701-4C7E-456B-9595-1D0CD6647581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67329701-4C7E-456B-9595-1D0CD6647581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67329701-4C7E-456B-9595-1D0CD6647581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67329701-4C7E-456B-9595-1D0CD6647581}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B18BD15D-BBC2-4411-A52B-C1A47BE5A82B} = {21227F15-5451-413C-A339-85FEB308A340}
{DA19756A-1B61-4207-AF27-AD64DB01CAE3} = {5620BC7D-8BB6-4A2F-AA8A-4C8ECF87FFA6}
{67329701-4C7E-456B-9595-1D0CD6647581} = {5620BC7D-8BB6-4A2F-AA8A-4C8ECF87FFA6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7165FA6-9808-4FF0-81AF-8651B2D9C823}
EndGlobalSection
EndGlobal