有没有办法使用 Dotfuscator 定义每个文件的输出文件夹?
Is there a way to define output folder per file with Dotfuscator?
这是我的混淆 XML 文件的一部分:
<inputassembly refid="1d9224f1-30bd-49dc-8e3a-30753XY2ed4d">
<option>honoroas</option>
<option>stripoa</option>
<option>library</option>
<option>transformxaml</option>
<file dir="${buildfolder}" name="My.precious.dll" />
</inputassembly>
有没有办法同时定义输出文件夹?
现在,所有 dll 都转到同一个输出文件夹。
我认为 Dotfuscator Community 中没有解决方案,除了将构建包装在您自己的脚本中以移动文件。在 Dotfuscator Professional 中,您可以配置为 post-build 事件定义的 post-build event for each module, and that event could copy or move it. There are some additional properties,这可能很有用。
完全披露:我为制作 Dotfuscator 的 PreEmptive Solutions 工作。
这是我的混淆 XML 文件的一部分:
<inputassembly refid="1d9224f1-30bd-49dc-8e3a-30753XY2ed4d">
<option>honoroas</option>
<option>stripoa</option>
<option>library</option>
<option>transformxaml</option>
<file dir="${buildfolder}" name="My.precious.dll" />
</inputassembly>
有没有办法同时定义输出文件夹? 现在,所有 dll 都转到同一个输出文件夹。
我认为 Dotfuscator Community 中没有解决方案,除了将构建包装在您自己的脚本中以移动文件。在 Dotfuscator Professional 中,您可以配置为 post-build 事件定义的 post-build event for each module, and that event could copy or move it. There are some additional properties,这可能很有用。
完全披露:我为制作 Dotfuscator 的 PreEmptive Solutions 工作。