Fix publish settings
This commit is contained in:
@@ -1,40 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<!DOCTYPE dotfuscator SYSTEM "http://www.preemptive.com/dotfuscator/dtd/dotfuscator_v2.3.dtd">
|
|
||||||
<dotfuscator version="2.3">
|
|
||||||
<!--This is application generated code. Do not edit manually.-->
|
|
||||||
<global />
|
|
||||||
<input>
|
|
||||||
<asmlist>
|
|
||||||
<inputassembly refid="0fae446b-c9da-4567-bf2e-64320fe8d483">
|
|
||||||
<option>honoroas</option>
|
|
||||||
<option>stripoa</option>
|
|
||||||
<option>library</option>
|
|
||||||
<option>transformxaml</option>
|
|
||||||
<file dir="C:\Users\VAR\source\Scrummer\Scrummer\bin" name="Scrummer.dll" />
|
|
||||||
</inputassembly>
|
|
||||||
</asmlist>
|
|
||||||
</input>
|
|
||||||
<output>
|
|
||||||
<file dir="${configdir}\Dotfuscated" />
|
|
||||||
</output>
|
|
||||||
<renaming>
|
|
||||||
<mapping>
|
|
||||||
<mapoutput overwrite="true">
|
|
||||||
<file dir="${configdir}\Dotfuscated" name="Map.xml" />
|
|
||||||
</mapoutput>
|
|
||||||
</mapping>
|
|
||||||
<referencerulelist>
|
|
||||||
<referencerule rulekey="{89769974-93E9-4e71-8D92-BE70E855ACFC}" />
|
|
||||||
<referencerule rulekey="{7D9C8B02-2383-420f-8740-A9760394C2C1}" />
|
|
||||||
<referencerule rulekey="{6655B10A-FD58-462d-8D4F-5B1316DFF0FF}" />
|
|
||||||
</referencerulelist>
|
|
||||||
</renaming>
|
|
||||||
<sos mergeruntime="true">
|
|
||||||
<option>sendanalytics</option>
|
|
||||||
<option>dontsendtamper</option>
|
|
||||||
</sos>
|
|
||||||
<smartobfuscation>
|
|
||||||
<option>disable</option>
|
|
||||||
<smartobfuscationreport verbosity="all" overwrite="false" />
|
|
||||||
</smartobfuscation>
|
|
||||||
</dotfuscator>
|
|
||||||
@@ -10,12 +10,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
|||||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||||
<SiteUrlToLaunchAfterPublish />
|
<SiteUrlToLaunchAfterPublish />
|
||||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||||
|
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||||
|
<publishUrl>..\Published</publishUrl>
|
||||||
|
<DeleteExistingFiles>True</DeleteExistingFiles>
|
||||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||||
<EnableUpdateable>False</EnableUpdateable>
|
<EnableUpdateable>False</EnableUpdateable>
|
||||||
<DebugSymbols>False</DebugSymbols>
|
<DebugSymbols>False</DebugSymbols>
|
||||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
|
||||||
<publishUrl>C:\Users\VAR\source\VAR.Focus\Published</publishUrl>
|
|
||||||
<DeleteExistingFiles>True</DeleteExistingFiles>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user