-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVectorExpressionEngine.sln
More file actions
40 lines (40 loc) · 2.31 KB
/
VectorExpressionEngine.sln
File metadata and controls
40 lines (40 loc) · 2.31 KB
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 Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VectorExpressionEngine.Tests", "VectorExpressionEngine.Tests\VectorExpressionEngine.Tests.csproj", "{36CD08B3-457B-47C9-942C-7E515383C270}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleCalculator", "SimpleCalculator\SimpleCalculator.csproj", "{BFBEDC86-9459-4A35-98AF-D00DE06C1D47}"
ProjectSection(ProjectDependencies) = postProject
{36720B6C-7AB5-46BB-9261-D0DD6E169431} = {36720B6C-7AB5-46BB-9261-D0DD6E169431}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorExpressionEngine", "VectorExpressionEngine\VectorExpressionEngine.csproj", "{36720B6C-7AB5-46BB-9261-D0DD6E169431}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36CD08B3-457B-47C9-942C-7E515383C270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36CD08B3-457B-47C9-942C-7E515383C270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36CD08B3-457B-47C9-942C-7E515383C270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36CD08B3-457B-47C9-942C-7E515383C270}.Release|Any CPU.Build.0 = Release|Any CPU
{BFBEDC86-9459-4A35-98AF-D00DE06C1D47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFBEDC86-9459-4A35-98AF-D00DE06C1D47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFBEDC86-9459-4A35-98AF-D00DE06C1D47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFBEDC86-9459-4A35-98AF-D00DE06C1D47}.Release|Any CPU.Build.0 = Release|Any CPU
{36720B6C-7AB5-46BB-9261-D0DD6E169431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36720B6C-7AB5-46BB-9261-D0DD6E169431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36720B6C-7AB5-46BB-9261-D0DD6E169431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36720B6C-7AB5-46BB-9261-D0DD6E169431}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C57988C6-1BC2-40F2-B5A0-9F6D2E3E04F6}
EndGlobalSection
EndGlobal