문제

The projects in an Addin solution, targeting only Visual Studio 2010 can have .net framework 3.5 or 4.0?

Does this cause a problem?

PS: And are there any restrictions for TFS integrated addin versions?

Thank you in advance.

도움이 되었습니까?

해결책

You target 4.0:

Per the plugin migration document from Microsoft:

Update the following project properties. (In the Solution Explorer, under the project node, click Properties.) in the Application tab, change TargetFramework to the .NET Framework 4

You may find significant value in the Visual Studio Integration SDK documentation. Best of luck.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top