1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.0 " DefaultTargets = " Build " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project ToolsVersion =" 15.0 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{85A7593E-3EC9-4B31-99F5-CA526B825F08 }</ProjectGuid >
7
+ <ProjectGuid >{B51F26FD-D2C6-4C70-9871-00A9959E7EC0 }</ProjectGuid >
8
8
<OutputType >Library</OutputType >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >DeviceProgramming</RootNamespace >
11
11
<AssemblyName >DeviceProgramming</AssemblyName >
12
12
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
+ <Deterministic >true</Deterministic >
15
+ <PackageId >DeviceProgramming</PackageId >
16
+ <Version >1.0.1</Version >
17
+ <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 >
23
+ <PackageProjectUrl >https://github.com/IntergatedCircuits/DeviceProgramming</PackageProjectUrl >
24
+ <Company >IntergatedCircuits</Company >
25
+ <TargetFrameworkProfile />
14
26
</PropertyGroup >
15
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
28
<DebugSymbols >true</DebugSymbols >
17
29
<DebugType >full</DebugType >
18
- <Optimize >true </Optimize >
30
+ <Optimize >false </Optimize >
19
31
<OutputPath >bin\Debug\</OutputPath >
20
32
<DefineConstants >DEBUG;TRACE</DefineConstants >
21
33
<ErrorReport >prompt</ErrorReport >
39
51
<Reference Include =" System.Xml" />
40
52
</ItemGroup >
41
53
<ItemGroup >
54
+ <Compile Include =" ByteArray.cs" />
42
55
<Compile Include =" Crc32.cs" />
56
+ <Compile Include =" Dfu\Device.cs" />
43
57
<Compile Include =" Dfu\Error.cs" />
44
58
<Compile Include =" Dfu\FunctionalDescriptor.cs" />
45
- <Compile Include =" Dfu\Device.cs" />
46
59
<Compile Include =" Dfu\Protocol.cs" />
47
60
<Compile Include =" Dfu\Request.cs" />
48
61
<Compile Include =" Dfu\State.cs" />
55
68
<Compile Include =" Memory\Layout.cs" />
56
69
<Compile Include =" Memory\NamedLayout.cs" />
57
70
<Compile Include =" Memory\NamedMemory.cs" />
71
+ <Compile Include =" Memory\Permissions.cs" />
58
72
<Compile Include =" Memory\RawMemory.cs" />
59
73
<Compile Include =" Memory\Segment.cs" />
60
- <Compile Include =" Memory\Permissions.cs" />
61
74
<Compile Include =" Properties\AssemblyInfo.cs" />
62
- <Compile Include =" ByteArray.cs" />
63
75
</ItemGroup >
64
- <ItemGroup />
65
76
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67
- Other similar extension points exist, see Microsoft.Common.targets.
68
- <Target Name="BeforeBuild">
69
- </Target>
70
- <Target Name="AfterBuild">
71
- </Target>
72
- -->
73
77
</Project >
0 commit comments