-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMathService.sln
More file actions
49 lines (49 loc) · 2.96 KB
/
MathService.sln
File metadata and controls
49 lines (49 loc) · 2.96 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{38412AD8-0872-4820-BA61-459AD39B8AAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedLib", "SharedLib\SharedLib.csproj", "{CB551BE0-3641-4365-9DE5-4B067658D7F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathClient", "MathClient\MathClient.csproj", "{BD96E8E5-ADF1-4A30-8A2F-C8E850149E70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathServiceLib", "MathServiceLib\MathServiceLib.csproj", "{A9C3E64D-F170-49F3-8AB1-BD838CFF6C74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathServiceHost", "MathServiceHost\MathServiceHost.csproj", "{E4E451C0-3B25-469B-9BF6-C6C7CAD0F6EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38412AD8-0872-4820-BA61-459AD39B8AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38412AD8-0872-4820-BA61-459AD39B8AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38412AD8-0872-4820-BA61-459AD39B8AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38412AD8-0872-4820-BA61-459AD39B8AAD}.Release|Any CPU.Build.0 = Release|Any CPU
{CB551BE0-3641-4365-9DE5-4B067658D7F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB551BE0-3641-4365-9DE5-4B067658D7F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB551BE0-3641-4365-9DE5-4B067658D7F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB551BE0-3641-4365-9DE5-4B067658D7F1}.Release|Any CPU.Build.0 = Release|Any CPU
{BD96E8E5-ADF1-4A30-8A2F-C8E850149E70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD96E8E5-ADF1-4A30-8A2F-C8E850149E70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD96E8E5-ADF1-4A30-8A2F-C8E850149E70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD96E8E5-ADF1-4A30-8A2F-C8E850149E70}.Release|Any CPU.Build.0 = Release|Any CPU
{A9C3E64D-F170-49F3-8AB1-BD838CFF6C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9C3E64D-F170-49F3-8AB1-BD838CFF6C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9C3E64D-F170-49F3-8AB1-BD838CFF6C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9C3E64D-F170-49F3-8AB1-BD838CFF6C74}.Release|Any CPU.Build.0 = Release|Any CPU
{E4E451C0-3B25-469B-9BF6-C6C7CAD0F6EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4E451C0-3B25-469B-9BF6-C6C7CAD0F6EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4E451C0-3B25-469B-9BF6-C6C7CAD0F6EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4E451C0-3B25-469B-9BF6-C6C7CAD0F6EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49E0CC08-ADE0-4DEC-B841-D0F827620418}
EndGlobalSection
EndGlobal