-
Notifications
You must be signed in to change notification settings - Fork 2
/
FunctionInterpreter.sln
36 lines (36 loc) · 1.87 KB
/
FunctionInterpreter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionInterpreter", "FunctionInterpreter\FunctionInterpreter.csproj", "{6BE77847-7A18-4593-B0CA-1D46E3F6214B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionInterpreter.Test", "FunctionInterpreter.Test\FunctionInterpreter.Test.csproj", "{20ACB9DC-E018-4AB4-9D4D-0AF903DCD88C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3053D76F-5F95-4D84-BFC2-15B9157A9C71}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BE77847-7A18-4593-B0CA-1D46E3F6214B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BE77847-7A18-4593-B0CA-1D46E3F6214B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BE77847-7A18-4593-B0CA-1D46E3F6214B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BE77847-7A18-4593-B0CA-1D46E3F6214B}.Release|Any CPU.Build.0 = Release|Any CPU
{20ACB9DC-E018-4AB4-9D4D-0AF903DCD88C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20ACB9DC-E018-4AB4-9D4D-0AF903DCD88C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20ACB9DC-E018-4AB4-9D4D-0AF903DCD88C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20ACB9DC-E018-4AB4-9D4D-0AF903DCD88C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51875AA9-BAAB-4D57-8121-6404D1CBA954}
EndGlobalSection
EndGlobal