-
Notifications
You must be signed in to change notification settings - Fork 3
/
Caribou.sln
50 lines (50 loc) · 2.8 KB
/
Caribou.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Caribou", "Caribou\Caribou.csproj", "{F41C375B-0EFE-4F49-AB21-283CCD838303}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D70EB218-7E1B-4589-B086-249A0B828B2C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Caribou.Tests", "Caribou.Tests\Caribou.Tests.csproj", "{FD7BACC9-8FAF-4DF3-90AF-AD237F91F2F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Caribou.Profiling", "Caribou.Profiling\Caribou.Profiling.csproj", "{5B4C1F83-AC12-4FC1-8EAE-F474301C4E60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eto.Prototyping", "Eto.Prototyping\Eto.Prototyping.csproj", "{B1766893-900F-41EC-B133-EBC2B49206AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F41C375B-0EFE-4F49-AB21-283CCD838303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F41C375B-0EFE-4F49-AB21-283CCD838303}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F41C375B-0EFE-4F49-AB21-283CCD838303}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F41C375B-0EFE-4F49-AB21-283CCD838303}.Release|Any CPU.Build.0 = Release|Any CPU
{FD7BACC9-8FAF-4DF3-90AF-AD237F91F2F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7BACC9-8FAF-4DF3-90AF-AD237F91F2F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7BACC9-8FAF-4DF3-90AF-AD237F91F2F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD7BACC9-8FAF-4DF3-90AF-AD237F91F2F8}.Release|Any CPU.Build.0 = Release|Any CPU
{5B4C1F83-AC12-4FC1-8EAE-F474301C4E60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B4C1F83-AC12-4FC1-8EAE-F474301C4E60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B4C1F83-AC12-4FC1-8EAE-F474301C4E60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B4C1F83-AC12-4FC1-8EAE-F474301C4E60}.Release|Any CPU.Build.0 = Release|Any CPU
{B1766893-900F-41EC-B133-EBC2B49206AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1766893-900F-41EC-B133-EBC2B49206AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1766893-900F-41EC-B133-EBC2B49206AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1766893-900F-41EC-B133-EBC2B49206AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6156761E-DD28-4EFE-8C6A-96A5F4221C02}
EndGlobalSection
EndGlobal