-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRunningStatistics.sln
28 lines (28 loc) · 1.81 KB
/
RunningStatistics.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunningStatistics", "RunningStatistics\RunningStatistics.csproj", "{FF443DA7-57C5-425E-9BD9-0F2F95C38780}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunningStatistics.Tests", "RunningStatistics.Tests\RunningStatistics.Tests.csproj", "{22CBFE0B-6054-4325-BBFF-4108791D355A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunningStatistics.Examples", "RunningStatistics.Examples\RunningStatistics.Examples.csproj", "{46547661-CCC0-4101-805E-845B2821F868}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF443DA7-57C5-425E-9BD9-0F2F95C38780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF443DA7-57C5-425E-9BD9-0F2F95C38780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF443DA7-57C5-425E-9BD9-0F2F95C38780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF443DA7-57C5-425E-9BD9-0F2F95C38780}.Release|Any CPU.Build.0 = Release|Any CPU
{22CBFE0B-6054-4325-BBFF-4108791D355A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22CBFE0B-6054-4325-BBFF-4108791D355A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22CBFE0B-6054-4325-BBFF-4108791D355A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22CBFE0B-6054-4325-BBFF-4108791D355A}.Release|Any CPU.Build.0 = Release|Any CPU
{46547661-CCC0-4101-805E-845B2821F868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46547661-CCC0-4101-805E-845B2821F868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46547661-CCC0-4101-805E-845B2821F868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46547661-CCC0-4101-805E-845B2821F868}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal