From 6ff73b7f4038b5887f70d898f10e338add496885 Mon Sep 17 00:00:00 2001 From: EnCey Date: Tue, 15 Sep 2015 15:06:48 +0200 Subject: [PATCH] Explanation of the `argument` XML element I believe the format of the `argument` element should also be explained. When I tried to create a `crproj` file I assumed the format was `` instead of the correct ``. --- docs/ProjectFormat.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/ProjectFormat.md b/docs/ProjectFormat.md index 9f695dad3..0618cce5f 100644 --- a/docs/ProjectFormat.md +++ b/docs/ProjectFormat.md @@ -114,6 +114,18 @@ The identifier of the protection/packer. The arguments that passed to the protection. Optional. +Element `argument` +------------------ + +An argument that is passed to a protection. + +**Attributes:** + +`name`: +The name of the argument. + +`value`: +The value of the argument. Applying rules -------------- @@ -138,4 +150,4 @@ Here are some example expressions: Examples ---------------- -ConfuserEx projects that work for ILSpy and PaintDotNet can be found under `additional` directory as examples. \ No newline at end of file +ConfuserEx projects that work for ILSpy and PaintDotNet can be found under `additional` directory as examples.