MvsSln icon indicating copy to clipboard operation
MvsSln copied to clipboard

Support SDK-based projects

Open 3F opened this issue 8 years ago • 4 comments

The bug was described here: https://github.com/3F/DllExport/issues/56

For example, the following definition below should cause a problem as for #1:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.0</TargetFramework>
  </PropertyGroup>
</Project>
The default XML namespace of the project must be the MSBuild XML namespace or no namespace.

3F avatar Nov 13 '17 21:11 3F

Same here, https://github.com/3F/MvsSln/issues/5#issuecomment-410464661 solves problem. But this only for .netfx 4.6

3F avatar Aug 04 '18 18:08 3F

Any work around about this ? I am getting error with SDK style .netframework project

SH2015 avatar Sep 30 '20 12:09 SH2015

Yes, https://github.com/3F/MvsSln/issues/23#issuecomment-639147675

Unfortunately I can't personally continue yet due to https://twitter.com/GitHub3F/status/1302228682870841345

For 2.x please follow the information here https://github.com/3F/MvsSln/wiki/Advanced-Features#how-to-use-modern-versions-of-msbuild-for-netfx

Thanks for using! Follow the news.

3F avatar Sep 30 '20 18:09 3F

@3F thanks and hope to get better

SH2015 avatar Sep 30 '20 19:09 SH2015