1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{B51F26FD-D2C6-4C70-9871-00A9959E7EC0}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >DeviceProgramming</RootNamespace >
11- <AssemblyName >DeviceProgramming</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <Deterministic >true</Deterministic >
15- <PackageId >DeviceProgramming</PackageId >
16- <Version >1.0.1</Version >
4+ <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
5+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
177 <Authors >Benedek Kupper</Authors >
18- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19- <PackageDescription >Standalone C# library for device firmware programming</PackageDescription >
20- <Copyright >© Benedek Kupper. All rights reserved.</Copyright >
21- <RepositoryUrl >https://github.com/IntergatedCircuits/DeviceProgramming</RepositoryUrl >
22- <PackageLicenseUrl >https://github.com/IntergatedCircuits/DeviceProgramming/blob/master/LICENSE</PackageLicenseUrl >
8+ <Version >1.0.2</Version >
9+ <Description >Standalone C# library for device firmware programming</Description >
10+ <Copyright >Copyright © Benedek Kupper 2021</Copyright >
11+ <PackageLicenseExpression ></PackageLicenseExpression >
2312 <PackageProjectUrl >https://github.com/IntergatedCircuits/DeviceProgramming</PackageProjectUrl >
13+ <RepositoryUrl >https://github.com/IntergatedCircuits/DeviceProgramming</RepositoryUrl >
14+ <PackageTags >Device Firmware Programming S19 IntelHEX DFU DFUSE</PackageTags >
15+ <AssemblyVersion >1.1.0</AssemblyVersion >
16+ <FileVersion >1.1.0</FileVersion >
17+ <PackageReleaseNotes >Change project to multitarget</PackageReleaseNotes >
2418 <Company >IntergatedCircuits</Company >
25- <TargetFrameworkProfile />
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28- <DebugSymbols >true</DebugSymbols >
29- <DebugType >full</DebugType >
30- <Optimize >false</Optimize >
31- <OutputPath >bin\Debug\</OutputPath >
32- <DefineConstants >DEBUG;TRACE</DefineConstants >
33- <ErrorReport >prompt</ErrorReport >
34- <WarningLevel >4</WarningLevel >
19+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
3520 </PropertyGroup >
36- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37- <DebugType >pdbonly</DebugType >
38- <Optimize >true</Optimize >
39- <OutputPath >bin\Release\</OutputPath >
40- <DefineConstants >TRACE</DefineConstants >
41- <ErrorReport >prompt</ErrorReport >
42- <WarningLevel >4</WarningLevel >
43- </PropertyGroup >
44- <ItemGroup >
45- <Reference Include =" System" />
46- <Reference Include =" System.Core" />
47- <Reference Include =" System.Xml.Linq" />
48- <Reference Include =" System.Data.DataSetExtensions" />
49- <Reference Include =" Microsoft.CSharp" />
50- <Reference Include =" System.Data" />
51- <Reference Include =" System.Xml" />
52- </ItemGroup >
21+
5322 <ItemGroup >
54- <Compile Include =" ByteArray.cs" />
55- <Compile Include =" Crc32.cs" />
56- <Compile Include =" Dfu\Device.cs" />
57- <Compile Include =" Dfu\Error.cs" />
58- <Compile Include =" Dfu\FunctionalDescriptor.cs" />
59- <Compile Include =" Dfu\Protocol.cs" />
60- <Compile Include =" Dfu\Request.cs" />
61- <Compile Include =" Dfu\State.cs" />
62- <Compile Include =" Dfu\Status.cs" />
63- <Compile Include =" FileFormat\Dfu.cs" />
64- <Compile Include =" FileFormat\IntelHex.cs" />
65- <Compile Include =" FileFormat\SRecord.cs" />
66- <Compile Include =" FileFormat\TextRecordParser.cs" />
67- <Compile Include =" Memory\Block.cs" />
68- <Compile Include =" Memory\Layout.cs" />
69- <Compile Include =" Memory\NamedLayout.cs" />
70- <Compile Include =" Memory\NamedMemory.cs" />
71- <Compile Include =" Memory\Permissions.cs" />
72- <Compile Include =" Memory\RawMemory.cs" />
73- <Compile Include =" Memory\Segment.cs" />
74- <Compile Include =" Properties\AssemblyInfo.cs" />
23+ <None Include =" LICENSE" >
24+ <Pack >True</Pack >
25+ <PackagePath ></PackagePath >
26+ </None >
7527 </ItemGroup >
76- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
77- </Project >
28+
29+ </Project >
0 commit comments