This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StaxLang.sln
40 lines (40 loc) · 2.28 KB
/
StaxLang.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StaxLang.UI", "StaxLang.UI\StaxLang.UI.csproj", "{E8FC5E6E-A255-4F9C-AB39-D3D716CA4F54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC24EA26-C0A3-485E-9084-6C5ABCFB6F5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StaxLang.CLI", "StaxLang.CLI\StaxLang.CLI.csproj", "{7DAF1D0A-BADE-4A44-878C-E6B5278D2B62}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "StaxLang.Interpreter", "StaxLang.Interpreter\StaxLang.Interpreter.shproj", "{D5823874-E470-4918-81A2-58999E696BCE}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
StaxLang.Interpreter\StaxLang.Interpreter.projitems*{7daf1d0a-bade-4a44-878c-e6b5278d2b62}*SharedItemsImports = 4
StaxLang.Interpreter\StaxLang.Interpreter.projitems*{d5823874-e470-4918-81a2-58999e696bce}*SharedItemsImports = 13
StaxLang.Interpreter\StaxLang.Interpreter.projitems*{e8fc5e6e-a255-4f9c-ab39-d3d716ca4f54}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8FC5E6E-A255-4F9C-AB39-D3D716CA4F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8FC5E6E-A255-4F9C-AB39-D3D716CA4F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8FC5E6E-A255-4F9C-AB39-D3D716CA4F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8FC5E6E-A255-4F9C-AB39-D3D716CA4F54}.Release|Any CPU.Build.0 = Release|Any CPU
{7DAF1D0A-BADE-4A44-878C-E6B5278D2B62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DAF1D0A-BADE-4A44-878C-E6B5278D2B62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DAF1D0A-BADE-4A44-878C-E6B5278D2B62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DAF1D0A-BADE-4A44-878C-E6B5278D2B62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE9FD444-D7B2-4B22-A06E-CD882184BCF0}
EndGlobalSection
EndGlobal