forked from krs43/ib-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKrs.Ats_2008.sln
32 lines (32 loc) · 1.89 KB
/
Krs.Ats_2008.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Krs.Ats.VBTestApp", "Krs.Ats.VBTestApp\Krs.Ats.VBTestApp.vbproj", "{BA79D2A3-162C-4E76-A79C-B595197031CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Krs.Ats.IBNet", "Krs.Ats.IBNet\Krs.Ats.IBNet.csproj", "{98672E16-97B1-4204-86CC-EA0009CA15F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Krs.Ats.TestApp", "Krs.Ats.TestApp\Krs.Ats.TestApp.csproj", "{6991EC5C-B18D-42BA-87B0-7A696F78AC77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA79D2A3-162C-4E76-A79C-B595197031CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA79D2A3-162C-4E76-A79C-B595197031CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA79D2A3-162C-4E76-A79C-B595197031CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA79D2A3-162C-4E76-A79C-B595197031CF}.Release|Any CPU.Build.0 = Release|Any CPU
{98672E16-97B1-4204-86CC-EA0009CA15F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98672E16-97B1-4204-86CC-EA0009CA15F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98672E16-97B1-4204-86CC-EA0009CA15F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98672E16-97B1-4204-86CC-EA0009CA15F4}.Release|Any CPU.Build.0 = Release|Any CPU
{6991EC5C-B18D-42BA-87B0-7A696F78AC77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6991EC5C-B18D-42BA-87B0-7A696F78AC77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6991EC5C-B18D-42BA-87B0-7A696F78AC77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6991EC5C-B18D-42BA-87B0-7A696F78AC77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal