Cosmos/source2/Build/Cosmos.Build.Common
blah38621_cp 1b922726f0 The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.)
This one makes sure that constructors for abstract classes are protected, not public, as the constructor can only be called by child classes.
2011-10-22 23:19:51 +00:00
..
Properties unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
BuildProperties.cs 2010-08-03 23:35:55 +00:00
Cosmos.Build.Common.csproj add DOTNETCOMPABILE define condition, 2011-02-22 17:03:42 +00:00
Cosmos.snk Propertypages work now 2010-01-27 12:27:22 +00:00
CosmosPaths.cs 2011-06-19 17:21:10 +00:00
DebugProperties.cs 2011-07-02 23:26:16 +00:00
Enums.cs 2010-08-03 23:06:02 +00:00
EnumValue.cs 2010-07-26 00:05:26 +00:00
ExtensionMethods.cs add DOTNETCOMPABILE define condition, 2011-02-22 17:03:42 +00:00
PropertiesBase.cs The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.) 2011-10-22 23:19:51 +00:00
ReadMe.txt 2009-05-28 14:21:15 +00:00

This contains constants, enums etc that are shared by the build tools.

If any executable code exists, it should be generic.