340 lines
16 KiB
XML
340 lines
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{4ED6728E-EAC8-4745-A106-476DCBDFB710}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>DesktopBot</RootNamespace>
|
|
<AssemblyName>DesktopBot</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Polly">
|
|
<HintPath>packages\Polly.8.5.0\lib\net462\Polly.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Polly.Core">
|
|
<HintPath>packages\Polly.Core.8.5.0\lib\net462\Polly.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Portable.System.DateTimeOnly">
|
|
<HintPath>packages\Portable.System.DateTimeOnly.9.0.0\lib\net462\Portable.System.DateTimeOnly.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.IO.Pipelines">
|
|
<HintPath>packages\System.IO.Pipelines.9.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.WinHttpHandler">
|
|
<HintPath>packages\System.Net.Http.WinHttpHandler.9.0.0\lib\net462\System.Net.Http.WinHttpHandler.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Channels">
|
|
<HintPath>packages\System.Threading.Channels.9.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Text.Json">
|
|
<HintPath>packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Alpaca.Markets">
|
|
<HintPath>packages\Alpaca.Markets.7.2.0\lib\net462\Alpaca.Markets.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces">
|
|
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Tasks.Extensions">
|
|
<HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Memory">
|
|
<HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Buffers">
|
|
<HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Numerics.Vectors">
|
|
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe">
|
|
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Text.Json">
|
|
<HintPath>packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</ApplicationDefinition>
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<None Include="Documents\Algorithm\Report Strategie Trading Algoritmico Avanzato.md" />
|
|
<None Include="Documents\Code\gemini-code-1779811123559.cs" />
|
|
<None Include="Documents\Code\gemini-code-1779811125057.cs" />
|
|
<None Include="Documents\Code\gemini-code-1779811126091.cs" />
|
|
<None Include="Documents\Code\gemini-code-1779811127546.cs" />
|
|
<None Include="Documents\Code\gemini-code-1779811128687.cs" />
|
|
<Compile Include="Controls\PriceLineChart.cs" />
|
|
<Compile Include="Converters\MaxItemsConverter.cs" />
|
|
<Compile Include="Engine\BtcUsdAlgorithm.cs" />
|
|
<Compile Include="Engine\PositionRiskManager.cs" />
|
|
<Compile Include="Engine\StrategyAdvisor.cs" />
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="Views\BotsManagerView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\DashboardView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\BotConfigView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\LiveLogView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\PriceChartView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\SettingsView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\WalletView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\BalanceView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\PositionsView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\OrdersView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\DarkTheme.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="Models\AssetSearchResult.cs" />
|
|
<Compile Include="Models\BotInstance.cs" />
|
|
<Compile Include="Models\BotInstanceStore.cs" />
|
|
<Compile Include="Models\BotTradeRecord.cs" />
|
|
<Compile Include="Models\LoggingConfiguration.cs" />
|
|
<Compile Include="Services\AlpacaPingService.cs" />
|
|
<Compile Include="Services\ApiCallCounterService.cs" />
|
|
<Compile Include="Services\CredentialService.cs" />
|
|
<Compile Include="Services\MarketHoursService.cs" />
|
|
<Compile Include="ViewModels\BotConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\BotInstanceViewModel.cs" />
|
|
<Compile Include="ViewModels\BotsManagerViewModel.cs" />
|
|
<Compile Include="ViewModels\DashboardViewModel.cs" />
|
|
<Compile Include="ViewModels\LiveLogViewModel.cs" />
|
|
<Compile Include="ViewModels\LoggingSettingsViewModel.cs" />
|
|
<Compile Include="ViewModels\PingViewModel.cs" />
|
|
<Compile Include="ViewModels\PriceChartViewModel.cs" />
|
|
<Compile Include="ViewModels\SettingsViewModel.cs" />
|
|
<Compile Include="ViewModels\WalletViewModel.cs" />
|
|
<Compile Include="Views\BotsManagerView.xaml.cs">
|
|
<DependentUpon>BotsManagerView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\MainView.xaml.cs">
|
|
<DependentUpon>MainView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\DashboardView.xaml.cs">
|
|
<DependentUpon>DashboardView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\BotConfigView.xaml.cs">
|
|
<DependentUpon>BotConfigView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\LiveLogView.xaml.cs">
|
|
<DependentUpon>LiveLogView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PriceChartView.xaml.cs">
|
|
<DependentUpon>PriceChartView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\SettingsView.xaml.cs">
|
|
<DependentUpon>SettingsView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\WalletView.xaml.cs">
|
|
<DependentUpon>WalletView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewModels\AccountViewModels.cs" />
|
|
<Compile Include="Views\BalanceView.xaml.cs">
|
|
<DependentUpon>BalanceView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PositionsView.xaml.cs">
|
|
<DependentUpon>PositionsView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\OrdersView.xaml.cs">
|
|
<DependentUpon>OrdersView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Services\ITradingService.cs" />
|
|
<Compile Include="Services\AlpacaTradingService.cs" />
|
|
<Compile Include="Engine\AutomatedBotEngine.cs" />
|
|
<Compile Include="Models\BotConfiguration.cs" />
|
|
<Compile Include="Models\TradingSignal.cs" />
|
|
<Compile Include="Models\BotLogEntry.cs" />
|
|
<Compile Include="ViewModels\BaseViewModel.cs" />
|
|
<Compile Include="ViewModels\MainViewModel.cs" />
|
|
<Compile Include="Converters\Converters.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="Documents\Alpaca\245-trading-for-trading-api.md" />
|
|
<None Include="Documents\Alpaca\5f36ea05-b1b4-5fd1-91b5-ef51db361a4b.md" />
|
|
<None Include="Documents\Alpaca\about-alpaca.md" />
|
|
<None Include="Documents\Alpaca\about-connect-api.md" />
|
|
<None Include="Documents\Alpaca\about-market-data-api.md" />
|
|
<None Include="Documents\Alpaca\account-activities.md" />
|
|
<None Include="Documents\Alpaca\account-plans.md" />
|
|
<None Include="Documents\Alpaca\additional-resources.md" />
|
|
<None Include="Documents\Alpaca\alpaca-api-platform.md" />
|
|
<None Include="Documents\Alpaca\alpaca-elite-smart-router.md" />
|
|
<None Include="Documents\Alpaca\alpaca-mcp-server.md" />
|
|
<None Include="Documents\Alpaca\authentication.md" />
|
|
<None Include="Documents\Alpaca\crypto-fees.md" />
|
|
<None Include="Documents\Alpaca\crypto-orders.md" />
|
|
<None Include="Documents\Alpaca\crypto-pricing-data.md" />
|
|
<None Include="Documents\Alpaca\crypto-trading.md" />
|
|
<None Include="Documents\Alpaca\fix-messages.md" />
|
|
<None Include="Documents\Alpaca\fractional-trading.md" />
|
|
<None Include="Documents\Alpaca\getting-started-with-alpaca-market-data.md" />
|
|
<None Include="Documents\Alpaca\getting-started-with-trading-api.md" />
|
|
<None Include="Documents\Alpaca\getting-started.md" />
|
|
<None Include="Documents\Alpaca\historical-api.md" />
|
|
<None Include="Documents\Alpaca\historical-crypto-data-1.md" />
|
|
<None Include="Documents\Alpaca\historical-news-data.md" />
|
|
<None Include="Documents\Alpaca\historical-option-data.md" />
|
|
<None Include="Documents\Alpaca\historical-stock-data-1.md" />
|
|
<None Include="Documents\Alpaca\margin-and-short-selling.md" />
|
|
<None Include="Documents\Alpaca\market-data-faq.md" />
|
|
<None Include="Documents\Alpaca\non-trade-activities-for-option-events.md" />
|
|
<None Include="Documents\Alpaca\options-level-3-trading.md" />
|
|
<None Include="Documents\Alpaca\options-orders.md" />
|
|
<None Include="Documents\Alpaca\options-trading.md" />
|
|
<None Include="Documents\Alpaca\orders-at-alpaca.md" />
|
|
<None Include="Documents\Alpaca\paper-trading.md" />
|
|
<None Include="Documents\Alpaca\position-average-entry-price-calculation.md" />
|
|
<None Include="Documents\Alpaca\real-time-crypto-pricing-data.md" />
|
|
<None Include="Documents\Alpaca\real-time-option-data.md" />
|
|
<None Include="Documents\Alpaca\real-time-stock-pricing-data.md" />
|
|
<None Include="Documents\Alpaca\registering-your-app.md" />
|
|
<None Include="Documents\Alpaca\regulatory-fees.md" />
|
|
<None Include="Documents\Alpaca\sdks-and-tools.md" />
|
|
<None Include="Documents\Alpaca\streaming-market-data.md" />
|
|
<None Include="Documents\Alpaca\streaming-real-time-news.md" />
|
|
<None Include="Documents\Alpaca\the-intraday-margin-rule.md" />
|
|
<None Include="Documents\Alpaca\trading-api.md" />
|
|
<None Include="Documents\Alpaca\understanding-finras-new-intraday-margin-rule-and-the-end-of-pdt.md" />
|
|
<None Include="Documents\Alpaca\understanding-the-new-intraday-margin-rule.md" />
|
|
<None Include="Documents\Alpaca\user-protection.md" />
|
|
<None Include="Documents\Alpaca\using-oauth2-and-trading-api.md" />
|
|
<None Include="Documents\Alpaca\websocket-streaming.md" />
|
|
<None Include="Documents\Alpaca\working-with-account.md" />
|
|
<None Include="Documents\Alpaca\working-with-assets.md" />
|
|
<None Include="Documents\Alpaca\working-with-orders.md" />
|
|
<None Include="Documents\Alpaca\working-with-positions.md" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Files\Icon\favicon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="favicon.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>xcopy /Y /D "$(ProjectDir)packages\System.Memory.4.5.5\lib\net461\System.Memory.dll" "$(TargetDir)"
|
|
xcopy /Y /D "$(ProjectDir)packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll" "$(TargetDir)"
|
|
xcopy /Y /D "$(ProjectDir)packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll" "$(TargetDir)"
|
|
xcopy /Y /D "$(ProjectDir)packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll" "$(TargetDir)"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |