Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 committed Feb 18, 2019
1 parent 600a5df commit 76be1a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions StaxRip.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@
<Compile Include="Forms\TextHelpForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\UpdateForm.Designer.vb">
<DependentUpon>UpdateForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\UpdateForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="General\Extras.vb" />
<Compile Include="General\Job.vb" />
<Compile Include="General\LogBuilder.vb" />
Expand Down Expand Up @@ -490,6 +496,9 @@
<EmbeddedResource Include="Forms\TextHelpForm.resx">
<DependentUpon>TextHelpForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UpdateForm.resx">
<DependentUpon>UpdateForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\DataForm.resx">
<DependentUpon>DataForm.vb</DependentUpon>
</EmbeddedResource>
Expand Down
2 changes: 1 addition & 1 deletion app.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
</startup>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
Expand Down

0 comments on commit 76be1a3

Please sign in to comment.