-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeonardoScriptIDE.sln
43 lines (43 loc) · 2.46 KB
/
LeonardoScriptIDE.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 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeonardoScriptIDE", "LeonardoScriptIDE\LeonardoScriptIDE.csproj", "{385C3848-1A4F-4206-9095-269571AF1CE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeonardoScriptCore", "LeonardoScriptCore\LeonardoScriptCore.csproj", "{9FF4C650-A9BE-454F-B800-5D04F3D081C4}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Entity", "Entity\Entity.shproj", "{74B394E2-60F2-4E0F-86F8-F26DF782A3F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeonardoScriptLog", "LeonardoScriptLog\LeonardoScriptLog.csproj", "{63E2FC7C-7F04-49F3-9CD4-B2965384D40E}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Entity\Entity.projitems*{74b394e2-60f2-4e0f-86f8-f26df782a3f9}*SharedItemsImports = 13
Entity\Entity.projitems*{9ff4c650-a9be-454f-b800-5d04f3d081c4}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{385C3848-1A4F-4206-9095-269571AF1CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{385C3848-1A4F-4206-9095-269571AF1CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{385C3848-1A4F-4206-9095-269571AF1CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{385C3848-1A4F-4206-9095-269571AF1CE6}.Release|Any CPU.Build.0 = Release|Any CPU
{9FF4C650-A9BE-454F-B800-5D04F3D081C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FF4C650-A9BE-454F-B800-5D04F3D081C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FF4C650-A9BE-454F-B800-5D04F3D081C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FF4C650-A9BE-454F-B800-5D04F3D081C4}.Release|Any CPU.Build.0 = Release|Any CPU
{63E2FC7C-7F04-49F3-9CD4-B2965384D40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63E2FC7C-7F04-49F3-9CD4-B2965384D40E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63E2FC7C-7F04-49F3-9CD4-B2965384D40E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63E2FC7C-7F04-49F3-9CD4-B2965384D40E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2386E61A-7BF2-4A83-813A-95E55C21FA85}
EndGlobalSection
EndGlobal