Skip to content

ParseCsProject is a command line utility to parse a collection of CS Projects (.csproj files) and change settings like FxCop, adding custom dictionary etc in one go.

Notifications You must be signed in to change notification settings

leaveblackgithub/ankitvijay-ParseCsProject-

 
 

Repository files navigation

ankitvijay-ParseCsProject

The target of this program is to moving RootNamespace,AssemblyName,Deterministic,OutputPath,AssemblyInfo.cs from individual csproj/folder to shared prop and assemblyinfo in template folder.

How to use

  1. copy the template files to solution root folder.
  2. change the solution path in program.cs
  3. run the program to remove RootNamespace,AssemblyName,Deterministic,OutputPath,AssemblyInfo.c from individual csproj/folder

About

ParseCsProject is a command line utility to parse a collection of CS Projects (.csproj files) and change settings like FxCop, adding custom dictionary etc in one go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%