-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNestorMSX.sln
54 lines (54 loc) · 3.15 KB
/
NestorMSX.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
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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EC18F5A-DEDF-49FD-BFEF-EF20FA41189F}"
ProjectSection(SolutionItems) = preProject
BuiltInPluginsReference.md = BuiltInPluginsReference.md
HelloWorldDebugging.png = HelloWorldDebugging.png
HelloWorldMenuEntry.png = HelloWorldMenuEntry.png
LICENSE.txt = LICENSE.txt
PluginDevelopmentGuide.md = PluginDevelopmentGuide.md
README.md = README.md
ReleaseNotes.txt = ReleaseNotes.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NestorMSX", "NestorMSX\NestorMSX.csproj", "{68EDF6DD-384A-4264-A64D-E67A58DFC9BA}"
ProjectSection(ProjectDependencies) = postProject
{A04BB668-5CB3-467A-B575-4C72CA62E7F9} = {A04BB668-5CB3-467A-B575-4C72CA62E7F9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NestorMSX.Tests", "NestorMSX.Tests\NestorMSX.Tests.csproj", "{6E291429-F27C-4BBE-BF0A-DB35C4A960BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NestorMSX.BuiltInPlugins", "NestorMSX.BuiltInPlugins\NestorMSX.BuiltInPlugins.csproj", "{A04BB668-5CB3-467A-B575-4C72CA62E7F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NestorMSX.Infrastructure", "NestorMSX.Infrastructure\NestorMSX.Infrastructure.csproj", "{41786EE5-ECD9-4B70-B0D9-ED4878AE9FC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68EDF6DD-384A-4264-A64D-E67A58DFC9BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68EDF6DD-384A-4264-A64D-E67A58DFC9BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68EDF6DD-384A-4264-A64D-E67A58DFC9BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68EDF6DD-384A-4264-A64D-E67A58DFC9BA}.Release|Any CPU.Build.0 = Release|Any CPU
{6E291429-F27C-4BBE-BF0A-DB35C4A960BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E291429-F27C-4BBE-BF0A-DB35C4A960BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E291429-F27C-4BBE-BF0A-DB35C4A960BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E291429-F27C-4BBE-BF0A-DB35C4A960BF}.Release|Any CPU.Build.0 = Release|Any CPU
{A04BB668-5CB3-467A-B575-4C72CA62E7F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A04BB668-5CB3-467A-B575-4C72CA62E7F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A04BB668-5CB3-467A-B575-4C72CA62E7F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A04BB668-5CB3-467A-B575-4C72CA62E7F9}.Release|Any CPU.Build.0 = Release|Any CPU
{41786EE5-ECD9-4B70-B0D9-ED4878AE9FC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41786EE5-ECD9-4B70-B0D9-ED4878AE9FC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41786EE5-ECD9-4B70-B0D9-ED4878AE9FC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41786EE5-ECD9-4B70-B0D9-ED4878AE9FC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal