diff --git a/MosswartMassacre/MosswartMassacre.csproj b/MosswartMassacre/MosswartMassacre.csproj index c181a65..555baa8 100644 --- a/MosswartMassacre/MosswartMassacre.csproj +++ b/MosswartMassacre/MosswartMassacre.csproj @@ -35,10 +35,12 @@ TRACE;VVS_REFERENCED;DECAL_INTEROP prompt 4 + x86 + true - ..\..\..\..\Documents\Decal Plugins\UtilityBelt\0Harmony.dll + lib\0Harmony.dll False @@ -49,18 +51,18 @@ False - ..\..\..\..\..\..\Program Files (x86)\Decal 3.0\Decal.FileService.dll + lib\Decal.FileService.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\Decal 3.0\.NET 4.0 PIA\Decal.Interop.Core.DLL + lib\Decal.Interop.Core.DLL False - + False False - ..\..\..\..\..\..\Program Files (x86)\Decal 3.0\.NET 4.0 PIA\Decal.Interop.Filters.DLL + lib\Decal.Interop.Filters.DLL False @@ -68,16 +70,16 @@ False lib\Decal.Interop.Inject.dll - + False False - ..\..\..\..\..\..\Program Files (x86)\Decal 3.0\.NET 4.0 PIA\Decal.Interop.D3DService.DLL + lib\Decal.Interop.D3DService.DLL False False False - ..\..\..\..\..\..\Program Files (x86)\Decal 3.0\.NET 4.0 PIA\Decal.Interop.Input.DLL + lib\Decal.Interop.Input.DLL False @@ -224,12 +226,12 @@ True True - + False - bin\Debug\utank2-i.dll + lib\utank2-i.dll - ..\..\..\..\..\..\Games\Decal Plugins\Virindi\VirindiChatSystem5\VCS5.dll + lib\VCS5.dll lib\VirindiViewService.dll @@ -355,24 +357,17 @@ - - {FF7F5F6D-34E0-4B6F-B3BB-8141DE2EF732} - 2 - 0 - 0 - primary - False + + lib\Decal.dll False - - - {572B87C4-93BD-46B3-A291-CD58181D25DC} - 2 - 0 - 0 - primary - False + + + lib\decalnet.dll True - + + + + diff --git a/MosswartMassacre/bin/Release/MosswartMassacre.dll b/MosswartMassacre/bin/Release/MosswartMassacre.dll index 8e18ba6..b78f6c8 100644 Binary files a/MosswartMassacre/bin/Release/MosswartMassacre.dll and b/MosswartMassacre/bin/Release/MosswartMassacre.dll differ diff --git a/MosswartMassacre/lib/Decal.FileService.dll b/MosswartMassacre/lib/Decal.FileService.dll new file mode 100644 index 0000000..85e6d85 Binary files /dev/null and b/MosswartMassacre/lib/Decal.FileService.dll differ diff --git a/MosswartMassacre/lib/Decal.Interop.D3DService.DLL b/MosswartMassacre/lib/Decal.Interop.D3DService.DLL new file mode 100644 index 0000000..dcf1559 Binary files /dev/null and b/MosswartMassacre/lib/Decal.Interop.D3DService.DLL differ diff --git a/MosswartMassacre/lib/Decal.Interop.Filters.DLL b/MosswartMassacre/lib/Decal.Interop.Filters.DLL new file mode 100644 index 0000000..0600e62 Binary files /dev/null and b/MosswartMassacre/lib/Decal.Interop.Filters.DLL differ diff --git a/MosswartMassacre/lib/Decal.Interop.Input.DLL b/MosswartMassacre/lib/Decal.Interop.Input.DLL new file mode 100644 index 0000000..b73bed2 Binary files /dev/null and b/MosswartMassacre/lib/Decal.Interop.Input.DLL differ diff --git a/MosswartMassacre/lib/Decal.dll b/MosswartMassacre/lib/Decal.dll new file mode 100644 index 0000000..bbe634c Binary files /dev/null and b/MosswartMassacre/lib/Decal.dll differ diff --git a/MosswartMassacre/lib/VCS5.dll b/MosswartMassacre/lib/VCS5.dll new file mode 100644 index 0000000..022af65 Binary files /dev/null and b/MosswartMassacre/lib/VCS5.dll differ diff --git a/MosswartMassacre/lib/decalnet.dll b/MosswartMassacre/lib/decalnet.dll new file mode 100644 index 0000000..2657264 Binary files /dev/null and b/MosswartMassacre/lib/decalnet.dll differ