forked from bgkyer/time-series
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cmdty.TimeSeries.sln
50 lines (50 loc) · 2.51 KB
/
Cmdty.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B1C35828-368E-4C40-9FBE-7E4D19CE91A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3341AB9F-842C-4E7C-96EB-2B0A3A6ACD41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cmdty.TimeSeries", "src\Cmdty.TimeSeries\Cmdty.TimeSeries.csproj", "{C77BEF72-9FD8-4F60-A0D9-59C822FD2921}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cmdty.TimeSeries.Test", "tests\Cmdty.TimeSeries.Test\Cmdty.TimeSeries.Test.csproj", "{059668A5-97DA-4D55-8D9D-6B2916FF4DE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1016356-1697-452F-B952-DED08295A117}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
build.cake = build.cake
Directory.Build.props = Directory.Build.props
dotnet-tools.json = dotnet-tools.json
global.json = global.json
NuGet.config = NuGet.config
version.props = version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C77BEF72-9FD8-4F60-A0D9-59C822FD2921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C77BEF72-9FD8-4F60-A0D9-59C822FD2921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C77BEF72-9FD8-4F60-A0D9-59C822FD2921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C77BEF72-9FD8-4F60-A0D9-59C822FD2921}.Release|Any CPU.Build.0 = Release|Any CPU
{059668A5-97DA-4D55-8D9D-6B2916FF4DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{059668A5-97DA-4D55-8D9D-6B2916FF4DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{059668A5-97DA-4D55-8D9D-6B2916FF4DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{059668A5-97DA-4D55-8D9D-6B2916FF4DE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C77BEF72-9FD8-4F60-A0D9-59C822FD2921} = {B1C35828-368E-4C40-9FBE-7E4D19CE91A5}
{059668A5-97DA-4D55-8D9D-6B2916FF4DE9} = {3341AB9F-842C-4E7C-96EB-2B0A3A6ACD41}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F549450-C43D-4BCA-B3DB-C03EB82C287A}
EndGlobalSection
EndGlobal