-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIgniteBot.sln
More file actions
45 lines (45 loc) · 2.45 KB
/
IgniteBot.sln
File metadata and controls
45 lines (45 loc) · 2.45 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Engine", "Engine\Engine.csproj", "{11E392F8-A1CE-43E8-9C3A-072B1FEE1D5B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bootstrapper", "Bootstrapper\Bootstrapper.vcxproj", "{25750B19-1BF6-476E-887F-1E27464F1183}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Launcher", "Launcher\Launcher.vcxproj", "{04EF8D93-523D-4270-85CB-9E341A453825}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11E392F8-A1CE-43E8-9C3A-072B1FEE1D5B}.Debug|Any CPU.ActiveCfg = Debug|x86
{11E392F8-A1CE-43E8-9C3A-072B1FEE1D5B}.Debug|x86.ActiveCfg = Debug|x86
{11E392F8-A1CE-43E8-9C3A-072B1FEE1D5B}.Debug|x86.Build.0 = Debug|x86
{11E392F8-A1CE-43E8-9C3A-072B1FEE1D5B}.Release|Any CPU.ActiveCfg = Release|x86
{11E392F8-A1CE-43E8-9C3A-072B1FEE1D5B}.Release|x86.ActiveCfg = Release|x86
{11E392F8-A1CE-43E8-9C3A-072B1FEE1D5B}.Release|x86.Build.0 = Release|x86
{25750B19-1BF6-476E-887F-1E27464F1183}.Debug|Any CPU.ActiveCfg = Debug|Win32
{25750B19-1BF6-476E-887F-1E27464F1183}.Debug|x86.ActiveCfg = Debug|Win32
{25750B19-1BF6-476E-887F-1E27464F1183}.Debug|x86.Build.0 = Debug|Win32
{25750B19-1BF6-476E-887F-1E27464F1183}.Release|Any CPU.ActiveCfg = Release|Win32
{25750B19-1BF6-476E-887F-1E27464F1183}.Release|x86.ActiveCfg = Release|Win32
{25750B19-1BF6-476E-887F-1E27464F1183}.Release|x86.Build.0 = Release|Win32
{04EF8D93-523D-4270-85CB-9E341A453825}.Debug|Any CPU.ActiveCfg = Debug|Win32
{04EF8D93-523D-4270-85CB-9E341A453825}.Debug|x86.ActiveCfg = Debug|Win32
{04EF8D93-523D-4270-85CB-9E341A453825}.Debug|x86.Build.0 = Debug|Win32
{04EF8D93-523D-4270-85CB-9E341A453825}.Release|Any CPU.ActiveCfg = Release|Win32
{04EF8D93-523D-4270-85CB-9E341A453825}.Release|x86.ActiveCfg = Release|Win32
{04EF8D93-523D-4270-85CB-9E341A453825}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B67E471-9826-4618-948A-14AC40CADF38}
EndGlobalSection
EndGlobal