All Projects → RalfKoban → xml-semantic-external-parser

RalfKoban / xml-semantic-external-parser

Licence: other
A semantic external parser for XML files that can be used together with GMaster, PlasticSCM or SemanticMerge. Supports various XML formats, such as the Visual Studio project format.

Programming Languages

C#
18002 projects
XSLT
1337 projects

Projects that are alternatives of or similar to xml-semantic-external-parser

ConEmuIntegration
Using the console emulator ConEmu within Visual Studio. This project integrates the console emulator ConEmu in Visual Studio.
Stars: ✭ 36 (+140%)
Mutual labels:  visual-studio, visualstudio
vs-autocomment
A visual studio plugin that automatically inserts comments
Stars: ✭ 30 (+100%)
Mutual labels:  visual-studio, visualstudio
x265
Unofficial X265 with added custom native Visual Studio project build tools. X265: x265 is an open-source project and free application library for encoding video streams into the H.265/High Efficiency Video Coding (HEVC) format.
Stars: ✭ 23 (+53.33%)
Mutual labels:  visual-studio, visualstudio
Typology
Swift type checking and semantic analysis for developer tools
Stars: ✭ 68 (+353.33%)
Mutual labels:  semantic-analysis, semantic-analyzer
vs-editor-api
Microsoft Visual Studio Editor API definitions
Stars: ✭ 109 (+626.67%)
Mutual labels:  visual-studio, visualstudio
FFmpeg
Unofficial FFmpeg with added custom native Visual Studio project build tools. FFmpeg: A complete, cross-platform solution to record, convert and stream audio and video.
Stars: ✭ 479 (+3093.33%)
Mutual labels:  visual-studio, visualstudio
Awesome Vscode
🎨 A curated list of delightful VS Code packages and resources.
Stars: ✭ 19,659 (+130960%)
Mutual labels:  visual-studio, visualstudio
CUDAfy.NET
CUDAfy .NET allows easy development of high performance GPGPU applications completely from the .NET. It's developed in C#.
Stars: ✭ 56 (+273.33%)
Mutual labels:  visual-studio, visualstudio
gmp
Unofficial GMP with added custom native Visual Studio project build tools. GMP: GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.
Stars: ✭ 61 (+306.67%)
Mutual labels:  visual-studio, visualstudio
nettle
Unofficial Nettle with added custom native Visual Studio project build tools. Nettle: Nettle is a cryptographic library that is designed to fit easily in more or less any context.
Stars: ✭ 19 (+26.67%)
Mutual labels:  visual-studio, visualstudio
libssh
Unofficial LibSSH with added custom native Visual Studio project build tools. LibSSH: Mulitplatform C library implementing the SSHv2 and SSHv1 protocol for client and server implementations.
Stars: ✭ 21 (+40%)
Mutual labels:  visual-studio, visualstudio
MvsSln
🧩 Customizable VisualStudio .sln parser, Complex support of the projects (.vcxproj, .csproj., …), Pluginable lightweight r/w handlers at runtime, and more …
Stars: ✭ 86 (+473.33%)
Mutual labels:  visual-studio, visualstudio
gnutls
Unofficial GnuTLS with added custom native Visual Studio project build tools. GnuTLS: GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.
Stars: ✭ 17 (+13.33%)
Mutual labels:  visual-studio, visualstudio
RCCpp DX11 Example
Runtime Compiled C++ example based on the Dear ImGui DirectX11 Example
Stars: ✭ 35 (+133.33%)
Mutual labels:  visual-studio
VSSDK-Analyzers
Roslyn analyzers for Visual Studio extensions
Stars: ✭ 39 (+160%)
Mutual labels:  visual-studio
go-xmldom
XML DOM processing for Golang, supports xpath query
Stars: ✭ 38 (+153.33%)
Mutual labels:  xml-parser
RDO.Net
Relational Data Objects for .Net
Stars: ✭ 23 (+53.33%)
Mutual labels:  visual-studio
C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
Stars: ✭ 95 (+533.33%)
Mutual labels:  visual-studio
wxWidgetsTemplate
A template project for wxWidgets C++, with pre-set files and IDE projects, and allows for easy updates to wxWidgets
Stars: ✭ 13 (-13.33%)
Mutual labels:  visual-studio
risu
Risu is Nessus parser, that converts the generated reports into a ActiveRecord database, this allows for easy report generation and vulnerability verification.
Stars: ✭ 62 (+313.33%)
Mutual labels:  xml-parser

xml-semantic-external-parser

A semantic external parser for XML files that can be used together with GMaster, PlasticSCM or SemanticMerge.

How to use it with GMaster is documented here.

How to use it with SemanticMerge or Plastic SCM is described here in chapter "How to invoke Semantic with an external parser".

Build status

Build status codecov

Build history

Issues

Please raise issues on GitHub. If you can repeat the issue then please provide a sample to make it easier for me to also repeat it and then implement a fix.

Please do not hijack unrelated issues, I would rather you create a new issue than add noise to an unrelated issue.

Supported formats

Description File name / extension
.NET API reference XML comments .xml
.NET Application manifest .manifest
.NET Assembly manifest .manifest
.NET Configuration .config
.NET Settings .settings
C# Rule sets .ruleset
dotCover (NDepend XML format) .xml
Entity Framework Database Schema (V3) .edmx
FxCop CustomDictionary.xml
Microsoft Build Engine (MSBuild) .proj, .targets, .props, .projitems
Microsoft Prism (Library 5.0 for WPF) Module catalog .xaml
NCrunch Solution .v3.ncrunchsolution
NDepend .ndproj, .ndrules
NuGet Configuration packages.config
NuGet Manifest .nuspec
Publish Profile .pubxml
Ranorex (Repositories) .rxrep
Ranorex (TestModuleGroups) .rxtmg
Ranorex (TestSuites) .rxtst
Sandcastle Help File Builder Project .shfbproj
Visual Build .bld
Visual Studio C++ Project .vcxproj
Visual Studio C# Project .csproj
Visual Studio CIL assembler Project .ilproj
Visual Studio Code Sharing App Project .shproj
Visual Studio F# Project .fsproj
Visual Studio Javascript Project .jsproj
Visual Studio Modeling Project .modelproj
Visual Studio Native Project .nativeproj
Visual Studio Node JS Project .njsproj
Visual Studio Python Project .pyproj
Visual Studio SQL Server Project .sqlproj
Visual Studio Visual Basic Project .vbproj
Visual Studio Installer XML .vsixmanifest
WPF .xaml
Wix Toolkit .wxi, .wxl, .wxs, .wixproj
XML Localization Interchange File Format .xlf
XML .xml
XSD .xsd
XSL Transformation (XSLT) .xsl, .xslt

Note: A semantic parser for .NET resource files (.resx) can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].