简体   繁体   English

查找在其上构建exe / dll的Visual Studio版本(C#)

[英]Find visual studio release on which an exe/dll was build (C#)

If I build an exe/dll with an "Enterprise" Visual Studio will it be different from the one which I build with a "Community" VS? 如果我使用“ Enterprise” Visual Studio构建exe / dll,则与使用“ Community” VS构建的exe / dll会有所不同吗?

Are there any ways to determine if an exe/dll was built with "Enterprise" version or "Community" version? 有什么方法可以确定exe / dll是使用“企业”版本还是“社区”版本构建的?

Versions of VS such as Enterprise and Community are just the differences in features available in the Visual Studio IDE. VS的版本(例如企业版和社区版)只是Visual Studio IDE中可用功能的差异。

When you build your solution/project, that's got to do with the .NET Version you're using, and different build types such as a Debug build and a Release build. 在构建解决方案/项目时,这与您所使用的.NET版本以及不同的构建类型(如Debug构建和Release构建)有关。

Think of the two as the body of a car and the engine; 将两者视为汽车和发动机的主体; IDE is the body and the host of modifications you can do to it, and .NET is the engine. IDE是主体,您可以对其进行修改,而.NET是引擎。

So if you use the same .NET version and build (Release/Debug) there is no difference in the executables whether you build them on Community or Enterprise. 因此,如果您使用相同的.NET版本并进行构建(发布/调试),则无论您是在社区还是企业上构建可执行文件,都没有区别。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 UWP 应用程序在 Visual Studio 调试模式下工作,但发布版本无法运行,缺少 DLL (C#) - UWP App works in Visual Studio debug mode, but the release build won't run, missing DLL (C#) 如何在 Visual Studio 或其他构建工具的一个 C# 项目中生成 dll 和 exe 的混合体? - how to produce a mix of dll and exe in one C# project in visual studio or other build tools? Visual Studio 2019 将 C# 程序导出为 DLL 而不是 EXE? - Visual Studio 2019 Exports C# Program as DLL instead of EXE? C#Visual Studio 2008,包括DLL到exe吗? - C# Visual Studio 2008, include DLL to exe? Visual Studio 发布与内置发布(c# Web 应用程序) - Visual Studio Publish vs Build in release (c# Web Application) 如何使用 C# 在 Visual Studio 上构建我的项目的 exe - how to build exe of my project on visual studio using c# 哪种构建操作(C#Microsoft Visual Studio)适合启动Windows窗体内具有零个或多个依赖项的.exe软件? - Which Build Action (C# Microsoft Visual Studio) is suitable for launching an .exe software which has zero or more dependents within a Windows Form? 无法在其他某些计​​算机上运行版本.exe中的Visual Studio 2015 C#构建 - Visual Studio 2015 C# Building in release .exe not running on some of other computers 使用Visual Studio 2013将C / C ++ DLL生成并交付到C#应用程序中 - Build and deliver a C/C++ DLL into a C# app using Visual Studio 2013 C#Microsoft Visual Studio发行模式 - C# Microsoft Visual Studio Release Mode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM