-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuantConnect.DataSource.csproj
32 lines (28 loc) · 1.26 KB
/
QuantConnect.DataSource.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>QuantConnect.DataSource</RootNamespace>
<AssemblyName>QuantConnect.DataSource.QuiverTwitterFollowers</AssemblyName>
<OutputPath>bin\$(Configuration)</OutputPath>
<DocumentationFile>$(OutputPath)\QuantConnect.DataSource.QuiverTwitterFollowers.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="QuantConnect.Common" Version="2.5.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
<ItemGroup>
<Compile Remove="tests\**" />
<EmbeddedResource Remove="tests\**" />
<None Remove="tests\**" />
<Compile Remove="DataProcessing\**" />
<EmbeddedResource Remove="DataProcessing\**" />
<None Remove="DataProcessing\**" />
<Compile Remove="QuiverQuantTwitterFollowers.cs" />
<Compile Remove="QuiverQuantTwitterFollowersUniverse.cs" />
<Compile Remove="QuiverTwitterFollowersAlgorithm.cs" />
<Compile Remove="QuiverTwitterFollowersUniverseSelectionAlgorithm.cs" />
<None Remove="QuiverTwitterFollowersAlgorithm.py" />
<None Remove="QuiverTwitterFollowersUniverseSelectionAlgorithm.py" />
<None Remove=".gitignore" />
</ItemGroup>
</Project>