forked from IllusionMods/KKManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKKManager.sln
55 lines (55 loc) · 3.52 KB
/
KKManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KKManager", "KKManager\KKManager.csproj", "{04E36698-5B58-4335-B4D6-218A0FA8B57E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KKManager.Core", "KKManager.Core\KKManager.Core.csproj", "{09FC4EF5-9694-4961-A136-DCFD8B5F1368}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandaloneUpdater", "StandaloneUpdater\StandaloneUpdater.csproj", "{AE2AF306-3A62-4EFE-982B-2E448B4C113A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortableSettingsProvider", "PortableSettingsProvider\PortableSettingsProvider.csproj", "{495A9EA6-B13C-48F9-A2E2-6667CECEBFDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KKManager.Updater", "KKManager.Updater\KKManager.Updater.csproj", "{B64C974D-9687-4E69-AEEA-3F04F769E556}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KKManager.SB3UGS", "KKManager.SB3UGS\KKManager.SB3UGS.csproj", "{B8B55E55-D95B-4E6A-9F33-C3737AD4487F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04E36698-5B58-4335-B4D6-218A0FA8B57E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04E36698-5B58-4335-B4D6-218A0FA8B57E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04E36698-5B58-4335-B4D6-218A0FA8B57E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04E36698-5B58-4335-B4D6-218A0FA8B57E}.Release|Any CPU.Build.0 = Release|Any CPU
{09FC4EF5-9694-4961-A136-DCFD8B5F1368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09FC4EF5-9694-4961-A136-DCFD8B5F1368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09FC4EF5-9694-4961-A136-DCFD8B5F1368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09FC4EF5-9694-4961-A136-DCFD8B5F1368}.Release|Any CPU.Build.0 = Release|Any CPU
{AE2AF306-3A62-4EFE-982B-2E448B4C113A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE2AF306-3A62-4EFE-982B-2E448B4C113A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE2AF306-3A62-4EFE-982B-2E448B4C113A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE2AF306-3A62-4EFE-982B-2E448B4C113A}.Release|Any CPU.Build.0 = Release|Any CPU
{495A9EA6-B13C-48F9-A2E2-6667CECEBFDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{495A9EA6-B13C-48F9-A2E2-6667CECEBFDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{495A9EA6-B13C-48F9-A2E2-6667CECEBFDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{495A9EA6-B13C-48F9-A2E2-6667CECEBFDE}.Release|Any CPU.Build.0 = Release|Any CPU
{B64C974D-9687-4E69-AEEA-3F04F769E556}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B64C974D-9687-4E69-AEEA-3F04F769E556}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B64C974D-9687-4E69-AEEA-3F04F769E556}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B64C974D-9687-4E69-AEEA-3F04F769E556}.Release|Any CPU.Build.0 = Release|Any CPU
{B8B55E55-D95B-4E6A-9F33-C3737AD4487F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B55E55-D95B-4E6A-9F33-C3737AD4487F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B55E55-D95B-4E6A-9F33-C3737AD4487F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B55E55-D95B-4E6A-9F33-C3737AD4487F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96252AC9-92B6-4293-B6FF-217F78B3EF22}
EndGlobalSection
EndGlobal