538. Araxis Merge File Comparison Report

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

538.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\ModernAndMobileApps\ModernSoapApp\Properties AssemblyInfo.cs Tue Dec 20 19:51:47 2016 UTC
2 Wed Feb 1 19:56:49 2017 UTC

538.2 Comparison summary

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

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

538.4 Active regular expressions

No regular expressions were active.

538.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("Mode rn SOAP de sktop app  for CRM")]        
9   [assembly:  AssemblyD escription ("")]        
10   [assembly:  AssemblyC onfigurati on("")]        
11   [assembly:  AssemblyC ompany("") ]        
12   [assembly:  AssemblyP roduct("Mo dernSoapAp p")]        
13   [assembly:  AssemblyC opyright(" Copyright  ©  2013")]        
14   [assembly:  AssemblyT rademark(" ")]        
15   [assembly:  AssemblyC ulture("") ]        
16          
17   // Version  informati on for an  assembly c onsists of  the follo wing four  values:        
18   //        
19   //      Ma jor Versio n        
20   //      Mi nor Versio        
21   //      Bu ild Number        
22   //      Re vision        
23   //        
24   // You can  specify a ll the val ues or you  can defau lt the Bui ld and Rev ision Numb ers         
25   // by usin g the '*'  as shown b elow:        
26   // [assemb ly: Assemb lyVersion( "1.0.*")]        
27   [assembly:  AssemblyV ersion("1. 0.0.0")]        
28   [assembly:  AssemblyF ileVersion ("1.0.0.0" )]        
29   [assembly:  ComVisibl e(false)]