Skip to content

Commit

Permalink
Remove autoupdater, since it hasn't worked right for ages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kythyria committed Jun 14, 2021
1 parent 6ac805c commit 1c33ee9
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 543 deletions.
2 changes: 2 additions & 0 deletions PD2ModelParser/App.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
Expand Down
143 changes: 0 additions & 143 deletions PD2ModelParser/Misc/Updates.cs

This file was deleted.

19 changes: 0 additions & 19 deletions PD2ModelParser/PD2ModelParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
<Compile Include="Misc\AnimationFile.cs" />
<Compile Include="Misc\BulkFunctions.cs" />
<Compile Include="Misc\SerializeUtils.cs" />
<Compile Include="Misc\Updates.cs" />
<Compile Include="Misc\ZLib\Adler32.cs" />
<Compile Include="Misc\ZLib\ZLibHeader.cs" />
<Compile Include="Misc\ZLib\ZLIBStream.cs" />
Expand All @@ -128,11 +127,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="Sections\Camera.cs" />
<Compile Include="Sections\CustomHashlist.cs" />
<Compile Include="Sections\IAnimationController.cs" />
Expand Down Expand Up @@ -160,12 +154,6 @@
<Compile Include="UI\ObjectsPanel.Designer.cs">
<DependentUpon>ObjectsPanel.cs</DependentUpon>
</Compile>
<Compile Include="UI\SettingsPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UI\SettingsPanel.Designer.cs">
<DependentUpon>SettingsPanel.cs</DependentUpon>
</Compile>
<Compile Include="Utils.cs" />
<Compile Include="FullModelData.cs" />
<Compile Include="Importers\NewObjImporter.cs" />
Expand Down Expand Up @@ -212,10 +200,6 @@
<TargetPath>hashlist</TargetPath>
</ContentWithTargetPath>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
Expand All @@ -237,9 +221,6 @@
<EmbeddedResource Include="UI\ObjectsPanel.resx">
<DependentUpon>ObjectsPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\SettingsPanel.resx">
<DependentUpon>SettingsPanel.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
2 changes: 0 additions & 2 deletions PD2ModelParser/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ static void Main(string[] args)
if (!gui)
return;

Updates.Startup();

Application.EnableVisualStyles();
Form1 form = new Form1();
Application.Run(form);
Expand Down
38 changes: 0 additions & 38 deletions PD2ModelParser/Properties/Settings.Designer.cs

This file was deleted.

9 changes: 0 additions & 9 deletions PD2ModelParser/Properties/Settings.settings

This file was deleted.

Loading

0 comments on commit 1c33ee9

Please sign in to comment.