-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDCS.Alternative.Launcher.sln
54 lines (54 loc) · 3.46 KB
/
DCS.Alternative.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCS.Alternative.Launcher", "DCS.Alternative.Launcher\DCS.Alternative.Launcher.csproj", "{4EFEBFC2-0181-448F-8D33-96D3B742ABDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoUpdate", "AutoUpdate\AutoUpdate.csproj", "{D964A236-DB21-4AC7-94FC-1BF9254F80C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCS.Alternative.Launcher.Plugin.Documentation", "DCS.Alternative.Launcher.Documentation\DCS.Alternative.Launcher.Plugin.Documentation.csproj", "{F3D92809-1E99-4F51-B78E-FC8978B58CA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCS.Alternative.Launcher.Plugin.Viewports", "DCS.Alternative.Launcher.Plugin.Viewports\DCS.Alternative.Launcher.Plugin.Viewports.csproj", "{5451988E-FE37-438C-9DD4-8CA470151801}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCS.Alternative.Launcher.StartupApps", "DCS.Alternative.Launcher.StartupApps\DCS.Alternative.Launcher.StartupApps.csproj", "{6CEA8EC7-51F5-4EC8-A8B2-17B07230A6B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".git", ".git", "{DF7C930F-30D7-483E-BED2-DA1A73FB5378}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EFEBFC2-0181-448F-8D33-96D3B742ABDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EFEBFC2-0181-448F-8D33-96D3B742ABDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EFEBFC2-0181-448F-8D33-96D3B742ABDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EFEBFC2-0181-448F-8D33-96D3B742ABDB}.Release|Any CPU.Build.0 = Release|Any CPU
{D964A236-DB21-4AC7-94FC-1BF9254F80C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D964A236-DB21-4AC7-94FC-1BF9254F80C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D964A236-DB21-4AC7-94FC-1BF9254F80C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D964A236-DB21-4AC7-94FC-1BF9254F80C7}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D92809-1E99-4F51-B78E-FC8978B58CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D92809-1E99-4F51-B78E-FC8978B58CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D92809-1E99-4F51-B78E-FC8978B58CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D92809-1E99-4F51-B78E-FC8978B58CA1}.Release|Any CPU.Build.0 = Release|Any CPU
{5451988E-FE37-438C-9DD4-8CA470151801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5451988E-FE37-438C-9DD4-8CA470151801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5451988E-FE37-438C-9DD4-8CA470151801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5451988E-FE37-438C-9DD4-8CA470151801}.Release|Any CPU.Build.0 = Release|Any CPU
{6CEA8EC7-51F5-4EC8-A8B2-17B07230A6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CEA8EC7-51F5-4EC8-A8B2-17B07230A6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CEA8EC7-51F5-4EC8-A8B2-17B07230A6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CEA8EC7-51F5-4EC8-A8B2-17B07230A6B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC332D83-76D1-4A40-AA33-234CE45ABB7C}
EndGlobalSection
EndGlobal