-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathMemcardRex.sln
executable file
·50 lines (50 loc) · 3.05 KB
/
MemcardRex.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemcardRex", "MemcardRex.Windows\MemcardRex.csproj", "{39B94E8A-7BD1-4072-8A60-D90464326B18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemcardRex.Core", "MemcardRex.Core\MemcardRex.Core.csproj", "{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemcardRex.macOS", "MemcardRex.macOS\MemcardRex.macOS.csproj", "{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Debug|x64.ActiveCfg = Debug|x64
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Debug|x64.Build.0 = Debug|x64
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Release|Any CPU.Build.0 = Release|Any CPU
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Release|x64.ActiveCfg = Release|x64
{39B94E8A-7BD1-4072-8A60-D90464326B18}.Release|x64.Build.0 = Release|x64
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Debug|x64.ActiveCfg = Debug|Any CPU
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Debug|x64.Build.0 = Debug|Any CPU
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Release|Any CPU.Build.0 = Release|Any CPU
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Release|x64.ActiveCfg = Release|Any CPU
{5567EB5B-5E1F-4C7E-B174-214C57BFAEAD}.Release|x64.Build.0 = Release|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Debug|x64.ActiveCfg = Debug|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Debug|x64.Build.0 = Debug|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Release|Any CPU.Build.0 = Release|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Release|x64.ActiveCfg = Release|Any CPU
{6EE5516B-12A6-4B9D-9750-BACCE0AAB60F}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAAD5AA5-E759-4F8A-B6CF-F6687EB273B2}
EndGlobalSection
EndGlobal