-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMathTrigonometric.sln
31 lines (31 loc) · 1.64 KB
/
MathTrigonometric.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathTrigonometric", "MathTrigonometric\MathTrigonometric.csproj", "{09890377-5BD0-443A-8EFE-9B03F467215D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathTrigonometric.Tests", "MathTrigonometric.Tests\MathTrigonometric.Tests.csproj", "{48CFCA6B-DE1B-49A2-A54B-3D88E4EE1FEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09890377-5BD0-443A-8EFE-9B03F467215D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09890377-5BD0-443A-8EFE-9B03F467215D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09890377-5BD0-443A-8EFE-9B03F467215D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09890377-5BD0-443A-8EFE-9B03F467215D}.Release|Any CPU.Build.0 = Release|Any CPU
{48CFCA6B-DE1B-49A2-A54B-3D88E4EE1FEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48CFCA6B-DE1B-49A2-A54B-3D88E4EE1FEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48CFCA6B-DE1B-49A2-A54B-3D88E4EE1FEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48CFCA6B-DE1B-49A2-A54B-3D88E4EE1FEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65AE9278-2BEF-44E1-997A-165D1D9616E1}
EndGlobalSection
EndGlobal