@@ -112,7 +112,32 @@ project "OverloadFromFolderDLL"
112
112
defines { " NDEBUG" }
113
113
optimize " On"
114
114
staticruntime " On"
115
-
115
+
116
+ project " MonoLoader"
117
+ kind " SharedLib"
118
+ language " C++"
119
+ targetdir " bin/Win32/%{cfg.buildcfg}/scripts"
120
+ targetextension " .asi"
121
+
122
+ files { " source/demo_plugins/MonoLoader.cpp" }
123
+ files { " source/resources/Versioninfo.rc" }
124
+
125
+ includedirs { " source/demo_plugins/minhook/include" }
126
+ includedirs { " source/demo_plugins/minhook/src" }
127
+
128
+ files { " source/demo_plugins/minhook/include/**" }
129
+ files { " source/demo_plugins/minhook/src/**" }
130
+
131
+ characterset (" UNICODE" )
132
+
133
+ filter " configurations:Debug"
134
+ defines { " DEBUG" }
135
+ symbols " On"
136
+
137
+ filter " configurations:Release"
138
+ defines { " NDEBUG" }
139
+ optimize " On"
140
+ staticruntime " On"
116
141
117
142
-- x64
118
143
workspace " Ultimate-ASI-Loader-x64"
@@ -206,6 +231,32 @@ project "OverloadFromFolderDLL_x64"
206
231
207
232
characterset (" UNICODE" )
208
233
234
+ filter " configurations:Debug"
235
+ defines { " DEBUG" }
236
+ symbols " On"
237
+
238
+ filter " configurations:Release"
239
+ defines { " NDEBUG" }
240
+ optimize " On"
241
+ staticruntime " On"
242
+
243
+ project " MonoLoader_x64"
244
+ kind " SharedLib"
245
+ language " C++"
246
+ targetdir " bin/x64/%{cfg.buildcfg}/scripts"
247
+ targetextension " .asi"
248
+
249
+ files { " source/demo_plugins/MonoLoader.cpp" }
250
+ files { " source/resources/Versioninfo.rc" }
251
+
252
+ includedirs { " source/demo_plugins/minhook/include" }
253
+ includedirs { " source/demo_plugins/minhook/src" }
254
+
255
+ files { " source/demo_plugins/minhook/include/**" }
256
+ files { " source/demo_plugins/minhook/src/**" }
257
+
258
+ characterset (" UNICODE" )
259
+
209
260
filter " configurations:Debug"
210
261
defines { " DEBUG" }
211
262
symbols " On"
0 commit comments