-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonAlgorithms.sln
More file actions
43 lines (43 loc) · 2.65 KB
/
CommonAlgorithms.sln
File metadata and controls
43 lines (43 loc) · 2.65 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonAlgorithms", "CommonAlgorithms\CommonAlgorithms.csproj", "{A45D5873-6ADA-467F-928F-44D99D9D2098}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DayOfWeekCalculator", "DayOfWeekCalculator\DayOfWeekCalculator.csproj", "{E8A97CC0-95B4-4C84-B97F-C145D32D02D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElectricalMeasurementAlgorithms", "ElectricalMeasurementAlgorithms\ElectricalMeasurementAlgorithms.csproj", "{93B7A125-FEA5-44B8-BA4F-56D7FA450949}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotNetRealTimeProcessingBasics", "dotNetRealTimeProcessingBasics\dotNetRealTimeProcessingBasics.csproj", "{3DEDCBB7-5921-4EDE-9D6E-31417F7351F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A45D5873-6ADA-467F-928F-44D99D9D2098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A45D5873-6ADA-467F-928F-44D99D9D2098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A45D5873-6ADA-467F-928F-44D99D9D2098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A45D5873-6ADA-467F-928F-44D99D9D2098}.Release|Any CPU.Build.0 = Release|Any CPU
{E8A97CC0-95B4-4C84-B97F-C145D32D02D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8A97CC0-95B4-4C84-B97F-C145D32D02D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8A97CC0-95B4-4C84-B97F-C145D32D02D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8A97CC0-95B4-4C84-B97F-C145D32D02D3}.Release|Any CPU.Build.0 = Release|Any CPU
{93B7A125-FEA5-44B8-BA4F-56D7FA450949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93B7A125-FEA5-44B8-BA4F-56D7FA450949}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93B7A125-FEA5-44B8-BA4F-56D7FA450949}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93B7A125-FEA5-44B8-BA4F-56D7FA450949}.Release|Any CPU.Build.0 = Release|Any CPU
{3DEDCBB7-5921-4EDE-9D6E-31417F7351F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DEDCBB7-5921-4EDE-9D6E-31417F7351F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DEDCBB7-5921-4EDE-9D6E-31417F7351F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DEDCBB7-5921-4EDE-9D6E-31417F7351F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C157F92-3D3D-482F-8DD5-74D05FAC0B01}
EndGlobalSection
EndGlobal