This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EmbeddedEmulator.sln
41 lines (41 loc) · 2.41 KB
/
EmbeddedEmulator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmbeddedEmulator", "EmbeddedEmulator\EmbeddedEmulator.csproj", "{BF6D5720-97D4-45AA-9306-7E9293D848AB}"
ProjectSection(ProjectDependencies) = postProject
{F11AB816-7AB0-448C-B9A3-959C4612C0B7} = {F11AB816-7AB0-448C-B9A3-959C4612C0B7}
{B54188CA-C1CB-4C64-AA44-774E0E579669} = {B54188CA-C1CB-4C64-AA44-774E0E579669}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmbeddedDebugger.Connectors", "EDApplication-csharp\EmbeddedDebugger.Connectors\EmbeddedDebugger.Connectors.csproj", "{B54188CA-C1CB-4C64-AA44-774E0E579669}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmbeddedDebugger.DebugProtocol", "EDApplication-csharp\EmbeddedDebugger.DebugProtocol\EmbeddedDebugger.DebugProtocol.csproj", "{F11AB816-7AB0-448C-B9A3-959C4612C0B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF6D5720-97D4-45AA-9306-7E9293D848AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF6D5720-97D4-45AA-9306-7E9293D848AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF6D5720-97D4-45AA-9306-7E9293D848AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF6D5720-97D4-45AA-9306-7E9293D848AB}.Release|Any CPU.Build.0 = Release|Any CPU
{B54188CA-C1CB-4C64-AA44-774E0E579669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B54188CA-C1CB-4C64-AA44-774E0E579669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B54188CA-C1CB-4C64-AA44-774E0E579669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B54188CA-C1CB-4C64-AA44-774E0E579669}.Release|Any CPU.Build.0 = Release|Any CPU
{F11AB816-7AB0-448C-B9A3-959C4612C0B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F11AB816-7AB0-448C-B9A3-959C4612C0B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F11AB816-7AB0-448C-B9A3-959C4612C0B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F11AB816-7AB0-448C-B9A3-959C4612C0B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0E5E9CE-C5CC-47A8-9ABF-89A186B37364}
EndGlobalSection
EndGlobal