diff --git a/Anywhere/Anywhere.sln b/Anywhere/Anywhere.sln new file mode 100644 index 0000000000..6cf87801f3 --- /dev/null +++ b/Anywhere/Anywhere.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2013 for Windows Desktop +VisualStudioVersion = 12.0.21005.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anywhere", "Anywhere\Anywhere.csproj", "{BDDB57FB-3404-48C8-B730-94B0957BBBD8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BDDB57FB-3404-48C8-B730-94B0957BBBD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BDDB57FB-3404-48C8-B730-94B0957BBBD8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BDDB57FB-3404-48C8-B730-94B0957BBBD8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BDDB57FB-3404-48C8-B730-94B0957BBBD8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Anywhere/Anywhere/Anywhere.csproj b/Anywhere/Anywhere/Anywhere.csproj new file mode 100644 index 0000000000..612ae4a8f0 --- /dev/null +++ b/Anywhere/Anywhere/Anywhere.csproj @@ -0,0 +1,154 @@ + + + + + Debug + AnyCPU + {BDDB57FB-3404-48C8-B730-94B0957BBBD8} + WinExe + Properties + Anywhere + Anywhere + v4.5.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\ActiproSoftware.Docking.Wpf.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\Ecng.Collections.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\Ecng.Common.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\Ecng.ComponentModel.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\Ecng.Localization.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\Ecng.Serialization.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\Ecng.Xaml.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\MoreLinq.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\StockSharp.Algo.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\StockSharp.BusinessEntities.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\StockSharp.Localization.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\StockSharp.Logging.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\StockSharp.Messages.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\StockSharp.Quik.dll + + + ..\..\..\..\Documents\StockSharp\StockSharp_4.3.10\References\StockSharp.Xaml.dll + + + + + + + + + + 4.0 + + + + + + ..\..\..\..\Documents\StockSharp\StockSharp-4.3.10\References\Ecng\Xceed.Wpf.Toolkit.dll + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + \ No newline at end of file diff --git a/Anywhere/Anywhere/App.config b/Anywhere/Anywhere/App.config new file mode 100644 index 0000000000..a7490ebc98 --- /dev/null +++ b/Anywhere/Anywhere/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Anywhere/Anywhere/App.xaml b/Anywhere/Anywhere/App.xaml new file mode 100644 index 0000000000..3e43c084b0 --- /dev/null +++ b/Anywhere/Anywhere/App.xaml @@ -0,0 +1,8 @@ + + + + + diff --git a/Anywhere/Anywhere/App.xaml.cs b/Anywhere/Anywhere/App.xaml.cs new file mode 100644 index 0000000000..a31d0f5364 --- /dev/null +++ b/Anywhere/Anywhere/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Anywhere +{ + /// + /// Логика взаимодействия для App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Anywhere/Anywhere/MainWindow.xaml b/Anywhere/Anywhere/MainWindow.xaml new file mode 100644 index 0000000000..e4c0523f7f --- /dev/null +++ b/Anywhere/Anywhere/MainWindow.xaml @@ -0,0 +1,147 @@ + + + + + + + + + +