-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExpressionTest.sln
More file actions
52 lines (52 loc) · 3 KB
/
Copy pathExpressionTest.sln
File metadata and controls
52 lines (52 loc) · 3 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
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionTest", "ExpressionTest\ExpressionTest.csproj", "{A379A65A-0322-480B-9880-BD66DB9B2386}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Expression", "cppExpression\cppExpression.vcxproj", "{D2329364-E3E0-49D6-9BFE-93A89905417F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Expression_Test", "cppExpression_Test\cppExpression_Test.vcxproj", "{DB24C648-FD2C-4993-8E6F-B39EE7E7DE51}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExpressionCLR", "ExpressionCLR\ExpressionCLR.vcxproj", "{F39DBB47-FD28-468A-97AC-E1C5D0407ABF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionCLR_Test", "ExpressionCLR_Test\ExpressionCLR_Test.csproj", "{05AB64BE-7E8D-4C63-BD9B-B654ED9EC3B7}"
ProjectSection(ProjectDependencies) = postProject
{D2329364-E3E0-49D6-9BFE-93A89905417F} = {D2329364-E3E0-49D6-9BFE-93A89905417F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A379A65A-0322-480B-9880-BD66DB9B2386}.Debug|x64.ActiveCfg = Debug|x64
{A379A65A-0322-480B-9880-BD66DB9B2386}.Debug|x64.Build.0 = Debug|x64
{A379A65A-0322-480B-9880-BD66DB9B2386}.Release|x64.ActiveCfg = Release|x64
{A379A65A-0322-480B-9880-BD66DB9B2386}.Release|x64.Build.0 = Release|x64
{D2329364-E3E0-49D6-9BFE-93A89905417F}.Debug|x64.ActiveCfg = Debug|x64
{D2329364-E3E0-49D6-9BFE-93A89905417F}.Debug|x64.Build.0 = Debug|x64
{D2329364-E3E0-49D6-9BFE-93A89905417F}.Release|x64.ActiveCfg = Release|x64
{D2329364-E3E0-49D6-9BFE-93A89905417F}.Release|x64.Build.0 = Release|x64
{DB24C648-FD2C-4993-8E6F-B39EE7E7DE51}.Debug|x64.ActiveCfg = Debug|x64
{DB24C648-FD2C-4993-8E6F-B39EE7E7DE51}.Debug|x64.Build.0 = Debug|x64
{DB24C648-FD2C-4993-8E6F-B39EE7E7DE51}.Release|x64.ActiveCfg = Release|x64
{DB24C648-FD2C-4993-8E6F-B39EE7E7DE51}.Release|x64.Build.0 = Release|x64
{F39DBB47-FD28-468A-97AC-E1C5D0407ABF}.Debug|x64.ActiveCfg = Debug|x64
{F39DBB47-FD28-468A-97AC-E1C5D0407ABF}.Debug|x64.Build.0 = Debug|x64
{F39DBB47-FD28-468A-97AC-E1C5D0407ABF}.Release|x64.ActiveCfg = Release|x64
{F39DBB47-FD28-468A-97AC-E1C5D0407ABF}.Release|x64.Build.0 = Release|x64
{05AB64BE-7E8D-4C63-BD9B-B654ED9EC3B7}.Debug|x64.ActiveCfg = Debug|x64
{05AB64BE-7E8D-4C63-BD9B-B654ED9EC3B7}.Debug|x64.Build.0 = Debug|x64
{05AB64BE-7E8D-4C63-BD9B-B654ED9EC3B7}.Release|x64.ActiveCfg = Release|x64
{05AB64BE-7E8D-4C63-BD9B-B654ED9EC3B7}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1FE4146-3426-40FE-BE73-A06232917F37}
EndGlobalSection
EndGlobal