forked from loresoft/Calculator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCalculateX.MAUI.sln
43 lines (43 loc) · 2.62 KB
/
CalculateX.MAUI.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 Version 17
VisualStudioVersion = 17.7.33927.210
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CalculateX", "MAUI.Source\CalculateX\CalculateX.csproj", "{7C9F51C5-9CA5-4ACE-A3A8-C2A987B8EE7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathExpressions", "MAUI.Source\MathExpressions\MathExpressions.csproj", "{72233087-178E-4446-8222-62608F2EA6CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathExpressions.UnitTests", "MAUI.Source\MathExpressions.UnitTests\MathExpressions.UnitTests.csproj", "{51B7C763-6C9B-477E-9056-CC348172AF7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CalculateX.UnitTests", "MAUI.Source\CalculateX.UnitTests\CalculateX.UnitTests.csproj", "{1255F73B-4EED-445C-B5DF-E13BE9C37C68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C9F51C5-9CA5-4ACE-A3A8-C2A987B8EE7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C9F51C5-9CA5-4ACE-A3A8-C2A987B8EE7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C9F51C5-9CA5-4ACE-A3A8-C2A987B8EE7E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7C9F51C5-9CA5-4ACE-A3A8-C2A987B8EE7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C9F51C5-9CA5-4ACE-A3A8-C2A987B8EE7E}.Release|Any CPU.Build.0 = Release|Any CPU
{7C9F51C5-9CA5-4ACE-A3A8-C2A987B8EE7E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{72233087-178E-4446-8222-62608F2EA6CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72233087-178E-4446-8222-62608F2EA6CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72233087-178E-4446-8222-62608F2EA6CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72233087-178E-4446-8222-62608F2EA6CB}.Release|Any CPU.Build.0 = Release|Any CPU
{51B7C763-6C9B-477E-9056-CC348172AF7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51B7C763-6C9B-477E-9056-CC348172AF7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51B7C763-6C9B-477E-9056-CC348172AF7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1255F73B-4EED-445C-B5DF-E13BE9C37C68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1255F73B-4EED-445C-B5DF-E13BE9C37C68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1255F73B-4EED-445C-B5DF-E13BE9C37C68}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF3837D3-4ABE-4BA1-9BBE-7D1E508ADEF7}
EndGlobalSection
EndGlobal