forked from DesktopGooseUnofficial/launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResourceHubLauncher.sln
34 lines (34 loc) · 1.78 KB
/
ResourceHubLauncher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceHubLauncher", "ResourceHubLauncher\ResourceHubLauncher.csproj", "{DD58B920-2FAC-4208-9EB0-38A1E067DBFE}"
ProjectSection(ProjectDependencies) = postProject
{CF94A18A-2139-4C76-9116-C77B0F98D75C} = {CF94A18A-2139-4C76-9116-C77B0F98D75C}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RHL Mod Installer API", "RHL Mod Installer\RHL Mod Installer API\RHL Mod Installer API.csproj", "{CF94A18A-2139-4C76-9116-C77B0F98D75C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD58B920-2FAC-4208-9EB0-38A1E067DBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD58B920-2FAC-4208-9EB0-38A1E067DBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD58B920-2FAC-4208-9EB0-38A1E067DBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD58B920-2FAC-4208-9EB0-38A1E067DBFE}.Release|Any CPU.Build.0 = Release|Any CPU
{CF94A18A-2139-4C76-9116-C77B0F98D75C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF94A18A-2139-4C76-9116-C77B0F98D75C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF94A18A-2139-4C76-9116-C77B0F98D75C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF94A18A-2139-4C76-9116-C77B0F98D75C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62EB3B98-E5E0-4E72-A869-4C0D601FFF61}
EndGlobalSection
EndGlobal