577. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:56:51 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

577.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\SampleCode\CS\Process\CustomWorkflowActivities\AutoRouteLead\Properties AssemblyInfo.cs Tue Dec 20 19:51:45 2016 UTC
2 Wed Feb 1 19:56:51 2017 UTC

577.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 0 0
Removed 1 37

577.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

577.4 Active regular expressions

No regular expressions were active.

577.5 Comparison detail

1   using Syst em.Reflect ion;        
2   using Syst em.Runtime .CompilerS ervices;        
3   using Syst em.Runtime .InteropSe rvices;        
4          
5   // General  Informati on about a n assembly  is contro lled throu gh the fol lowing         
6   // set of  attributes . Change t hese attri bute value s to modif y the info rmation        
7   // associa ted with a n assembly .        
8   [assembly:  AssemblyT itle("Auto RouteLead" )]        
9   [assembly:  AssemblyD escription ("")]        
10   [assembly:  AssemblyC onfigurati on("")]        
11   [assembly:  AssemblyC ompany("Mi crosoft")]        
12   [assembly:  AssemblyP roduct("Au toRouteLea d")]        
13   [assembly:  AssemblyC opyright(" Copyright  © Microsof t 2012")]        
14   [assembly:  AssemblyT rademark(" ")]        
15   [assembly:  AssemblyC ulture("") ]        
16          
17   // Setting  ComVisibl e to false  makes the  types in  this assem bly not vi sible         
18   // to COM  components .  If you  need to ac cess a typ e in this  assembly f rom         
19   // COM, se t the ComV isible att ribute to  true on th at type.        
20   [assembly:  ComVisibl e(false)]        
21          
22          
23   // The fol lowing GUI D is for t he ID of t he typelib  if this p roject is  exposed to  COM        
24   [assembly:  Guid("f72 5335f-779b -4301-8b9b -0bba6875d 51b")]        
25          
26   // Version  informati on for an  assembly c onsists of  the follo wing four  values:        
27   //        
28   //      Ma jor Versio n        
29   //      Mi nor Versio        
30   //      Bu ild Number        
31   //      Re vision        
32   //        
33   // You can  specify a ll the val ues or you  can defau lt the Bui ld and Rev ision Numb ers         
34   // by usin g the '*'  as shown b elow:        
35   // [assemb ly: Assemb lyVersion( "1.0.*")]        
36   [assembly:  AssemblyV ersion("1. 0.0.0")]        
37   [assembly:  AssemblyF ileVersion ("1.0.0.0" )]