Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
More Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adanvdo committed Feb 20, 2019
1 parent f5d5cd3 commit d44cded
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 74 deletions.
15 changes: 7 additions & 8 deletions KDZZ/KDZZ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,14 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="files\update-binary" />
<None Include="firmware.json" />
<None Include="files\update-binary">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="firmware.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="scripts\h872\extract_bl" />
<None Include="scripts\h872\extract_mpr" />
</ItemGroup>
<ItemGroup>
<Folder Include="files\G6\" />
<Folder Include="files\V30\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
4 changes: 2 additions & 2 deletions KDZZ/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]
Binary file not shown.
33 changes: 0 additions & 33 deletions KDZZ/obj/Debug/KDZZ.csproj.FileListAbsolute.txt

This file was deleted.

28 changes: 0 additions & 28 deletions KDZZ/scripts/h872/extract_bl

This file was deleted.

3 changes: 0 additions & 3 deletions KDZZ/scripts/h872/extract_mpr

This file was deleted.

0 comments on commit d44cded

Please sign in to comment.