-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kiwi.sln
37 lines (37 loc) · 2.01 KB
/
Kiwi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34212.112
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kiwi", "Kiwi\Kiwi.csproj", "{ABA4B9E0-7258-43E8-86E9-2744F680F8D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KiwiTests", "KiwiTests\KiwiTests.csproj", "{3C1914F4-3586-4758-93E7-1482B034EC3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KiwiBenchmarks", "KiwiBenchmarks\KiwiBenchmarks.csproj", "{D4B83D36-653F-46FA-A3AF-CF521C896180}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABA4B9E0-7258-43E8-86E9-2744F680F8D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABA4B9E0-7258-43E8-86E9-2744F680F8D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABA4B9E0-7258-43E8-86E9-2744F680F8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABA4B9E0-7258-43E8-86E9-2744F680F8D0}.Release|Any CPU.Build.0 = Release|Any CPU
{3C1914F4-3586-4758-93E7-1482B034EC3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C1914F4-3586-4758-93E7-1482B034EC3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C1914F4-3586-4758-93E7-1482B034EC3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C1914F4-3586-4758-93E7-1482B034EC3A}.Release|Any CPU.Build.0 = Release|Any CPU
{D4B83D36-653F-46FA-A3AF-CF521C896180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4B83D36-653F-46FA-A3AF-CF521C896180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4B83D36-653F-46FA-A3AF-CF521C896180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4B83D36-653F-46FA-A3AF-CF521C896180}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2DF3ADB2-5B45-413C-B916-3013B27163D7}
EndGlobalSection
EndGlobal