Skip to content

Commit

Permalink
Add png conversion to TODOS
Browse files Browse the repository at this point in the history
  • Loading branch information
avery-radmacher committed Jan 12, 2019
1 parent cf21d4a commit 86fc89b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions 1.0 TODOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**Everything that should be implemented before 1.0 comes around**

* Multi-picture system?
* Auto-conversion of images to png
* Auto-zipping of files
* Language support
* More Easter eggs
6 changes: 4 additions & 2 deletions DelfinForWindows/DelfinForWindows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\Users\user\Documents\</PublishUrl>
<PublishUrl>C:\Users\user\Documents\DEPLOY\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
Expand Down Expand Up @@ -64,6 +64,9 @@
<PropertyGroup>
<ApplicationIcon>FormIcon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -101,7 +104,6 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="DelfinForWindows_TemporaryKey.pfx" />
<None Include="1.0 TODOS.md" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down

0 comments on commit 86fc89b

Please sign in to comment.