-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScrapCustomLanguage.sln
27 lines (27 loc) · 1.25 KB
/
ScrapCustomLanguage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScrapInterpreter", "ScrapInterpreter\ScrapInterpreter.csproj", "{7F05991A-7B5D-49DB-BF0E-A94AE69C44EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEE32F66-F641-4A72-9BAB-EE8F6B00F530}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|anycpu = Debug|anycpu
Release|anycpu = Release|anycpu
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F05991A-7B5D-49DB-BF0E-A94AE69C44EC}.Debug|anycpu.ActiveCfg = Debug|anycpu
{7F05991A-7B5D-49DB-BF0E-A94AE69C44EC}.Debug|anycpu.Build.0 = Debug|anycpu
{7F05991A-7B5D-49DB-BF0E-A94AE69C44EC}.Release|anycpu.ActiveCfg = Release|anycpu
{7F05991A-7B5D-49DB-BF0E-A94AE69C44EC}.Release|anycpu.Build.0 = Release|anycpu
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B116C68B-AF02-4553-966A-16458AB681DA}
EndGlobalSection
EndGlobal