-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNETMFModuleDrivers.sln
More file actions
43 lines (42 loc) · 2.58 KB
/
NETMFModuleDrivers.sln
File metadata and controls
43 lines (42 loc) · 2.58 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 11.00
# Visual Studio 2013
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Komodex.NETMF.ModuleTestApp", "Komodex.NETMF.ModuleTestApp\Komodex.NETMF.ModuleTestApp.csproj", "{C1F5D6CE-5355-4096-AA86-147221FFA62A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Komodex.NETMF.SevenSegmentDisplay", "Komodex.NETMF.SevenSegmentDisplay\Komodex.NETMF.SevenSegmentDisplay.csproj", "{2DA138D3-D0E3-4184-AED2-31123A37B689}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Drivers", "Drivers", "{6018DC36-534D-4C4B-9BB1-B4EC16A0B563}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Komodex.NETMF.CharacterLCD", "Komodex.NETMF.CharacterLCD\Komodex.NETMF.CharacterLCD.csproj", "{75D83F6C-89C5-43EC-B6A4-DE6A41A720F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1F5D6CE-5355-4096-AA86-147221FFA62A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F5D6CE-5355-4096-AA86-147221FFA62A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F5D6CE-5355-4096-AA86-147221FFA62A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C1F5D6CE-5355-4096-AA86-147221FFA62A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F5D6CE-5355-4096-AA86-147221FFA62A}.Release|Any CPU.Build.0 = Release|Any CPU
{C1F5D6CE-5355-4096-AA86-147221FFA62A}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2DA138D3-D0E3-4184-AED2-31123A37B689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DA138D3-D0E3-4184-AED2-31123A37B689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DA138D3-D0E3-4184-AED2-31123A37B689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DA138D3-D0E3-4184-AED2-31123A37B689}.Release|Any CPU.Build.0 = Release|Any CPU
{75D83F6C-89C5-43EC-B6A4-DE6A41A720F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75D83F6C-89C5-43EC-B6A4-DE6A41A720F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75D83F6C-89C5-43EC-B6A4-DE6A41A720F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75D83F6C-89C5-43EC-B6A4-DE6A41A720F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2DA138D3-D0E3-4184-AED2-31123A37B689} = {6018DC36-534D-4C4B-9BB1-B4EC16A0B563}
{75D83F6C-89C5-43EC-B6A4-DE6A41A720F9} = {6018DC36-534D-4C4B-9BB1-B4EC16A0B563}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal