This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSCS-Calc 1.1.sln
49 lines (49 loc) · 3.16 KB
/
SCS-Calc 1.1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCS-Calc 1.1", "SCS-Calc 1.1\SCS-Calc 1.1.csproj", "{F95C9CF7-BFFF-4D52-B4BB-CC0729749447}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCSCalcClassLibraryForWindowsForms", "SCSCalcClassLibraryForWindowsForms\SCSCalcClassLibraryForWindowsForms.csproj", "{363BC7F9-D920-45E9-8C26-81FB2AC8C733}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCSCalcSettingsClassLibrary", "SCSCalcSettingsClassLibrary\SCSCalcSettingsClassLibrary.csproj", "{FB0BA326-9E1B-4394-99B4-E6103237A1C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCSCalcClassLibrary", "SCSCalcClassLibrary\SCSCalcClassLibrary.csproj", "{4A0FEA5E-AA6F-4C73-9B26-9D1BA815CD2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCSCalcExceptionClassLibrary", "SCSCalcExceptionClassLibrary\SCSCalcExceptionClassLibrary.csproj", "{770D79D0-EBA8-4319-A2FE-7C3845CDE8FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F95C9CF7-BFFF-4D52-B4BB-CC0729749447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F95C9CF7-BFFF-4D52-B4BB-CC0729749447}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F95C9CF7-BFFF-4D52-B4BB-CC0729749447}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F95C9CF7-BFFF-4D52-B4BB-CC0729749447}.Release|Any CPU.Build.0 = Release|Any CPU
{363BC7F9-D920-45E9-8C26-81FB2AC8C733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{363BC7F9-D920-45E9-8C26-81FB2AC8C733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{363BC7F9-D920-45E9-8C26-81FB2AC8C733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{363BC7F9-D920-45E9-8C26-81FB2AC8C733}.Release|Any CPU.Build.0 = Release|Any CPU
{FB0BA326-9E1B-4394-99B4-E6103237A1C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB0BA326-9E1B-4394-99B4-E6103237A1C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB0BA326-9E1B-4394-99B4-E6103237A1C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB0BA326-9E1B-4394-99B4-E6103237A1C1}.Release|Any CPU.Build.0 = Release|Any CPU
{4A0FEA5E-AA6F-4C73-9B26-9D1BA815CD2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A0FEA5E-AA6F-4C73-9B26-9D1BA815CD2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A0FEA5E-AA6F-4C73-9B26-9D1BA815CD2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A0FEA5E-AA6F-4C73-9B26-9D1BA815CD2C}.Release|Any CPU.Build.0 = Release|Any CPU
{770D79D0-EBA8-4319-A2FE-7C3845CDE8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{770D79D0-EBA8-4319-A2FE-7C3845CDE8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{770D79D0-EBA8-4319-A2FE-7C3845CDE8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{770D79D0-EBA8-4319-A2FE-7C3845CDE8FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07EA27EA-1CD8-4357-B2E3-F83F1A271B54}
EndGlobalSection
EndGlobal