-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPMPortfolioPerformanceServiceAPI.sln
More file actions
37 lines (37 loc) · 2.29 KB
/
PMPortfolioPerformanceServiceAPI.sln
File metadata and controls
37 lines (37 loc) · 2.29 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMPortfolioPerformanceServiceAPI", "PMPortfolioPerformanceServiceAPI\PMPortfolioPerformanceServiceAPI.csproj", "{F1AD5F05-F45E-4997-922A-23E459558CCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PseudoMarkets.PerformanceReporting.CalcEngine", "PseudoMarkets.PerformanceReporting.CalcEngine\PseudoMarkets.PerformanceReporting.CalcEngine.csproj", "{FE35927D-A2EA-4271-B560-04480047A3E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PseudoMarkets.PerformanceReporting.DataAccess", "PseudoMarkets.PerformanceReporting.DataAccess\PseudoMarkets.PerformanceReporting.DataAccess.csproj", "{9F9B98B1-4030-4557-AA6F-4EB7217C35BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1AD5F05-F45E-4997-922A-23E459558CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1AD5F05-F45E-4997-922A-23E459558CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1AD5F05-F45E-4997-922A-23E459558CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1AD5F05-F45E-4997-922A-23E459558CCC}.Release|Any CPU.Build.0 = Release|Any CPU
{FE35927D-A2EA-4271-B560-04480047A3E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE35927D-A2EA-4271-B560-04480047A3E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE35927D-A2EA-4271-B560-04480047A3E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE35927D-A2EA-4271-B560-04480047A3E5}.Release|Any CPU.Build.0 = Release|Any CPU
{9F9B98B1-4030-4557-AA6F-4EB7217C35BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F9B98B1-4030-4557-AA6F-4EB7217C35BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F9B98B1-4030-4557-AA6F-4EB7217C35BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F9B98B1-4030-4557-AA6F-4EB7217C35BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C78178CD-CE0F-45E4-A02A-2539BFB130EF}
EndGlobalSection
EndGlobal