-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathreflection_config.xml
More file actions
41 lines (41 loc) · 1.25 KB
/
reflection_config.xml
File metadata and controls
41 lines (41 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This config file was generated by Dotfuscator. Please use the Dotfuscator Config Editor to modify.-->
<!DOCTYPE dotfuscator SYSTEM "http://www.preemptive.com/dotfuscator/dtd/dotfuscator_v2.5.dtd">
<dotfuscator version="2.3">
<global>
<input_management>automatic</input_management>
</global>
<input>
<loadpaths>
<file dir="${configdir}/bin/Release" />
</loadpaths>
<asmlist>
<inputassembly refid="703418e7-5020-4ee3-8d06-2bede9ca7b59">
<file dir="${configdir}\obj\Release" name="Reflection.exe" />
</inputassembly>
</asmlist>
</input>
<output>
<file dir="${configdir}\obfuscatedoutput" />
</output>
<tempdir>
<file dir="${configdir}\temp" />
</tempdir>
<renaming>
<excludelist>
<type name="Samples.Greetings">
<method name="SayGreetings" signature="void(string)" />
</type>
</excludelist>
<mapping>
<mapoutput overwrite="true">
<file dir="${configdir}\reports" name="Reflection_Map.xml" />
</mapoutput>
</mapping>
<referencerulelist />
</renaming>
<sos />
<smartobfuscation>
<smartobfuscationreport verbosity="all" overwrite="false" />
</smartobfuscation>
</dotfuscator>