-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIceProgrammingTest.sln
More file actions
executable file
·40 lines (40 loc) · 2.49 KB
/
IceProgrammingTest.sln
File metadata and controls
executable file
·40 lines (40 loc) · 2.49 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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IceProgrammingTest", "IceProgrammingTest\IceProgrammingTest.csproj", "{059AB4DC-517F-4BAE-9649-A99E050FB5CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PricingSourcesInterfaces", "PricingSourcesInterfaces\PricingSourcesInterfaces.csproj", "{2E4C5AD8-F92E-47BC-A77E-4B568C2C922D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NyseSimulatedPricingSource", "NyseSimulatedPricingSource\NyseSimulatedPricingSource.csproj", "{0B814CB2-21DF-4FFD-BC88-DF96300C3404}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{E2B6EC94-3C17-4B94-ADB2-A488A88BBCBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{059AB4DC-517F-4BAE-9649-A99E050FB5CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{059AB4DC-517F-4BAE-9649-A99E050FB5CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{059AB4DC-517F-4BAE-9649-A99E050FB5CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{059AB4DC-517F-4BAE-9649-A99E050FB5CF}.Release|Any CPU.Build.0 = Release|Any CPU
{2E4C5AD8-F92E-47BC-A77E-4B568C2C922D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E4C5AD8-F92E-47BC-A77E-4B568C2C922D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E4C5AD8-F92E-47BC-A77E-4B568C2C922D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E4C5AD8-F92E-47BC-A77E-4B568C2C922D}.Release|Any CPU.Build.0 = Release|Any CPU
{0B814CB2-21DF-4FFD-BC88-DF96300C3404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B814CB2-21DF-4FFD-BC88-DF96300C3404}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B814CB2-21DF-4FFD-BC88-DF96300C3404}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B814CB2-21DF-4FFD-BC88-DF96300C3404}.Release|Any CPU.Build.0 = Release|Any CPU
{E2B6EC94-3C17-4B94-ADB2-A488A88BBCBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2B6EC94-3C17-4B94-ADB2-A488A88BBCBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2B6EC94-3C17-4B94-ADB2-A488A88BBCBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2B6EC94-3C17-4B94-ADB2-A488A88BBCBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal