This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path345 Launcher.sln
37 lines (37 loc) · 2.1 KB
/
345 Launcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "345 Launcher.Core", "345 Launcher.Core\345 Launcher.Core.csproj", "{3050B38E-E094-498E-A943-63CED780609F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "345 Launcher.Forms", "345 Launcher.Forms\345 Launcher.Forms.csproj", "{170E8FE4-578F-4A2B-8C7C-6F3E856DF5E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "345 Launcher.ModMarket", "345 Launcher.ModMarket\345 Launcher.ModMarket.csproj", "{DEC91D5F-BBA1-462C-BA6E-8458C828A66F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3050B38E-E094-498E-A943-63CED780609F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3050B38E-E094-498E-A943-63CED780609F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3050B38E-E094-498E-A943-63CED780609F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3050B38E-E094-498E-A943-63CED780609F}.Release|Any CPU.Build.0 = Release|Any CPU
{170E8FE4-578F-4A2B-8C7C-6F3E856DF5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{170E8FE4-578F-4A2B-8C7C-6F3E856DF5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{170E8FE4-578F-4A2B-8C7C-6F3E856DF5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{170E8FE4-578F-4A2B-8C7C-6F3E856DF5E5}.Release|Any CPU.Build.0 = Release|Any CPU
{DEC91D5F-BBA1-462C-BA6E-8458C828A66F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEC91D5F-BBA1-462C-BA6E-8458C828A66F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEC91D5F-BBA1-462C-BA6E-8458C828A66F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEC91D5F-BBA1-462C-BA6E-8458C828A66F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D11C0287-48A7-48B3-89F6-B4311C98070C}
EndGlobalSection
EndGlobal