-
Notifications
You must be signed in to change notification settings - Fork 6
/
Akiled Emulator.sln
49 lines (49 loc) · 2.56 KB
/
Akiled Emulator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AkiledEmulator", "AkiledEmulator.csproj", "{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{66E331F1-CD74-40F2-9D73-CAF7FA28A6E1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{674DFBFC-4A56-40D5-AA9C-047C2DF6BAF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|x64.ActiveCfg = Debug|x64
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|x64.Build.0 = Debug|x64
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|x86.ActiveCfg = Debug|x86
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Debug|x86.Build.0 = Debug|x86
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|Any CPU.Build.0 = Release|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|x64.ActiveCfg = Release|x64
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|x64.Build.0 = Release|x64
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|x86.ActiveCfg = Release|x86
{6C37DB6F-DA4A-4078-9B8C-2F2F5C10AC09}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC46CCE1-5C58-4B5F-B16E-6FA43932345A}
EndGlobalSection
EndGlobal