144. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:56:20 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.

144.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\Azure\Plug-ins\Properties AssemblyInfo.cs Tue Dec 20 19:51:42 2016 UTC
2 Wed Feb 1 19:56:20 2017 UTC

144.2 Comparison summary

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

144.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

144.4 Active regular expressions

No regular expressions were active.

144.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("Plug -ins")]        
9   [assembly:  AssemblyD escription ("")]        
10   [assembly:  AssemblyC onfigurati on("")]        
11   [assembly:  AssemblyC ompany("Mi crosoft")]        
12   [assembly:  AssemblyP roduct("Pl ug-ins")]        
13   [assembly:  AssemblyC opyright(" Copyright  © Microsof t 2010")]        
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   // The fol lowing GUI D is for t he ID of t he typelib  if this p roject is  exposed to  COM        
23   [assembly:  Guid("f7c 0f60a-fb75 -458a-91e8 -357a8c1d9 395")]        
24          
25   // Version  informati on for an  assembly c onsists of  the follo wing four  values:        
26   //        
27   //      Ma jor Versio n        
28   //      Mi nor Versio        
29   //      Bu ild Number        
30   //      Re vision        
31   //        
32   // You can  specify a ll the val ues or you  can defau lt the Bui ld and Rev ision Numb ers         
33   // by usin g the '*'  as shown b elow:        
34   // [assemb ly: Assemb lyVersion( "1.0.*")]        
35   [assembly:  AssemblyV ersion("1. 0.0.0")]        
36   [assembly:  AssemblyF ileVersion ("1.0.0.0" )]