-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInvisionware.Collections.sln
76 lines (76 loc) · 4.41 KB
/
Invisionware.Collections.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
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{030783D5-8B49-446B-B4BD-623CE9C87C7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{B67DBE97-2A64-4E27-8878-698FC381DABD}"
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}") = "Tests", "Tests", "{FC9A0D21-3049-40EF-B6F1-55DA2CB685F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Invisionware.Collections", "src\Invisionware.Collections\Invisionware.Collections.csproj", "{C6677D99-FA98-4F79-92E8-8247C54561F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Invisionware.Collections.Tests", "tests\Invisionware.Collections.Tests\Invisionware.Collections.Tests.csproj", "{913CA724-9FBC-49E4-991D-D9319B74DA05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|ARM.Build.0 = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|x64.ActiveCfg = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|x64.Build.0 = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|x86.ActiveCfg = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Debug|x86.Build.0 = Debug|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|Any CPU.Build.0 = Release|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|ARM.ActiveCfg = Release|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|ARM.Build.0 = Release|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|x64.ActiveCfg = Release|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|x64.Build.0 = Release|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|x86.ActiveCfg = Release|Any CPU
{C6677D99-FA98-4F79-92E8-8247C54561F1}.Release|x86.Build.0 = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|ARM.ActiveCfg = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|ARM.Build.0 = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|x64.ActiveCfg = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|x64.Build.0 = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|x86.ActiveCfg = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Debug|x86.Build.0 = Debug|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|Any CPU.Build.0 = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|ARM.ActiveCfg = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|ARM.Build.0 = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|x64.ActiveCfg = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|x64.Build.0 = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|x86.ActiveCfg = Release|Any CPU
{913CA724-9FBC-49E4-991D-D9319B74DA05}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C6677D99-FA98-4F79-92E8-8247C54561F1} = {030783D5-8B49-446B-B4BD-623CE9C87C7E}
{913CA724-9FBC-49E4-991D-D9319B74DA05} = {FC9A0D21-3049-40EF-B6F1-55DA2CB685F3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF83FC45-8BF9-4415-B5D5-7B2FA722C55A}
EndGlobalSection
EndGlobal