This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCaterpillar Engine.sln
42 lines (42 loc) · 2.31 KB
/
Caterpillar Engine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Caterpillar Engine Lib", "Caterpillar Engine Lib.csproj", "{F8E4F762-060D-481D-8FC7-3257917960FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaterpillarEngine", "..\CaterpillarEngine\CaterpillarEngine.csproj", "{B2D2A485-CC45-4E00-978F-479B4F156AA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7823E3B4-A6EF-467A-9105-9881B25D25ED}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Caterpillar Shell", "..\Caterpillar Shell\Caterpillar Shell.csproj", "{9EDD7198-6C9D-42AD-8E23-85DE4DA5F944}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8E4F762-060D-481D-8FC7-3257917960FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8E4F762-060D-481D-8FC7-3257917960FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8E4F762-060D-481D-8FC7-3257917960FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8E4F762-060D-481D-8FC7-3257917960FD}.Release|Any CPU.Build.0 = Release|Any CPU
{B2D2A485-CC45-4E00-978F-479B4F156AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2D2A485-CC45-4E00-978F-479B4F156AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2D2A485-CC45-4E00-978F-479B4F156AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2D2A485-CC45-4E00-978F-479B4F156AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{9EDD7198-6C9D-42AD-8E23-85DE4DA5F944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EDD7198-6C9D-42AD-8E23-85DE4DA5F944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EDD7198-6C9D-42AD-8E23-85DE4DA5F944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EDD7198-6C9D-42AD-8E23-85DE4DA5F944}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6224D7CE-FC61-46F6-B731-37369F2B1C69}
EndGlobalSection
EndGlobal