-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLunaMultiplayerUpdater.sln
49 lines (49 loc) · 2.81 KB
/
LunaMultiplayerUpdater.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonUpdater", "CommonUpdater\CommonUpdater.csproj", "{AA47DA29-2D57-4625-83FD-CC13999FE6E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientUpdater", "ClientUpdater\ClientUpdater.csproj", "{16BCA3E1-0036-4693-A363-20D3A6FB6B85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerUpdater", "ServerUpdater\ServerUpdater.csproj", "{D70BB8FC-E256-4EDD-B39B-A8B0607EC778}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LunaManager", "LunaManager\LunaManager.csproj", "{FE6002F6-7441-44F2-995B-1F131835F1A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FB3209D-783E-41C6-8870-C998A36C518F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA47DA29-2D57-4625-83FD-CC13999FE6E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA47DA29-2D57-4625-83FD-CC13999FE6E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA47DA29-2D57-4625-83FD-CC13999FE6E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA47DA29-2D57-4625-83FD-CC13999FE6E3}.Release|Any CPU.Build.0 = Release|Any CPU
{16BCA3E1-0036-4693-A363-20D3A6FB6B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16BCA3E1-0036-4693-A363-20D3A6FB6B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16BCA3E1-0036-4693-A363-20D3A6FB6B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16BCA3E1-0036-4693-A363-20D3A6FB6B85}.Release|Any CPU.Build.0 = Release|Any CPU
{D70BB8FC-E256-4EDD-B39B-A8B0607EC778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D70BB8FC-E256-4EDD-B39B-A8B0607EC778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D70BB8FC-E256-4EDD-B39B-A8B0607EC778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D70BB8FC-E256-4EDD-B39B-A8B0607EC778}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6002F6-7441-44F2-995B-1F131835F1A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6002F6-7441-44F2-995B-1F131835F1A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6002F6-7441-44F2-995B-1F131835F1A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6002F6-7441-44F2-995B-1F131835F1A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E203BFEA-8683-48BE-BFF4-7672ECB86D4A}
EndGlobalSection
EndGlobal