-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathApexParser.sln
59 lines (59 loc) · 3.55 KB
/
ApexParser.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28621.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{76248AF8-2153-4AC3-A013-C403352FAF43}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5142A03C-ECC8-423D-871F-C046716C7B1A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApexSharp.ApexParser", "ApexSharp.ApexParser\ApexSharp.ApexParser.csproj", "{FF667E4B-0C23-4A76-B414-4010A1A39248}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApexSharp.ApexParser.Tests", "ApexSharp.ApexParser.Tests\ApexSharp.ApexParser.Tests.csproj", "{869227AC-A3BF-443C-957A-D22A66376A22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApexSharp.ApexToCSharp", "ApexSharp.ApexToCSharp\ApexSharp.ApexToCSharp.csproj", "{3E3DEABE-8A79-41B0-AB43-10656BEF5F1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApexSharp.CSharpToApex", "ApexSharp.CSharpToApex\ApexSharp.CSharpToApex.csproj", "{68A3686A-696F-48B9-9E2F-9D77AF3ED031}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApexParser.Example", "ApexParser.Example\ApexParser.Example.csproj", "{94717895-6EF9-4B6B-AB5C-BC4486F9418D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF667E4B-0C23-4A76-B414-4010A1A39248}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF667E4B-0C23-4A76-B414-4010A1A39248}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF667E4B-0C23-4A76-B414-4010A1A39248}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF667E4B-0C23-4A76-B414-4010A1A39248}.Release|Any CPU.Build.0 = Release|Any CPU
{869227AC-A3BF-443C-957A-D22A66376A22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{869227AC-A3BF-443C-957A-D22A66376A22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{869227AC-A3BF-443C-957A-D22A66376A22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{869227AC-A3BF-443C-957A-D22A66376A22}.Release|Any CPU.Build.0 = Release|Any CPU
{3E3DEABE-8A79-41B0-AB43-10656BEF5F1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E3DEABE-8A79-41B0-AB43-10656BEF5F1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E3DEABE-8A79-41B0-AB43-10656BEF5F1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E3DEABE-8A79-41B0-AB43-10656BEF5F1D}.Release|Any CPU.Build.0 = Release|Any CPU
{68A3686A-696F-48B9-9E2F-9D77AF3ED031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68A3686A-696F-48B9-9E2F-9D77AF3ED031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68A3686A-696F-48B9-9E2F-9D77AF3ED031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68A3686A-696F-48B9-9E2F-9D77AF3ED031}.Release|Any CPU.Build.0 = Release|Any CPU
{94717895-6EF9-4B6B-AB5C-BC4486F9418D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94717895-6EF9-4B6B-AB5C-BC4486F9418D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94717895-6EF9-4B6B-AB5C-BC4486F9418D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94717895-6EF9-4B6B-AB5C-BC4486F9418D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD1A452B-CD6E-44FF-A14F-1238ADF608FB}
EndGlobalSection
EndGlobal