Skip to content

Commit dd72435

Browse files
committed
DLLファイルのディレクトリーと読み込み方法を変更
1 parent d3c08c5 commit dd72435

24 files changed

+14
-16
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BuildDate.txt
1414
BuildVersion.txt
1515
CommitHash.txt
1616
*.dll
17-
!Dll/*
17+
!Resources/Dll/*
1818
!Scripts/*.dll
1919

2020
## Ignore Visual Studio temporary files, build results, and
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Resources/Dll/_Dll.rdr

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
「rdrFirstChanceException.dll」を利用する
2+
3+
// C# ライブラリー
4+
「LegendUtil.SharpLibrary.dll」を利用する
5+
6+
// DiscordRPC ライブラリー
7+
「FuwaFuwaPresence.dll」を利用する
8+
9+
「Wind.rdr.dll」を利用する
10+
「Milkeyyy.ControlSR.dll」を利用する
11+
「Produire.WebView2.dll」を利用する
12+
「rdrReadWriteTextReader.dll」を利用する
13+
「RdrWindows7API.dll」を利用する
File renamed without changes.
File renamed without changes.

Source/メイン.rdr

-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
「..\Dll\rdrFirstChanceException.dll」を利用する
2-
3-
// C# ライブラリー
4-
「..\Dll\LegendUtil.SharpLibrary.dll」を利用する
5-
6-
// DiscordRPC ライブラリー
7-
「..\Dll\FuwaFuwaPresence.dll」を利用する
8-
9-
「..\Dll\Wind.rdr.dll」を利用する
10-
「..\Dll\Milkeyyy.ControlSR.dll」を利用する
11-
「..\Dll\Produire.WebView2.dll」を利用する
12-
「..\Dll\rdrReadWriteTextReader.dll」を利用する
13-
「..\Dll\RdrWindows7API.dll」を利用する
14-
15-
161
未処理例外処理器を初期化する
172
未処理例外処理器の検知した時の手順は、未処理例外検知した
183

0 commit comments

Comments
 (0)