Skip to content

Commit

Permalink
Dib.csproj cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrottel committed Jun 3, 2024
1 parent 854d086 commit cea93f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
32 changes: 3 additions & 29 deletions Dib/Dib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,18 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Content Include="Readme.txt" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<PropertyGroup />
<PropertyGroup>
<Authors>SGrottel</Authors>
<Description>Desktop Icon Backup</Description>
<Copyright>Copyright © SGrottel 2007-2024</Copyright>
<Version>1.6.0</Version>
</PropertyGroup>
<ItemGroup>
<Content Include="Readme.txt" />
</ItemGroup>
</Project>
Binary file added Dib/Resources/Dib_x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Each one is too tiny to justify a repository of it's own.

`MessageBeep(MB_OK);`

## Dib
## Dib <img align="left" src="./Dib/Resources/Dib_x48.png" style="height:1em" alt="Dib">
[![Dib Build Action](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/Dib.yaml/badge.svg)](https://github.com/sgrottel/tiny-tools-collection/actions/workflows/Dib.yaml)

Desktop Icon Backup

## DimMon <img align="left" src="./DimMon/images/sunglasses_x48.png" style="height:1em" alt="DimMon">
Expand Down

0 comments on commit cea93f9

Please sign in to comment.