forked from krs43/ib-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKrs.Ats_2010.sln
39 lines (39 loc) · 2.25 KB
/
Krs.Ats_2010.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{95783712-E405-4F33-9414-41C306F94409}"
ProjectSection(SolutionItems) = preProject
Build\Properties\GlobalAssemblyInfo.cs = Build\Properties\GlobalAssemblyInfo.cs
Krs.Ats.IBNet.msbuild = Krs.Ats.IBNet.msbuild
Krs.Ats.IBNet.nuspec = Krs.Ats.IBNet.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{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
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal