-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMultiPrecisionComplexFitting.sln
43 lines (43 loc) · 2.51 KB
/
MultiPrecisionComplexFitting.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.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiPrecisionComplexFitting", "MultiPrecisionComplexFitting\MultiPrecisionComplexFitting.csproj", "{B3760206-66D4-47CB-A07E-EEFF67D52059}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiPrecisionComplexFittingTest", "MultiPrecisionComplexFittingTest\MultiPrecisionComplexFittingTest.csproj", "{D0602D21-F8B4-461C-B07C-D4BB2502F3CC}"
ProjectSection(ProjectDependencies) = postProject
{B3760206-66D4-47CB-A07E-EEFF67D52059} = {B3760206-66D4-47CB-A07E-EEFF67D52059}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiPrecisionComplexFittingSandbox", "MultiPrecisionComplexFittingSandbox\MultiPrecisionComplexFittingSandbox.csproj", "{5663CB06-9F73-4D9E-9932-7B9013FFF54D}"
ProjectSection(ProjectDependencies) = postProject
{B3760206-66D4-47CB-A07E-EEFF67D52059} = {B3760206-66D4-47CB-A07E-EEFF67D52059}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3760206-66D4-47CB-A07E-EEFF67D52059}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3760206-66D4-47CB-A07E-EEFF67D52059}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3760206-66D4-47CB-A07E-EEFF67D52059}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3760206-66D4-47CB-A07E-EEFF67D52059}.Release|Any CPU.Build.0 = Release|Any CPU
{D0602D21-F8B4-461C-B07C-D4BB2502F3CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0602D21-F8B4-461C-B07C-D4BB2502F3CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0602D21-F8B4-461C-B07C-D4BB2502F3CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0602D21-F8B4-461C-B07C-D4BB2502F3CC}.Release|Any CPU.Build.0 = Release|Any CPU
{5663CB06-9F73-4D9E-9932-7B9013FFF54D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5663CB06-9F73-4D9E-9932-7B9013FFF54D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5663CB06-9F73-4D9E-9932-7B9013FFF54D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5663CB06-9F73-4D9E-9932-7B9013FFF54D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CB26FFF-8516-4C87-8AAF-BC7DAE8B1D84}
EndGlobalSection
EndGlobal