|
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <ProjectGuid>{3b4ba206-b39e-408a-b464-5904d7b688b3}</ProjectGuid> |
| 4 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 5 | + <RootNamespace>InvestiSoft.NinjaTrader</RootNamespace> |
| 6 | + <AssemblyName>FreeOrderFlow</AssemblyName> |
| 7 | + <LangVersion>8.0</LangVersion> |
| 8 | + <OutputPath>bin\$(Configuration)\</OutputPath> |
| 9 | + <OutputType>Library</OutputType> |
| 10 | + <Platforms>x64</Platforms> |
| 11 | + <TargetFramework>net48</TargetFramework> |
| 12 | + <TargetFrameworkVersion>4.8</TargetFrameworkVersion> |
| 13 | + <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <DefineConstants>$(DefineConstants);$(CiConstants)</DefineConstants> |
| 16 | + <EnableDefaultCompileItems>false</EnableDefaultCompileItems> |
| 17 | + <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets> |
| 18 | + <UseWPF>true</UseWPF> |
| 19 | + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| 20 | + <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
| 21 | + <NoWarn>1591</NoWarn> |
| 22 | + <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet> |
| 23 | + <Configurations>Debug;Release</Configurations> |
| 24 | + </PropertyGroup> |
| 25 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 26 | + <DebugSymbols>true</DebugSymbols> |
| 27 | + <DebugType>full</DebugType> |
| 28 | + <Optimize>false</Optimize> |
| 29 | + <DefineConstants>TRACE;DEBUG;unmanaged</DefineConstants> |
| 30 | + <PlatformTarget>x64</PlatformTarget> |
| 31 | + <OutputPath>bin\Debug\</OutputPath> |
| 32 | + <BaseOutputPath>bin\Debug\</BaseOutputPath> |
| 33 | + </PropertyGroup> |
| 34 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 35 | + <DebugType>full</DebugType> |
| 36 | + <Optimize>true</Optimize> |
| 37 | + <DefineConstants>CODE_ANALYSIS,unmanaged</DefineConstants> |
| 38 | + <PlatformTarget>x64</PlatformTarget> |
| 39 | + </PropertyGroup> |
| 40 | + <PropertyGroup> |
| 41 | + <TransformOnBuild>false</TransformOnBuild> |
| 42 | + <TransformOutOfDateOnly>false</TransformOutOfDateOnly> |
| 43 | + <OverwriteReadOnlyOutputFiles>true</OverwriteReadOnlyOutputFiles> |
| 44 | + <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects> |
| 45 | + </PropertyGroup> |
| 46 | + <ItemGroup> |
| 47 | + <Reference Include="System" /> |
| 48 | + <Reference Include="System.ComponentModel.DataAnnotations" /> |
| 49 | + <Reference Include="System.Core" /> |
| 50 | + <Reference Include="System.Net.Http" /> |
| 51 | + <Reference Include="System.Web.Extensions" /> |
| 52 | + <Reference Include="System.Xaml" /> |
| 53 | + <Reference Include="System.Xml" /> |
| 54 | + <Reference Include="System.Xml.Linq" /> |
| 55 | + <Reference Include="Microsoft.CSharp" /> |
| 56 | + <Reference Include="InfragisticsWPF4.DataPresenter.v15.1"> |
| 57 | + <HintPath>deps\InfragisticsWPF4.DataPresenter.v15.1.dll</HintPath> |
| 58 | + </Reference> |
| 59 | + <Reference Include="Infralution.Localization.Wpf"> |
| 60 | + <HintPath>deps\Infralution.Localization.Wpf.dll</HintPath> |
| 61 | + </Reference> |
| 62 | + <Reference Include="NinjaTrader.Core"> |
| 63 | + <HintPath>deps\NinjaTrader.Core.dll</HintPath> |
| 64 | + </Reference> |
| 65 | + <Reference Include="NinjaTrader.Gui"> |
| 66 | + <HintPath>deps\NinjaTrader.Gui.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="SharpDX"> |
| 69 | + <HintPath>deps\SharpDX.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="SharpDX.Direct2D1"> |
| 72 | + <HintPath>deps\SharpDX.Direct2D1.dll</HintPath> |
| 73 | + </Reference> |
| 74 | + <Reference Include="NinjaTrader.Custom"> |
| 75 | + <HintPath>deps\NinjaTrader.Custom.dll</HintPath> |
| 76 | + </Reference> |
| 77 | + <Reference Include="mscorlib"> |
| 78 | + <HintPath>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll</HintPath> |
| 79 | + </Reference> |
| 80 | + <Reference Include="WindowsBase"> |
| 81 | + <HintPath>C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\WindowsBase.dll</HintPath> |
| 82 | + </Reference> |
| 83 | + <Reference Include="PresentationCore"> |
| 84 | + <HintPath>C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationCore.dll</HintPath> |
| 85 | + </Reference> |
| 86 | + <Reference Include="PresentationFramework"> |
| 87 | + <HintPath>C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.dll</HintPath> |
| 88 | + </Reference> |
| 89 | + <Reference Include="UIAutomationProvider"> |
| 90 | + <HintPath>C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\UIAutomationProvider.dll</HintPath> |
| 91 | + </Reference> |
| 92 | + </ItemGroup> |
| 93 | + <ItemGroup> |
| 94 | + <Compile Include="DrawingTools\FreeOrderFlow\FofAnchoredVwap.cs" /> |
| 95 | + <Compile Include="DrawingTools\FreeOrderFlow\FofRangeVolumeProfile.cs" /> |
| 96 | + <Compile Include="Indicators\FreeOrderFlow\FofCumulativeDelta.cs" /> |
| 97 | + <Compile Include="Indicators\FreeOrderFlow\FofMarketDepth.cs" /> |
| 98 | + <Compile Include="Indicators\FreeOrderFlow\FofVolumeProfile.cs" /> |
| 99 | + <Compile Include="Indicators\FreeOrderFlow\FofVWAP.cs" /> |
| 100 | + </ItemGroup> |
| 101 | +</Project> |
0 commit comments