-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSatisfactoryBot.sln
31 lines (31 loc) · 1.6 KB
/
SatisfactoryBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SatisfactoryBot", "SatisfactoryBot\SatisfactoryBot.csproj", "{50BF7CA4-C246-43AA-99D3-74E82E9B16BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SatisfactoryBot.Data", "SatisfactoryBot.Data\SatisfactoryBot.Data.csproj", "{6E192C0B-26BF-4EEC-8C82-D8730D91201C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50BF7CA4-C246-43AA-99D3-74E82E9B16BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50BF7CA4-C246-43AA-99D3-74E82E9B16BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50BF7CA4-C246-43AA-99D3-74E82E9B16BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50BF7CA4-C246-43AA-99D3-74E82E9B16BF}.Release|Any CPU.Build.0 = Release|Any CPU
{6E192C0B-26BF-4EEC-8C82-D8730D91201C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E192C0B-26BF-4EEC-8C82-D8730D91201C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E192C0B-26BF-4EEC-8C82-D8730D91201C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E192C0B-26BF-4EEC-8C82-D8730D91201C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C254AE2D-F2B1-4F55-A999-79F6AE404BDB}
EndGlobalSection
EndGlobal