-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTickSpec.Build.sln
More file actions
43 lines (43 loc) · 2.35 KB
/
TickSpec.Build.sln
File metadata and controls
43 lines (43 loc) · 2.35 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.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TickSpec.Build", "src\TickSpec.Build\TickSpec.Build.fsproj", "{597B5E1E-C622-405A-A8EA-0FACE833FE9C}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TickSpec.CodeGen", "src\TickSpec.CodeGen\TickSpec.CodeGen.fsproj", "{03AB7496-2604-43FD-9888-6C839508EFD6}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TickSepc.Build.Tests", "src\TickSepc.Build.Tests\TickSepc.Build.Tests.fsproj", "{D2813B2D-AEA6-431D-A5E0-9FE8DEF93382}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF36D7BB-E078-4FF4-ACD8-0C8EB4E32FA2}"
ProjectSection(SolutionItems) = preProject
docs\Backlog.md = docs\Backlog.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{597B5E1E-C622-405A-A8EA-0FACE833FE9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{597B5E1E-C622-405A-A8EA-0FACE833FE9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{597B5E1E-C622-405A-A8EA-0FACE833FE9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{597B5E1E-C622-405A-A8EA-0FACE833FE9C}.Release|Any CPU.Build.0 = Release|Any CPU
{03AB7496-2604-43FD-9888-6C839508EFD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03AB7496-2604-43FD-9888-6C839508EFD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03AB7496-2604-43FD-9888-6C839508EFD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03AB7496-2604-43FD-9888-6C839508EFD6}.Release|Any CPU.Build.0 = Release|Any CPU
{D2813B2D-AEA6-431D-A5E0-9FE8DEF93382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2813B2D-AEA6-431D-A5E0-9FE8DEF93382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2813B2D-AEA6-431D-A5E0-9FE8DEF93382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2813B2D-AEA6-431D-A5E0-9FE8DEF93382}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F3DD0BF-1F89-4BA1-95E3-4DA28119738E}
EndGlobalSection
EndGlobal