-
Notifications
You must be signed in to change notification settings - Fork 3
/
esper.sln
48 lines (48 loc) · 2.68 KB
/
esper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "esper", "esper\esper.csproj", "{9798C645-7712-4283-9C25-CA15429732E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{A4F997A0-6B19-4BB2-B6C2-C75BCE33B18D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CF8137A-3ADB-4B36-BFDB-C21015FC7D38}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "balsa", "..\balsa\balsa\balsa.csproj", "{F7B99740-5001-400C-9547-61D08D77E0ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{D0820560-5CC3-4308-869A-E22D34F48108}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9798C645-7712-4283-9C25-CA15429732E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9798C645-7712-4283-9C25-CA15429732E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9798C645-7712-4283-9C25-CA15429732E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9798C645-7712-4283-9C25-CA15429732E5}.Release|Any CPU.Build.0 = Release|Any CPU
{A4F997A0-6B19-4BB2-B6C2-C75BCE33B18D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4F997A0-6B19-4BB2-B6C2-C75BCE33B18D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4F997A0-6B19-4BB2-B6C2-C75BCE33B18D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4F997A0-6B19-4BB2-B6C2-C75BCE33B18D}.Release|Any CPU.Build.0 = Release|Any CPU
{F7B99740-5001-400C-9547-61D08D77E0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7B99740-5001-400C-9547-61D08D77E0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7B99740-5001-400C-9547-61D08D77E0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7B99740-5001-400C-9547-61D08D77E0ED}.Release|Any CPU.Build.0 = Release|Any CPU
{D0820560-5CC3-4308-869A-E22D34F48108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0820560-5CC3-4308-869A-E22D34F48108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0820560-5CC3-4308-869A-E22D34F48108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0820560-5CC3-4308-869A-E22D34F48108}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C388D2C3-1450-425B-AB8C-698DEADCBCE4}
EndGlobalSection
EndGlobal