This repository was archived by the owner on Mar 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathShadowTS.csproj
More file actions
27 lines (27 loc) · 1.32 KB
/
ShadowTS.csproj
File metadata and controls
27 lines (27 loc) · 1.32 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8</TargetFramework>
<LangVersion>latest</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Platforms>AnyCPU</Platforms>
<AlgoType>Strategy</AlgoType>
<AssemblyName>ShadowTS</AssemblyName>
<RootNamespace>ShadowTS</RootNamespace>
<StartAction>Program</StartAction>
<StartProgram>C:\Users\lowkey\Quantower\TradingPlatform\v1.138.15\Console.StarterNew.exe</StartProgram>
<StartArguments>--address 127.0.0.1 --port 63819</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>C:\Users\lowkey\Quantower\TradingPlatform\v1.138.15\..\..\Settings\Scripts\Strategies\ShadowTS</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>C:\Users\lowkey\Quantower\TradingPlatform\v1.138.15\..\..\Settings\Scripts\Strategies\ShadowTS</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>C:\Users\lowkey\Quantower\TradingPlatform\v1.138.15\bin\TradingPlatform.BusinessLayer.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>