forked from fund-model/MimiFUND.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFundWithTests.sln
62 lines (62 loc) · 3.58 KB
/
FundWithTests.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fund", "Fund\Fund.csproj", "{83626337-E99E-4C70-B99E-E3C810B32A2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Esmf", "Esmf\Esmf.csproj", "{29289CB5-296D-4F73-8778-CD92F60357BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FundComponents", "FundComponents\FundComponents.csproj", "{F09172DA-30CC-48A4-BC8F-8AB1FD1B7597}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{90053FC4-8291-4CF6-8E03-3AFA71D213D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{048D67D8-5C3B-40A2-BAE1-88CB1CD9A74C}"
ProjectSection(SolutionItems) = preProject
FundTests.vsmdi = FundTests.vsmdi
Local.testsettings = Local.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A7FAC888-B875-4507-A0CE-3CD7B4EC34CA}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = FundTests.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Checked|Any CPU = Checked|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29289CB5-296D-4F73-8778-CD92F60357BF}.Checked|Any CPU.ActiveCfg = Checked|Any CPU
{29289CB5-296D-4F73-8778-CD92F60357BF}.Checked|Any CPU.Build.0 = Checked|Any CPU
{29289CB5-296D-4F73-8778-CD92F60357BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29289CB5-296D-4F73-8778-CD92F60357BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29289CB5-296D-4F73-8778-CD92F60357BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29289CB5-296D-4F73-8778-CD92F60357BF}.Release|Any CPU.Build.0 = Release|Any CPU
{83626337-E99E-4C70-B99E-E3C810B32A2F}.Checked|Any CPU.ActiveCfg = Checked|Any CPU
{83626337-E99E-4C70-B99E-E3C810B32A2F}.Checked|Any CPU.Build.0 = Checked|Any CPU
{83626337-E99E-4C70-B99E-E3C810B32A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83626337-E99E-4C70-B99E-E3C810B32A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83626337-E99E-4C70-B99E-E3C810B32A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83626337-E99E-4C70-B99E-E3C810B32A2F}.Release|Any CPU.Build.0 = Release|Any CPU
{F09172DA-30CC-48A4-BC8F-8AB1FD1B7597}.Checked|Any CPU.ActiveCfg = Checked|Any CPU
{F09172DA-30CC-48A4-BC8F-8AB1FD1B7597}.Checked|Any CPU.Build.0 = Checked|Any CPU
{F09172DA-30CC-48A4-BC8F-8AB1FD1B7597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F09172DA-30CC-48A4-BC8F-8AB1FD1B7597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F09172DA-30CC-48A4-BC8F-8AB1FD1B7597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F09172DA-30CC-48A4-BC8F-8AB1FD1B7597}.Release|Any CPU.Build.0 = Release|Any CPU
{90053FC4-8291-4CF6-8E03-3AFA71D213D8}.Checked|Any CPU.ActiveCfg = Checked|Any CPU
{90053FC4-8291-4CF6-8E03-3AFA71D213D8}.Checked|Any CPU.Build.0 = Checked|Any CPU
{90053FC4-8291-4CF6-8E03-3AFA71D213D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90053FC4-8291-4CF6-8E03-3AFA71D213D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90053FC4-8291-4CF6-8E03-3AFA71D213D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90053FC4-8291-4CF6-8E03-3AFA71D213D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal