.net - Find visual studio release on which an exe/dll was build (C#) -
if build exe/dll "enterprise" visual studio different 1 build "community" vs?
are there ways determine if exe/dll built "enterprise" version or "community" version?
versions of vs such enterprise , community differences in features available in visual studio ide.
when build solution/project, that's got .net version you're using, , different build types such debug build , release build.
think of 2 body of car , engine; ide body , host of modifications can it, , .net engine.
so if use same .net version , build (release/debug) there no difference in executables whether build them on community or enterprise.
Comments
Post a Comment