How-to migrate Wpf projects to the new VS2017 format

后端 未结 6 454
耶瑟儿~
耶瑟儿~ 2020-12-08 03:18

I\'m migrating my projects to the new visual studio 2017 format which is working nicely for all standard libraries only now I run into problems with my UI libraries where I

6条回答
  •  太阳男子
    2020-12-08 03:45

    After some searching and trial and error I got it working!

    This is the final wpf csproj:

    
      
        $(MSBuildExtensionsPath)\$(VisualStudioVersion)\Bin\Microsoft.CSharp.targets
        net451
        MyWpfLibrary
        MyWpfLibrary
      
    
      
        
        
      
    
      
        
      
    
      
        
        
        
        
        
        
      
    
      
        
        
    
        
        
    
            
        
      
    
      
    
    

提交回复
热议问题