Commit d3b9fd5b authored by Brickner_cp's avatar Brickner_cp

PreEmptive Analysis

parent 5a7bcadc
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE dotfuscator SYSTEM "http://www.preemptive.com/dotfuscator/dtd/dotfuscator_v2.2.dtd">
<dotfuscator version="2.2">
<!--This is application generated code. Do not edit manually.-->
<input>
<asmlist>
<inputassembly>
<option>honoroas</option>
<option>stripoa</option>
<option>library</option>
<file dir="${configdir}\bin\Release" name="PcapDotNet.Analysis.dll" />
</inputassembly>
</asmlist>
</input>
<output>
<file dir="${configdir}\Dotfuscated" />
</output>
<renaming>
<option>disable</option>
<option>xmlserialization</option>
<mapping>
<mapoutput overwrite="false">
<file dir="${configdir}\Dotfuscated" name="Map.xml" />
</mapoutput>
</mapping>
<referencerulelist>
<referencerule rulekey="{229FD6F8-5BCC-427b-8F72-A7A413ECDF1A}" />
<referencerule rulekey="{6655B10A-FD58-462d-8D4F-5B1316DFF0FF}" />
<referencerule rulekey="{2B7E7C8C-A39A-4db8-9DFC-6AFD38509061}" />
<referencerule rulekey="{89769974-93E9-4e71-8D92-BE70E855ACFC}" />
<referencerule rulekey="{7D9C8B02-2383-420f-8740-A9760394C2C1}" />
</referencerulelist>
</renaming>
<sos mergeruntime="true">
<option>sendanalytics</option>
<option>dontsendtamper</option>
</sos>
<extattributes>
<extattribute name="PreEmptive.Attributes.SetupAttribute">
<codetransformlist>
<codetransform name="analytics" />
</codetransformlist>
<type name="PcapDotNet.Analysis.CodePlexAnalysis">
<method name="Setup" signature="PcapDotNet.Analysis.CodePlexAnalysis()" />
</type>
<propertylist>
<property name="OptInSourceName" value="OptIn" />
<property name="OptInSourceElement" value="Property" />
<property name="ExtendedKeySourceOwner" value="" />
<property name="UseSSL" value="False" />
<property name="InstanceIdSourceOwner" value="" />
<property name="CustomEndpoint" value="so-s.info/PreEmptive.Web.Services.Messaging/MessagingServiceV2.asmx" />
<property name="ExtendedKeySourceName" value="" />
<property name="ExtendedKeySourceElement" value="None" />
<property name="InstanceIdSourceName" value="" />
<property name="OptInSourceOwner" value="PcapDotNet.Analysis.CodePlexAnalysis" />
<property name="InstanceIdSourceElement" value="None" />
</propertylist>
</extattribute>
<extattribute name="PreEmptive.Attributes.SetupAttribute">
<codetransformlist>
<codetransform name="analytics" />
</codetransformlist>
<type name="PcapDotNet.Packets.Analysis">
<method name="Setup" signature="PcapDotNet.Packets.Analysis()" />
</type>
<propertylist>
<property name="OptInSourceName" value="OptIn" />
<property name="OptInSourceElement" value="Property" />
<property name="ExtendedKeySourceOwner" value="" />
<property name="UseSSL" value="False" />
<property name="InstanceIdSourceOwner" value="" />
<property name="CustomEndpoint" value="so-s.info/PreEmptive.Web.Services.Messaging/MessagingServiceV2.asmx" />
<property name="ExtendedKeySourceName" value="" />
<property name="ExtendedKeySourceElement" value="None" />
<property name="InstanceIdSourceName" value="" />
<property name="OptInSourceOwner" value="PcapDotNet.Packets.Analysis" />
<property name="InstanceIdSourceElement" value="None" />
</propertylist>
</extattribute>
<extattribute name="PreEmptive.Attributes.SetupAttribute">
<codetransformlist>
<codetransform name="analytics" />
</codetransformlist>
<type name="PcapDotNet.Analysis.PcapDotNetAnalysis">
<method name="Setup" signature="void()" />
</type>
<propertylist>
<property name="OptInSourceName" value="OptIn" />
<property name="OptInSourceElement" value="Property" />
<property name="ExtendedKeySourceOwner" value="" />
<property name="UseSSL" value="False" />
<property name="InstanceIdSourceOwner" value="" />
<property name="CustomEndpoint" value="so-s.info/PreEmptive.Web.Services.Messaging/MessagingServiceV2.asmx" />
<property name="ExtendedKeySourceName" value="" />
<property name="ExtendedKeySourceElement" value="None" />
<property name="InstanceIdSourceName" value="" />
<property name="OptInSourceOwner" value="PcapDotNet.Analysis.PcapDotNetAnalysis" />
<property name="InstanceIdSourceElement" value="None" />
</propertylist>
</extattribute>
</extattributes>
<smartobfuscation>
<smartobfuscationreport verbosity="all" overwrite="false" />
</smartobfuscation>
</dotfuscator>
\ No newline at end of file
......@@ -21,20 +21,20 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\Debug\</OutputPath>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\bin\Debug\PcapDotNet.Analysis.XML</DocumentationFile>
<DocumentationFile>..\..\bin\Debug\PcapDotNet.Analysis.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<OutputPath>..\..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\bin\Release\PcapDotNet.Analysis.XML</DocumentationFile>
<DocumentationFile>..\..\bin\Release\PcapDotNet.Analysis.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
......@@ -44,7 +44,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="PreEmptive.Attributes">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 10.0\PreEmptive Solutions\Dotfuscator Community Edition\PreEmptive.Attributes.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 10.0\PreEmptive Solutions\Dotfuscator Community Edition\PreEmptive.Attributes.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment