일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- array
- GraphQL
- python
- graphene-django
- SQL
- for loop
- FastAPI
- Django
- tkinter Radio 동적버튼
- flask
- allauth
- Django-allauth
- numpy
- check_password
- Today
- Total
객
[스크랩] VS2008로 작성한 C#프로젝트를 VS2005에서 열기 본문
프로젝트명.sln 파일을 텍스트 에디터로 연후.
------------------------------------------------------------------------------------
Microsoft Visual Studio Solution File, Format Version 10.00 <- Microsoft Visual Studio Solution File, Format Version 9.00 으로 변경
# Visual Studio 2008 <- # Visual Studio 2005 으로 변경
------------------------------------------------------------------------------------
프로젝트명.csproj 파일을 동일하게 텍스트 에디터로 연후
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
삭제
하단에 Project="$(MSBuildToolsPath) -> Project="$(MSBuildBinPath) 으로 변경
------------------------------------------------------------------------------------
'[PL] > C# & WPF' 카테고리의 다른 글
Math 예제 (0) | 2010.07.15 |
---|---|
Math 멤버 (0) | 2010.07.15 |
csc 컴파일러 환경설정 (0) | 2010.06.28 |
ManagementPath.RelativePath 속성 (0) | 2010.06.26 |
컨트롤 배열 (0) | 2010.06.16 |