-
Notifications
You must be signed in to change notification settings - Fork 121
/
SadConsoleWPF.sln
51 lines (51 loc) · 3.03 KB
/
SadConsoleWPF.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SadConsole", "SadConsole\SadConsole.csproj", "{47532D92-BB78-493A-A693-CC3687F609F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E0F64D5F-67B3-4882-9F49-FB71BCF91325}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hosts", "Hosts", "{C08D04C0-B57A-448B-A312-2A9A8E3CA435}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SadConsole.Extended", "SadConsole.Extended\SadConsole.Extended.csproj", "{33F13C14-A4E4-467A-BBBC-14A0F7408E77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPFSadConsole", "Samples\WPFSadConsole\WPFSadConsole.csproj", "{28C36CBC-C9CF-4DBE-9486-7E047D4B51A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SadConsole.Host.MonoGame", "SadConsole.Host.MonoGame\SadConsole.Host.MonoGame.csproj", "{76E7879A-57EE-4479-843E-C58DDE8FB989}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47532D92-BB78-493A-A693-CC3687F609F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47532D92-BB78-493A-A693-CC3687F609F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47532D92-BB78-493A-A693-CC3687F609F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47532D92-BB78-493A-A693-CC3687F609F6}.Release|Any CPU.Build.0 = Release|Any CPU
{33F13C14-A4E4-467A-BBBC-14A0F7408E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33F13C14-A4E4-467A-BBBC-14A0F7408E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33F13C14-A4E4-467A-BBBC-14A0F7408E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33F13C14-A4E4-467A-BBBC-14A0F7408E77}.Release|Any CPU.Build.0 = Release|Any CPU
{28C36CBC-C9CF-4DBE-9486-7E047D4B51A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28C36CBC-C9CF-4DBE-9486-7E047D4B51A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28C36CBC-C9CF-4DBE-9486-7E047D4B51A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28C36CBC-C9CF-4DBE-9486-7E047D4B51A0}.Release|Any CPU.Build.0 = Release|Any CPU
{76E7879A-57EE-4479-843E-C58DDE8FB989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76E7879A-57EE-4479-843E-C58DDE8FB989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76E7879A-57EE-4479-843E-C58DDE8FB989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76E7879A-57EE-4479-843E-C58DDE8FB989}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{28C36CBC-C9CF-4DBE-9486-7E047D4B51A0} = {E0F64D5F-67B3-4882-9F49-FB71BCF91325}
{76E7879A-57EE-4479-843E-C58DDE8FB989} = {C08D04C0-B57A-448B-A312-2A9A8E3CA435}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55A32531-B44C-4843-9FC5-052AAE7525A3}
EndGlobalSection
EndGlobal