IronPython 어셈블리 추가하기 - Visual Studio
CODEDRAGON ㆍDevelopment/C#, Xamarin
반응형
IronPython 설치하기
http://codedragon.tistory.com/3059
or
IronPython library 어셈블리 다운받기
http://codedragon.tistory.com/3063
프로젝트 생성
파일명 변경
Program.cs -> MainApp.cs로 변경
IronPython 어셈블리 추가
Solution Explorer 에서 References항목 선택 >> 마우스 우클릭 >> Add Reference...클릭
왼쪽항목에서 Browse 선택 >>
우측 하단의 Browse..버튼 클릭
IronPython이 설치된 경로
C:\Program Files (x86)\IronPython 2.7 |
IronPython이 설치된 경로로 이동 후 아래 그림과 같이 다섯개의 어셈블리 파일을 선택 >>
Add버튼 클릭
OK
'Development > C#, Xamarin' 카테고리의 다른 글
UWP 디자인 개념 (0) | 2016.04.10 |
---|---|
현재 작업중인 프로젝트 파일을 파일 탐색기에서 확인하기 - Visual Studio (0) | 2016.04.04 |
비주얼스튜디오 - 코드 자동정렬 단축키 (들여쓰기) (0) | 2016.03.21 |
Error-CS0017: Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point. (0) | 2016.03.15 |
IL Disassembler - 닷넷의 디컴파일도구 (0) | 2016.03.08 |