2010-02-18 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Thu, 18 Feb 2010 01:30:13 +0000 (01:30 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Thu, 18 Feb 2010 01:30:13 +0000 (01:30 -0000)
commit71596803a208d4a35eff4323f31bd0f2d2639db4
tree9fff98abcaa8fc97c4c54b955a44f541366abdce
parentd384482020a1617c40f1931fd70aee3d94dc7f10
2010-02-18  Marek Habersack  <mhabersack@novell.com>

* Makefile (net_2_0_dirs): added mono-configuration-crypto

svn path=/trunk/mcs/; revision=151951
20 files changed:
mcs/tools/ChangeLog
mcs/tools/Makefile
mcs/tools/mono-configuration-crypto/Makefile [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/cli/Makefile [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/cli/config.cs [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/cli/main.cs [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/cli/mono-configuration-crypto.exe.sources [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Assembly/AssemblyInfo.cs [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Makefile [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto.dll.sources [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/ConfigSection.cs [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/Documentation/en/Mono.Configuration.Crypto/ConfigSection.xml [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/Documentation/en/Mono.Configuration.Crypto/Key.xml [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/Documentation/en/Mono.Configuration.Crypto/KeyContainer.xml [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/Documentation/en/Mono.Configuration.Crypto/KeyContainerCollection.xml [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/Documentation/en/index.xml [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/Documentation/en/ns-Mono.Configuration.Crypto.xml [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/Key.cs [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/KeyContainer.cs [new file with mode: 0644]
mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/KeyContainerCollection.cs [new file with mode: 0644]