-
Notifications
You must be signed in to change notification settings - Fork 0
/
Calculator.sln
99 lines (99 loc) · 5.84 KB
/
Calculator.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleCalculator", "ConsoleCalculator\ConsoleCalculator.csproj", "{3FEDA428-BA5E-4783-B369-E39D222ADACE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calculator", "Calculator\Calculator.csproj", "{8B595842-E33C-4355-8A6E-C9684B0D4EE0}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WCFCalculatorServiceLocal", "WCFCalculatorServiceLocal\", "{1CAC5B4A-DA09-468A-AB77-C8B939165609}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.7.2"
ProjectReferences = "{8b595842-e33c-4355-8a6e-c9684b0d4ee0}|Calculator.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_53568"
Debug.AspNetCompiler.PhysicalPath = "WCFCalculatorServiceLocal\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53568\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_53568"
Release.AspNetCompiler.PhysicalPath = "WCFCalculatorServiceLocal\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53568\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "53568"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.7.2"
ProjectReferences = "{8b595842-e33c-4355-8a6e-c9684b0d4ee0}|Calculator.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_53568"
Debug.AspNetCompiler.PhysicalPath = "WCFCalculatorServiceLocal\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53568\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_53568"
Release.AspNetCompiler.PhysicalPath = "WCFCalculatorServiceLocal\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53568\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "53568"
SlnRelativePath = "WCFCalculatorServiceLocal\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CalculatorTest", "CalculatorTest\CalculatorTest.csproj", "{A6C73425-0259-480D-BE2A-C6D94AD7638C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcCalculatorServiceLocal", "GrpcCalculatorServiceLocal\GrpcCalculatorServiceLocal.csproj", "{DEA8BE64-8107-4AF5-BC52-39704C37741E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WCFCalculatorServiceLocal3", "WCFCalculatorServiceLocal3\WCFCalculatorServiceLocal3.csproj", "{BB62D829-A6DF-4A0C-84C7-3BE6A53C8235}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsCalculator", "WindowsFormsCalculator\WindowsFormsCalculator.csproj", "{FC2813A8-7AB3-48C3-93BC-2AE6AF693D53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FEDA428-BA5E-4783-B369-E39D222ADACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FEDA428-BA5E-4783-B369-E39D222ADACE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FEDA428-BA5E-4783-B369-E39D222ADACE}.Release|Any CPU.Build.0 = Release|Any CPU
{8B595842-E33C-4355-8A6E-C9684B0D4EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B595842-E33C-4355-8A6E-C9684B0D4EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B595842-E33C-4355-8A6E-C9684B0D4EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B595842-E33C-4355-8A6E-C9684B0D4EE0}.Release|Any CPU.Build.0 = Release|Any CPU
{1CAC5B4A-DA09-468A-AB77-C8B939165609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CAC5B4A-DA09-468A-AB77-C8B939165609}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{1CAC5B4A-DA09-468A-AB77-C8B939165609}.Release|Any CPU.Build.0 = Debug|Any CPU
{A6C73425-0259-480D-BE2A-C6D94AD7638C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C73425-0259-480D-BE2A-C6D94AD7638C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C73425-0259-480D-BE2A-C6D94AD7638C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C73425-0259-480D-BE2A-C6D94AD7638C}.Release|Any CPU.Build.0 = Release|Any CPU
{DEA8BE64-8107-4AF5-BC52-39704C37741E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEA8BE64-8107-4AF5-BC52-39704C37741E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEA8BE64-8107-4AF5-BC52-39704C37741E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEA8BE64-8107-4AF5-BC52-39704C37741E}.Release|Any CPU.Build.0 = Release|Any CPU
{BB62D829-A6DF-4A0C-84C7-3BE6A53C8235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB62D829-A6DF-4A0C-84C7-3BE6A53C8235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB62D829-A6DF-4A0C-84C7-3BE6A53C8235}.Release|Any CPU.Build.0 = Release|Any CPU
{FC2813A8-7AB3-48C3-93BC-2AE6AF693D53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC2813A8-7AB3-48C3-93BC-2AE6AF693D53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC2813A8-7AB3-48C3-93BC-2AE6AF693D53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC2813A8-7AB3-48C3-93BC-2AE6AF693D53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FBFFA32-778B-441F-A321-D2B697B6E0E9}
EndGlobalSection
EndGlobal