question

MarkusForrer-1718 avatar image
0 Votes"
MarkusForrer-1718 asked TimonYang-MSFT commented

Modify Visual Studio project files (.vcxproj) with a .net core wpf tool

I want to modify Visual Studio project files (.vcxproj) with a C# .net core wpf tool :

  • add C++ modules

  • remove C++ modules

  • modify property 'Additional Include Directories'

A possible way would be to parse the project files manually (XML parser) and modify them. Now I am looking for a more secure way. Would Visual Studio SDK be a solution? Or is there a suitable NuGet for this?

Thanks for hints
Markus

dotnet-csharp
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Could the content in the documentation be helpful?
.vcxproj and .props file structure

0 Votes 0 ·

0 Answers