-
Notifications
You must be signed in to change notification settings - Fork 22
/
EAappEmulater.sln
54 lines (54 loc) · 2.82 KB
/
EAappEmulater.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 Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EAappEmulater", "EAappEmulater\EAappEmulater.csproj", "{32B06A09-9C1B-4DA1-B88D-41747ECE8166}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernWpf", "ModernWpf\ModernWpf.csproj", "{3EEC12DE-500B-4697-88C7-5ACA6AEBD4D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EADesktop", "EADesktop\EADesktop.csproj", "{727E5CAF-4772-419A-8717-E0B7661AF50F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OriginDebug", "OriginDebug\OriginDebug.csproj", "{36B7E168-C1AF-49A7-B494-7A64BB92B898}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C4484AC9-2262-4360-93F6-B8B528537012}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
ToDoList.txt = ToDoList.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1B9854E2-8332-4D88-81D6-AE940023557C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32B06A09-9C1B-4DA1-B88D-41747ECE8166}.Debug|x64.ActiveCfg = Debug|x64
{32B06A09-9C1B-4DA1-B88D-41747ECE8166}.Debug|x64.Build.0 = Debug|x64
{32B06A09-9C1B-4DA1-B88D-41747ECE8166}.Release|x64.ActiveCfg = Release|x64
{32B06A09-9C1B-4DA1-B88D-41747ECE8166}.Release|x64.Build.0 = Release|x64
{3EEC12DE-500B-4697-88C7-5ACA6AEBD4D8}.Debug|x64.ActiveCfg = Debug|x64
{3EEC12DE-500B-4697-88C7-5ACA6AEBD4D8}.Debug|x64.Build.0 = Debug|x64
{3EEC12DE-500B-4697-88C7-5ACA6AEBD4D8}.Release|x64.ActiveCfg = Release|x64
{3EEC12DE-500B-4697-88C7-5ACA6AEBD4D8}.Release|x64.Build.0 = Release|x64
{727E5CAF-4772-419A-8717-E0B7661AF50F}.Debug|x64.ActiveCfg = Debug|x64
{727E5CAF-4772-419A-8717-E0B7661AF50F}.Release|x64.ActiveCfg = Release|x64
{36B7E168-C1AF-49A7-B494-7A64BB92B898}.Debug|x64.ActiveCfg = Debug|x64
{36B7E168-C1AF-49A7-B494-7A64BB92B898}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{32B06A09-9C1B-4DA1-B88D-41747ECE8166} = {1B9854E2-8332-4D88-81D6-AE940023557C}
{3EEC12DE-500B-4697-88C7-5ACA6AEBD4D8} = {1B9854E2-8332-4D88-81D6-AE940023557C}
{727E5CAF-4772-419A-8717-E0B7661AF50F} = {1B9854E2-8332-4D88-81D6-AE940023557C}
{36B7E168-C1AF-49A7-B494-7A64BB92B898} = {1B9854E2-8332-4D88-81D6-AE940023557C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACF53880-21E7-4FA3-B3B1-4EF810F8BD9F}
EndGlobalSection
EndGlobal