Import project.

This commit is contained in:
Yuuki Chan 2023-10-29 21:27:43 +09:00
parent 4d5713fed1
commit 28e37f3440
37 changed files with 7266 additions and 0 deletions

BIN
bin/x64/AudioSplitter2.exe Normal file

Binary file not shown.

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
<supportedRuntime version="v2.0" />
</startup>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
</appSettings>
<runtime>
<AppContextSwitchOverrides value="Switch.System.IO.BlockLongPaths=false;Switch.System.IO.UseLegacyPathHandling=false"/>
</runtime>
</configuration>

BIN
bin/x64/res/AS.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

2
bin/x64/res/config.txt Normal file
View file

@ -0,0 +1,2 @@
mkvtoolnix.path=C:\\Program Files (x86)\\MKVToolNix\\
vfr=./bin/vfr.exe

BIN
bin/x64/res/python32.dll Normal file

Binary file not shown.

BIN
bin/x64/res/vfr.exe Normal file

Binary file not shown.

BIN
bin/x64/res/yuki.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB