-
Notifications
You must be signed in to change notification settings - Fork 0
/
ManagedCode.TimeSeries.sln
34 lines (34 loc) · 2.38 KB
/
ManagedCode.TimeSeries.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedCode.TimeSeries", "ManagedCode.TimeSeries\ManagedCode.TimeSeries.csproj", "{76A0D190-83D9-41EE-8086-B01502CE9AAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedCode.TimeSeries.Tests", "ManagedCode.TimeSeries.Tests\ManagedCode.TimeSeries.Tests.csproj", "{507FA370-F823-47AA-B304-8F623B3B10F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedCode.TimeSeries.Benchmark", "ManagedCode.TimeSeries.Benchmark\ManagedCode.TimeSeries.Benchmark.csproj", "{8A7D8630-5F54-4B88-89BD-3385F4FA01AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedCode.TimeSeries.Orleans", "ManagedCode.TimeSeries.Orleans\ManagedCode.TimeSeries.Orleans.csproj", "{30AFA0FC-C87B-411F-B71C-35C92ECDF401}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76A0D190-83D9-41EE-8086-B01502CE9AAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76A0D190-83D9-41EE-8086-B01502CE9AAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76A0D190-83D9-41EE-8086-B01502CE9AAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76A0D190-83D9-41EE-8086-B01502CE9AAC}.Release|Any CPU.Build.0 = Release|Any CPU
{507FA370-F823-47AA-B304-8F623B3B10F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{507FA370-F823-47AA-B304-8F623B3B10F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{507FA370-F823-47AA-B304-8F623B3B10F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{507FA370-F823-47AA-B304-8F623B3B10F1}.Release|Any CPU.Build.0 = Release|Any CPU
{8A7D8630-5F54-4B88-89BD-3385F4FA01AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A7D8630-5F54-4B88-89BD-3385F4FA01AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A7D8630-5F54-4B88-89BD-3385F4FA01AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A7D8630-5F54-4B88-89BD-3385F4FA01AA}.Release|Any CPU.Build.0 = Release|Any CPU
{30AFA0FC-C87B-411F-B71C-35C92ECDF401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30AFA0FC-C87B-411F-B71C-35C92ECDF401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30AFA0FC-C87B-411F-B71C-35C92ECDF401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30AFA0FC-C87B-411F-B71C-35C92ECDF401}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal