-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInvisionware.Core.sln
67 lines (67 loc) · 3.71 KB
/
Invisionware.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{C33FEE15-6DB2-41A8-804B-163C42815927}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.settings.json = build.settings.json
build.version.json = build.version.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{997C9E4B-D23B-4DA7-B167-49E9130EE802}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DD0478DF-8CE2-4CA1-8A8B-8811D29868C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Invisionware.Core", "src\Invisionware.Core\Invisionware.Core.csproj", "{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Invisionware.Core.Tests", "tests\Invisionware.Core.Tests\Invisionware.Core.Tests.csproj", "{00367A9C-9151-43A7-B09D-352BDBCC2EBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Debug|x64.ActiveCfg = Debug|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Debug|x64.Build.0 = Debug|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Debug|x86.ActiveCfg = Debug|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Debug|x86.Build.0 = Debug|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Release|Any CPU.Build.0 = Release|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Release|x64.ActiveCfg = Release|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Release|x64.Build.0 = Release|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Release|x86.ActiveCfg = Release|Any CPU
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B}.Release|x86.Build.0 = Release|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Debug|x64.ActiveCfg = Debug|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Debug|x64.Build.0 = Debug|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Debug|x86.ActiveCfg = Debug|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Debug|x86.Build.0 = Debug|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Release|Any CPU.Build.0 = Release|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Release|x64.ActiveCfg = Release|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Release|x64.Build.0 = Release|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Release|x86.ActiveCfg = Release|Any CPU
{00367A9C-9151-43A7-B09D-352BDBCC2EBB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1622E6E8-6E02-440A-AD43-3C6D79B93C6B} = {997C9E4B-D23B-4DA7-B167-49E9130EE802}
{00367A9C-9151-43A7-B09D-352BDBCC2EBB} = {DD0478DF-8CE2-4CA1-8A8B-8811D29868C0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D67B0EEC-3E18-4482-B421-79BA35B86471}
EndGlobalSection
EndGlobal