블로그 이미지
Every unexpected event is a path to learning for you.

카테고리

분류 전체보기 (2737)
Unity3D (817)
Programming (474)
Server (33)
Unreal (4)
Gamebryo (56)
Tip & Tech (228)
협업 (58)
3DS Max (3)
Game (12)
Utility (136)
Etc (96)
Link (32)
Portfolio (19)
Subject (90)
iOS,OSX (53)
Android (14)
Linux (5)
잉여 프로젝트 (2)
게임이야기 (3)
Memories (20)
Interest (38)
Thinking (38)
한글 (30)
PaperCraft (5)
Animation (408)
Wallpaper (2)
재테크 (18)
Exercise (3)
나만의 맛집 (3)
냥이 (10)
육아 (16)
Total
Today
Yesterday
04-20 00:00

[요약] 솔루션(sln) 파일을 vs2019에서 vs2022로 변경하기 위해 찾아봄

[방법]

1) 솔루션(sln)파일을 에디터로 열어서 원하는 버전으로 수정

    - 나는 글쓰는 시점 기준 17.1.358.51495로 수정함

    - vs2022는 17버전임. 세부 버전은 VS 실행해서 '도움말-Microsoft Visual Studio 정보'에서 세부 버전 확인

2) 솔루션(sln) 파일 연결 프로그램은 'Microsft Visual Studio Version Selector'로 변경.

3) 더블클릭해서 실행해본다.

    - 혹시나 잘안되면 .vs 폴더 삭제 후 다시 더블클릭

 

---------------------------------------

 

Welcome to Microsoft Q&A!

You can open the sln file of the project, for example, using Visual Studio Code.
This is a partial screenshot of two sln files, the upper one was created by Visual Studio 2019, and the lower one was created by Visual Studio 2022.

Visual Studio 2019:

Visual Studio 2022:

"# Visual Studio Version 16"
The major version of Visual Studio that (most recently) saved this solution file. This information controls the version number in the solution icon.
VisualStudioVersion = 16.0.28701.123
The full version of Visual Studio that (most recently) saved the solution file. If the solution file is saved by a newer version of Visual Studio that has the same major version, this value is not updated so as to lessen churn in the file.

You can modify these two version numbers.
As an example, I modified the version number of the sln file created by VS2019:


Double click the sln file, it will open in VS2020.

You can refer to Solution (.sln) file.

 

 

 

[출처] https://docs.microsoft.com/en-us/answers/questions/619989/upgrading-sln-to-open-with-visual-studio-2022-comm.html

 

Upgrading sln to Open With Visual Studio 2022 Community - Microsoft Q&A

 

docs.microsoft.com

 

반응형
Posted by blueasa
, |