C#/WPF

[WPF] Project Publish

딸기우유중독 2025. 3. 19. 13:23

 

 

# Deployment mode 

 

Framework-dependent (의존성있는 패키지들만 포함 ex. DevExpress, other.dll)

 

Self-contained ( 필요한 .net 관련 파일 전부 폴더에 떨굼)

: Self-contained deployment mode in .NET creates an executable that includes all the required .NET files to run an application. The app is isolated from other .NET apps and doesn't require the user to install .NET

 

 

#Produce single file 

.exe  실행파일 프로젝트만 가능 

ex) .dll 등 라이브러리 프로젝트는 안 됨.

728x90