Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Added dynamic mod support, fixed bugs, added better failure detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Umbranoxio committed Jul 19, 2018
1 parent bf3085a commit d4ff46d
Show file tree
Hide file tree
Showing 12 changed files with 672 additions and 588 deletions.
Binary file not shown.
15 changes: 15 additions & 0 deletions BeatSaberModInstaller/BeatSaberModInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
Expand All @@ -55,6 +57,12 @@
<Compile Include="FormMain.Designer.cs">
<DependentUpon>FormMain.cs</DependentUpon>
</Compile>
<Compile Include="FormSelectPlatform.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormSelectPlatform.Designer.cs">
<DependentUpon>FormSelectPlatform.cs</DependentUpon>
</Compile>
<Compile Include="Internals\Unzip.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand All @@ -63,6 +71,9 @@
<EmbeddedResource Include="FormMain.resx">
<DependentUpon>FormMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormSelectPlatform.resx">
<DependentUpon>FormSelectPlatform.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand All @@ -88,6 +99,10 @@
<ItemGroup>
<Content Include="saber.ico" />
</ItemGroup>
<ItemGroup>
<Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
236 changes: 49 additions & 187 deletions BeatSaberModInstaller/FormMain.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit d4ff46d

Please sign in to comment.