11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2+ <Project Sdk =" Microsoft.NET.Sdk" >
3+ <PropertyGroup >
4+ <TargetFramework >net6.0</TargetFramework >
5+ <EnableDefaultItems >False</EnableDefaultItems >
6+ <GenerateAssemblyInfo >False</GenerateAssemblyInfo >
7+ </PropertyGroup >
48 <PropertyGroup >
59 <LangVersion >7.2</LangVersion >
610 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
711 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8- <ProjectGuid >{554C1FED-8D47-4827-9E47-D10282CFDB3B}</ProjectGuid >
9- <ProjectTypeGuids >{DD87C1B2-3799-4CA2-93B6-5288EE928820};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10- <OutputType >Library</OutputType >
1112 <AppDesignerFolder >Properties</AppDesignerFolder >
1213 <RootNamespace >cAlgo</RootNamespace >
1314 <AssemblyName >Envelopes</AssemblyName >
14- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15- <TargetFrameworkProfile >Client</TargetFrameworkProfile >
1615 <FileAlignment >512</FileAlignment >
1716 <CheckForOverflowUnderflow >True</CheckForOverflowUnderflow >
1817 </PropertyGroup >
19- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20- <DebugSymbols >true</DebugSymbols >
21- <DebugType >full</DebugType >
22- <Optimize >false</Optimize >
23- <OutputPath >bin\Debug\</OutputPath >
24- <DefineConstants >DEBUG;TRACE</DefineConstants >
25- <ErrorReport >prompt</ErrorReport >
26- <WarningLevel >4</WarningLevel >
27- <WarningsAsErrors >CS0108,CS0162,CS0109,CS0219,CS0169,CS0628</WarningsAsErrors >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <OutputPath >bin\Release\</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <ErrorReport >prompt</ErrorReport >
35- <WarningLevel >4</WarningLevel >
36- <WarningsAsErrors >CS0108,CS0162,CS0109,CS0219,CS0169,CS0628</WarningsAsErrors >
37- </PropertyGroup >
3818 <ItemGroup >
39- <Reference Include =" System" />
40- <Reference Include =" System.Core" />
41- <Reference Include =" System.Xml.Linq" />
42- <Reference Include =" System.Data.DataSetExtensions" />
43- <Reference Include =" System.Data" />
44- <Reference Include =" System.Xml" />
45- <Reference Include =" cAlgo.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3499da3018340880, processorArchitecture=MSIL" >
46- <SpecificVersion >False</SpecificVersion >
47- <HintPath >..\..\..\..\API\cAlgo.API.dll</HintPath >
48- </Reference >
19+ <PackageReference Include =" cTrader.Automate" Version =" 1.*" />
4920 </ItemGroup >
5021 <ItemGroup >
5122 <Compile Include =" Envelopes.cs" />
5223 <Compile Include =" Properties\AssemblyInfo.cs" />
5324 </ItemGroup >
54- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
55- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
56- Other similar extension points exist, see Microsoft.Common.targets.
57- <Target Name="BeforeBuild">
58- </Target>
59- <Target Name="AfterBuild">
60- </Target>
61- -->
6225</Project >
0 commit comments