-
Notifications
You must be signed in to change notification settings - Fork 3
/
SimpleLauncher.sln
72 lines (72 loc) · 4.65 KB
/
SimpleLauncher.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34018.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLauncher", "SimpleLauncher\SimpleLauncher.csproj", "{DE0BE63D-8AE6-4B6B-82BB-BA52B8AFEA07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4CEFA333-2272-44CD-A2AB-1DBF5F753AF5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
screenshot.png = screenshot.png
screenshot2.png = screenshot2.png
screenshot3.png = screenshot3.png
parameters.md = parameters.md
home.md = home.md
screenshot4.png = screenshot4.png
screenshot5.png = screenshot5.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "Updater\Updater.csproj", "{E58A9CE1-1CE2-430E-AC17-344A0DC5C4A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateBatchFilesForScummVMGames", "CreateBatchFilesForScummVMGames\CreateBatchFilesForScummVMGames.csproj", "{4FBB3CF2-694C-4A83-B833-8BF475C2560B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateBatchFilesForWindowsGames", "CreateBatchFilesForWindowsGames\CreateBatchFilesForWindowsGames.csproj", "{9B4D534B-5BAF-49EC-B63D-00BA5032BE28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateBatchFilesForPS3Games", "CreateBatchFilesForPS3Games\CreateBatchFilesForPS3Games.csproj", "{C8D526AC-41E5-4AA4-9227-28A15E8F4643}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateBatchFilesForSegaModel3Games", "CreateBatchFilesForSegaModel3Games\CreateBatchFilesForSegaModel3Games.csproj", "{CDE2F18B-EDAE-4652-8F65-42673A6D91A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateBatchFilesForXbox360XBLAGames", "CreateBatchFilesForXbox360XblaGames\CreateBatchFilesForXbox360XBLAGames.csproj", "{187F175F-76AB-4A5E-B80C-7D79E6AA0EA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE0BE63D-8AE6-4B6B-82BB-BA52B8AFEA07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE0BE63D-8AE6-4B6B-82BB-BA52B8AFEA07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE0BE63D-8AE6-4B6B-82BB-BA52B8AFEA07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE0BE63D-8AE6-4B6B-82BB-BA52B8AFEA07}.Release|Any CPU.Build.0 = Release|Any CPU
{E58A9CE1-1CE2-430E-AC17-344A0DC5C4A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E58A9CE1-1CE2-430E-AC17-344A0DC5C4A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E58A9CE1-1CE2-430E-AC17-344A0DC5C4A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E58A9CE1-1CE2-430E-AC17-344A0DC5C4A6}.Release|Any CPU.Build.0 = Release|Any CPU
{4FBB3CF2-694C-4A83-B833-8BF475C2560B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FBB3CF2-694C-4A83-B833-8BF475C2560B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FBB3CF2-694C-4A83-B833-8BF475C2560B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FBB3CF2-694C-4A83-B833-8BF475C2560B}.Release|Any CPU.Build.0 = Release|Any CPU
{9B4D534B-5BAF-49EC-B63D-00BA5032BE28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B4D534B-5BAF-49EC-B63D-00BA5032BE28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B4D534B-5BAF-49EC-B63D-00BA5032BE28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4D534B-5BAF-49EC-B63D-00BA5032BE28}.Release|Any CPU.Build.0 = Release|Any CPU
{C8D526AC-41E5-4AA4-9227-28A15E8F4643}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D526AC-41E5-4AA4-9227-28A15E8F4643}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D526AC-41E5-4AA4-9227-28A15E8F4643}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D526AC-41E5-4AA4-9227-28A15E8F4643}.Release|Any CPU.Build.0 = Release|Any CPU
{CDE2F18B-EDAE-4652-8F65-42673A6D91A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDE2F18B-EDAE-4652-8F65-42673A6D91A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDE2F18B-EDAE-4652-8F65-42673A6D91A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDE2F18B-EDAE-4652-8F65-42673A6D91A0}.Release|Any CPU.Build.0 = Release|Any CPU
{187F175F-76AB-4A5E-B80C-7D79E6AA0EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{187F175F-76AB-4A5E-B80C-7D79E6AA0EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{187F175F-76AB-4A5E-B80C-7D79E6AA0EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{187F175F-76AB-4A5E-B80C-7D79E6AA0EA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F688BF2-B374-4D75-861E-AA7D8F552CD0}
EndGlobalSection
EndGlobal