-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExprSharp.Repl.sln
43 lines (43 loc) · 2.6 KB
/
ExprSharp.Repl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExprSharp.Repl", "ExprSharp.Repl\ExprSharp.Repl.csproj", "{9A8A7A9B-94C7-4057-88B7-8FA27FD1E59A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExprSharp.Core", "..\Core\ExprSharp.Core\ExprSharp.Core.csproj", "{D878C830-896B-48DF-9D54-04235EB23259}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iExpr.Extensions.Math", "..\..\Expr\Libs\Extensions\Independent\Math\iExpr.Extensions.Math\iExpr.Extensions.Math.csproj", "{1D34606B-4ADC-4FEC-8A5D-8DCEB48DAD5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Program", "..\..\Expr\iExpr.Exprs\Program\Program.csproj", "{A8CB3840-691A-4BD3-B970-A8C07BD80165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A8A7A9B-94C7-4057-88B7-8FA27FD1E59A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A8A7A9B-94C7-4057-88B7-8FA27FD1E59A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A8A7A9B-94C7-4057-88B7-8FA27FD1E59A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A8A7A9B-94C7-4057-88B7-8FA27FD1E59A}.Release|Any CPU.Build.0 = Release|Any CPU
{D878C830-896B-48DF-9D54-04235EB23259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D878C830-896B-48DF-9D54-04235EB23259}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D878C830-896B-48DF-9D54-04235EB23259}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D878C830-896B-48DF-9D54-04235EB23259}.Release|Any CPU.Build.0 = Release|Any CPU
{1D34606B-4ADC-4FEC-8A5D-8DCEB48DAD5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D34606B-4ADC-4FEC-8A5D-8DCEB48DAD5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D34606B-4ADC-4FEC-8A5D-8DCEB48DAD5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D34606B-4ADC-4FEC-8A5D-8DCEB48DAD5D}.Release|Any CPU.Build.0 = Release|Any CPU
{A8CB3840-691A-4BD3-B970-A8C07BD80165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8CB3840-691A-4BD3-B970-A8C07BD80165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8CB3840-691A-4BD3-B970-A8C07BD80165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8CB3840-691A-4BD3-B970-A8C07BD80165}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E431C45-4304-47A0-A04F-AF44CB678579}
EndGlobalSection
EndGlobal