-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBRMLDrivers.sln
More file actions
54 lines (54 loc) · 3.13 KB
/
BRMLDrivers.sln
File metadata and controls
54 lines (54 loc) · 3.13 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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BRMLDrivers", "BRMLDrivers\BRMLDrivers.fsproj", "{E50402F9-C245-4E5D-AECA-1CF1E1920237}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Demo", "Demo\Demo.fsproj", "{02E291D1-6D13-4CF7-BA08-70021961790F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SampleRecorder", "SampleRecorder\SampleRecorder.fsproj", "{98927E06-36B9-4274-8FBE-A3AA7C774467}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1. Recorder", "1. Recorder", "{AB8A8B60-4EA9-4FF1-A034-395C9937A0CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. Drivers", "2. Drivers", "{0F746DE2-7316-4C38-A474-61E6C8FAB384}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "9. Demo", "9. Demo", "{03B5D99C-EFEB-47FC-B02F-2E0E400F47A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3. Tests", "3. Tests", "{D014B28C-F684-4C68-A5D5-568AF1C229A3}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SampleRecorderTests", "SampleRecorderTests\SampleRecorderTests.fsproj", "{AC48FA6F-F041-497A-BF6E-242B2C22C8E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E50402F9-C245-4E5D-AECA-1CF1E1920237}.Debug|x64.ActiveCfg = Debug|x64
{E50402F9-C245-4E5D-AECA-1CF1E1920237}.Debug|x64.Build.0 = Debug|x64
{E50402F9-C245-4E5D-AECA-1CF1E1920237}.Release|x64.ActiveCfg = Release|x64
{E50402F9-C245-4E5D-AECA-1CF1E1920237}.Release|x64.Build.0 = Release|x64
{02E291D1-6D13-4CF7-BA08-70021961790F}.Debug|x64.ActiveCfg = Debug|x64
{02E291D1-6D13-4CF7-BA08-70021961790F}.Debug|x64.Build.0 = Debug|x64
{02E291D1-6D13-4CF7-BA08-70021961790F}.Release|x64.ActiveCfg = Release|x64
{02E291D1-6D13-4CF7-BA08-70021961790F}.Release|x64.Build.0 = Release|x64
{98927E06-36B9-4274-8FBE-A3AA7C774467}.Debug|x64.ActiveCfg = Debug|x64
{98927E06-36B9-4274-8FBE-A3AA7C774467}.Debug|x64.Build.0 = Debug|x64
{98927E06-36B9-4274-8FBE-A3AA7C774467}.Release|x64.ActiveCfg = Release|x64
{98927E06-36B9-4274-8FBE-A3AA7C774467}.Release|x64.Build.0 = Release|x64
{AC48FA6F-F041-497A-BF6E-242B2C22C8E8}.Debug|x64.ActiveCfg = Debug|x64
{AC48FA6F-F041-497A-BF6E-242B2C22C8E8}.Debug|x64.Build.0 = Debug|x64
{AC48FA6F-F041-497A-BF6E-242B2C22C8E8}.Release|x64.ActiveCfg = Release|x64
{AC48FA6F-F041-497A-BF6E-242B2C22C8E8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E50402F9-C245-4E5D-AECA-1CF1E1920237} = {0F746DE2-7316-4C38-A474-61E6C8FAB384}
{02E291D1-6D13-4CF7-BA08-70021961790F} = {03B5D99C-EFEB-47FC-B02F-2E0E400F47A8}
{98927E06-36B9-4274-8FBE-A3AA7C774467} = {AB8A8B60-4EA9-4FF1-A034-395C9937A0CC}
{AC48FA6F-F041-497A-BF6E-242B2C22C8E8} = {D014B28C-F684-4C68-A5D5-568AF1C229A3}
EndGlobalSection
EndGlobal