Skip to content

Instantly share code, notes, and snippets.

@SooJungChae
Created October 19, 2018 08:49
Show Gist options
  • Save SooJungChae/ebc6f43b877e4ff5599de3ae927bc10f to your computer and use it in GitHub Desktop.
Save SooJungChae/ebc6f43b877e4ff5599de3ae927bc10f to your computer and use it in GitHub Desktop.
C# 윈폼 프로젝트 배포하기
  1. 솔루션 구성을 Release 로 한다. image

  2. [빌드] -> [솔루션 빌드] 한다. image

  3. bin/Release에 .exe 가 만들어진 것을 확인한다. image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment