-
-
Notifications
You must be signed in to change notification settings - Fork 138
/
Launchpad.sln
60 lines (57 loc) · 3.22 KB
/
Launchpad.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "metadata", ".\", "{F1A57014-71CE-4032-A652-01B7E35E14DB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", ".\Scripts", "{C9B78442-415D-4F02-93B1-C377F6A9A053}"
ProjectSection(SolutionItems) = preProject
Scripts\launchpad-dependencies.sh = Scripts\launchpad-dependencies.sh
Scripts\launchpad-publis.sh = Scripts\launchpad-publish.sh
Scripts\launchpad-server-setup.sh = Scripts\launchpad-server-setup.sh
Scripts\update-translations.sh = Scripts\update-translations.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launchpad.Launcher", "Launchpad.Launcher\Launchpad.Launcher.csproj", "{676312FB-AF67-4340-B86F-9CCEB22D802F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launchpad.Utilities", "Launchpad.Utilities\Launchpad.Utilities.csproj", "{BA9D77D3-1767-4D9C-80F3-409C52B03861}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launchpad.Tests", "Launchpad.Tests\Launchpad.Tests.csproj", "{3DCD158D-7903-47AE-8FCC-3292128DE213}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launchpad.Common", "Launchpad.Common\Launchpad.Common.csproj", "{DDC53837-BA5A-41F3-8258-6224F3526A52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDC53837-BA5A-41F3-8258-6224F3526A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC53837-BA5A-41F3-8258-6224F3526A52}.Release|Any CPU.Build.0 = Release|Any CPU
{DDC53837-BA5A-41F3-8258-6224F3526A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC53837-BA5A-41F3-8258-6224F3526A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676312FB-AF67-4340-B86F-9CCEB22D802F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676312FB-AF67-4340-B86F-9CCEB22D802F}.Release|Any CPU.Build.0 = Release|Any CPU
{676312FB-AF67-4340-B86F-9CCEB22D802F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676312FB-AF67-4340-B86F-9CCEB22D802F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DCD158D-7903-47AE-8FCC-3292128DE213}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DCD158D-7903-47AE-8FCC-3292128DE213}.Release|Any CPU.Build.0 = Release|Any CPU
{3DCD158D-7903-47AE-8FCC-3292128DE213}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DCD158D-7903-47AE-8FCC-3292128DE213}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA9D77D3-1767-4D9C-80F3-409C52B03861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA9D77D3-1767-4D9C-80F3-409C52B03861}.Release|Any CPU.Build.0 = Release|Any CPU
{BA9D77D3-1767-4D9C-80F3-409C52B03861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA9D77D3-1767-4D9C-80F3-409C52B03861}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal