SFML community forums

Bindings - other languages => DotNet => Topic started by: SpaceEye on July 08, 2021, 09:55:42 pm

Title: Do I need to change dll's versions like in c++?
Post by: SpaceEye on July 08, 2021, 09:55:42 pm
On c++ version, there are two versions of SFML, debug and release. Do i need to change to release c# version, or it will do it automatically? (I use Rider from JetBrains, if relevant)
Title: Re: Do I need to change dll's versions like in c++?
Post by: eXpl0it3r on July 09, 2021, 08:58:07 am
Rider will automatically pick release or debug version when you switch
Title: Re: Do I need to change dll's versions like in c++?
Post by: SpaceEye on July 09, 2021, 10:35:01 am
Thanks.