BunyaPineTree / LC_Miku

Hatsune Miku Model Replacement for Lethal Company
MIT License
0 stars 0 forks source link

Beginner to code here: Cannot compile the mod #1

Open Minepool9 opened 5 months ago

Minepool9 commented 5 months ago

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.

Minepool9 commented 5 months ago

2024-01-20_02-36

by the way:

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)