I\'d like to make a x86 and x64 version of my application because some of the libraries I\'m using have differences for x86 and x64 (e.g. SQLite). I made a new configuration fo
It exists the build-in keyword Choose
and When
for csproj file.
Example below:
{b0cbxxxx-xxxx-xxxx-xxxx-7f3353aaxxxx}
Saur.OfficeConverter
..\packages\OfficeConverter.1.0.1\lib\net45\OfficeConverter.dll
Bref explication: when choosing "DebugConversion" in Visual Studio, the project will load a project name OfficeConverter in the solution, otherwise (such as "Debug" / "Release" by default) a Nuget Dll would be restored and loaded.