'visualstudio'에 해당되는 글 2건
- 2020.09.14 [VS] 빌드후 이벤트 스크립트 샘플
- 2015.06.11 Visual Studio Community 2013 무료화
[VS] 빌드후 이벤트 스크립트 샘플
Posted on 2020. 9. 14. 10:22
Filed Under C#
//빌드후에 DLL 자동 복사하기
copy /Y $(SolutionDir)..\_ExeCommon\_$(ConfigurationName)\ServerCommonClass.dll $(TargetDir)
copy /Y $(SolutionDir)..\_ExeCommon\_$(ConfigurationName)\CommonClass.dll $(TargetDir)
Visual Studio Community 2013 무료화
Posted on 2015. 6. 11. 16:40
Filed Under Visual C++
작년, 2014년에 마이크로소프트의 CEO가 인도출신의 사티아 나델라(Staya Nadella) 로 바뀌었다고 한다.
기사링크: http://www.wikitree.co.kr/main/news_view.php?id=158327
그러면서 Visual Studio Community 2013 무료버전을 내놓았고
https://www.visualstudio.com/products/visual-studio-community-vs
더불어 .NET을 오픈소스화 해서 리눅스와 Mac도 지원할 예정이란다. 홀~
https://github.com/dotnet/corefx
<정보출처: http://cafe.naver.com/gogoomas/308439>
아무튼
다운로드(vs_community.exe, 1.18MB) 받아서 설치를 해보았다.
! 이 버전의 Visual Studio는 Internet Explorer 10 이상에서 가장 잘 작동합니다.
컴퓨터에 Internet Explorer 10이 설치되어 있지 않은 경우 일부 기능이 정상적으로 실행되지 않을 수 있습니다.
뭐래니 -_-+++
차차 설치해서 사용해보아야겠다.
<정보출처: http://cafe.naver.com/gogoomas/308439>
PS.
IE10 미만 버전시 사용할 수 없다는 일부기능▶ https://support.microsoft.com/ko-kr/kb/2906882
얼추 검색해보니 왠만하면 IE10이상으로 업그레이드 하는 것이 정신건강에 좋을듯하다.
더불어 GUI버그가 있으니 서비스팩도 설치하라는 블로거의 권고를 보았다.
2016/07/05
○ Visual Studio 2013 버전 평가판: 다운로드