Skip to content

Commit

Permalink
Second
Browse files Browse the repository at this point in the history
  • Loading branch information
Manbocoon committed Nov 24, 2021
0 parents commit 9d64bbd
Show file tree
Hide file tree
Showing 121 changed files with 10,028 additions and 0 deletions.
Binary file added .vs/Lococo/v16/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
14 changes: 14 additions & 0 deletions App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Fozzy.Object" publicKeyToken="da510636ee0727d5" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.5585.19816" newVersion="1.1.5585.19816" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
329 changes: 329 additions & 0 deletions Forms/mainUI/MainForm.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 9d64bbd

Please sign in to comment.