MvsSln
MvsSln copied to clipboard
🧩 Customizable VisualStudio .sln parser with project support (.vcxproj, .csproj., …). Pluggable lightweight r/w handlers at runtime, and more …
Over time, project/solutions get lots of build configurations added. I have successfully iterated and found a list and now want to purge... Going manually into Visual Studio and deleting is...
Do not see a way to get the "tools version passes... In xProjectEnv.cs it appears to be a hard coded null.... ` protected virtual Project Load(RawText raw, IDictionary properties) {...
[**Here**](https://www.reddit.com/r/x3F/comments/ovq368/highspeed_multiplication_of_large_numbers_fast/), I was saying about [Huid](https://github.com/3F/Huid) (-> [Fnv-1a-128](https://github.com/3F/Fnv1a128) (-> [LX4Cnh](https://github.com/3F/LX4Cnh))) which provides related fastest generating UUID in a .NET System.Guid compatible manner. Today's MvsSln relies on MD5 (or SHA-1, edition...
MS drops support of the `ProjectGuid` in their projects files. Means that some project files may not provide this at all. And as a result, it cannot guarantee a uniqueness...
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: ```xml netcoreapp2.0 ``` ``` The default XML namespace of the project...
This question has been raised a very long time. As I already [mentioned](https://twitter.com/GitHub3F/status/1184170248532119552): > Modern #MSBuild assemblies are much more closely integrated with #VisualStudio and much more difficult to maintain...
Thanks a lot for your great library! When going over a rather big solution I found a problem related to UWP project. I worked around the issue by simply ignoring...
I am trying to load a solution which has xamarin project. I get the following exception. ``` Microsoft.Build.Exceptions.InvalidProjectFileException : The attribute "Version" in element is unrecognized. MyProject.Android.csproj at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(String errorSubCategoryResourceName,...
yes, again... https://social.msdn.microsoft.com/Forums/en-US/2badfe39-1321-4ec4-9cc8-74bf4efd39b3/ ```csharp // InvalidProjectFileException:"D:\Microsoft.Cpp.Default.props" - yes, because $(VCTargetsPath) is not defined. new Project("Sample.vcxproj", new Dictionary(), null); // OK, because I also have 14.0 new Project("Sample.vcxproj", new Dictionary(), "14.0");...
``` net.r_eg.MvsSln.EnvDTE ``` Scheduled for removal in future major releases! These features were added together with features from DllExport project when it was based on PowerShell scripts in the past...