Hi,

I'm trying to use a C# library that I got from Github. At first, I thought that I would create a Library in the Library Creator and move the project files there. Unfortunately, each time I start the editor it completely overwrites the `.csproj` file in the Library's Code folder. The reason I need to edit this is because I'm trying to import MediaPipe.NET, which uses unsafe blocks, but the default policy is to disallow unsafe blocks. Is there a workaround?

Thank you.