so basically i have the c# sdk latest 8.0 version and im trying to compile the mod all i did were change 2 lines in the code
which are the reference path to my lethal company
item group for the api dll (i put it in the root folder of this github)
i keep getting this error in return
C:\Users\REDACTED\Downloads\LC_Miku-main\ModelReplacementAPI.dll(1,1): error MSB4025: The project file could not be loaded. Data at the root level is invalid. Line 1, position 1.
ItemGroup
ProjectReference Include="ModelReplacementAPI.dll"
ItemGroup
(had to get rid of the lesser than and greater than signs or the text would disappear in github)
so basically i have the c# sdk latest 8.0 version and im trying to compile the mod all i did were change 2 lines in the code
which are the reference path to my lethal company
item group for the api dll (i put it in the root folder of this github)
i keep getting this error in return
C:\Users\REDACTED\Downloads\LC_Miku-main\ModelReplacementAPI.dll(1,1): error MSB4025: The project file could not be loaded. Data at the root level is invalid. Line 1, position 1.