-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfrabot.sln
43 lines (43 loc) · 2.58 KB
/
infrabot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "infrabot", "infrabot\infrabot.csproj", "{CE88268A-D9BE-4100-9F08-CCD05C094E2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "infrabot.PluginSystem", "infrabot.PluginSystem\infrabot.PluginSystem.csproj", "{C999D129-52BB-4300-9E67-5EB150B0A2A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "infrabot.PluginEditor", "infrabot.PluginEditor\infrabot.PluginEditor.csproj", "{85282F94-BAA1-43EB-96C0-94951D044CC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "infrabot.ConfigEditor", "infrabot.ConfigEditor\infrabot.ConfigEditor.csproj", "{94A5CB87-7FD0-4BA4-87C3-165FA5E95DBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE88268A-D9BE-4100-9F08-CCD05C094E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE88268A-D9BE-4100-9F08-CCD05C094E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE88268A-D9BE-4100-9F08-CCD05C094E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE88268A-D9BE-4100-9F08-CCD05C094E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{C999D129-52BB-4300-9E67-5EB150B0A2A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C999D129-52BB-4300-9E67-5EB150B0A2A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C999D129-52BB-4300-9E67-5EB150B0A2A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C999D129-52BB-4300-9E67-5EB150B0A2A6}.Release|Any CPU.Build.0 = Release|Any CPU
{85282F94-BAA1-43EB-96C0-94951D044CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85282F94-BAA1-43EB-96C0-94951D044CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85282F94-BAA1-43EB-96C0-94951D044CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85282F94-BAA1-43EB-96C0-94951D044CC3}.Release|Any CPU.Build.0 = Release|Any CPU
{94A5CB87-7FD0-4BA4-87C3-165FA5E95DBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94A5CB87-7FD0-4BA4-87C3-165FA5E95DBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94A5CB87-7FD0-4BA4-87C3-165FA5E95DBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94A5CB87-7FD0-4BA4-87C3-165FA5E95DBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05096262-D2E9-415F-BBB5-A30C99066859}
EndGlobalSection
EndGlobal