933. Araxis Merge File Comparison Report

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

933.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\Tools\WebResourceUtility\Properties AssemblyInfo.cs Tue Dec 20 19:52:28 2016 UTC
2 Wed Feb 1 19:57:36 2017 UTC

933.2 Comparison summary

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

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

933.4 Active regular expressions

No regular expressions were active.

933.5 Comparison detail

1   using Syst em.Reflect ion;        
2   using Syst em.Resourc es;        
3   using Syst em.Runtime .CompilerS ervices;        
4   using Syst em.Runtime .InteropSe rvices;        
5   using Syst em.Windows ;        
6          
7   // General  Informati on about a n assembly  is contro lled throu gh the fol lowing         
8   // set of  attributes . Change t hese attri bute value s to modif y the info rmation        
9   // associa ted with a n assembly .        
10   [assembly:  AssemblyT itle("WebR esourceUti lity")]        
11   [assembly:  AssemblyD escription ("")]        
12   [assembly:  AssemblyC onfigurati on("")]        
13   [assembly:  AssemblyC ompany("Mi crosoft")]        
14   [assembly:  AssemblyP roduct("We bResourceU tility")]        
15   [assembly:  AssemblyC opyright(" Copyright  © Microsof t 2010")]        
16   [assembly:  AssemblyT rademark(" ")]        
17   [assembly:  AssemblyC ulture("") ]        
18          
19   // Setting  ComVisibl e to false  makes the  types in  this assem bly not vi sible         
20   // to COM  components .  If you  need to ac cess a typ e in this  assembly f rom         
21   // COM, se t the ComV isible att ribute to  true on th at type.        
22   [assembly:  ComVisibl e(false)]        
23          
24   //In order  to begin  building l ocalizable  applicati ons, set         
25   //<UICultu re>Culture YouAreCodi ngWith</UI Culture> i n your .cs proj file        
26   //inside a  <Property Group>.  F or example , if you a re using U S english        
27   //in your  source fil es, set th e <UICultu re> to en- US.  Then  uncomment        
28   //the Neut ralResourc eLanguage  attribute  below.  Up date the " en-US" in        
29   //the line  below to  match the  UICulture  setting in  the proje ct file.        
30          
31   //[assembl y: Neutral ResourcesL anguage("e n-US", Ult imateResou rceFallbac kLocation. Satellite) ]        
32          
33          
34   [assembly:  ThemeInfo (        
35       Resour ceDictiona ryLocation .None, //w here theme  specific  resource d ictionarie s are loca ted        
36       //(use d if a res ource is n ot found i n the page        
37       // or  applicatio n resource  dictionar ies)        
38       Resour ceDictiona ryLocation .SourceAss embly //wh ere the ge neric reso urce dicti onary is l ocated        
39       //(use d if a res ource is n ot found i n the page        
40       // app , or any t heme speci fic resour ce diction aries)        
41   )]        
42          
43          
44   // Version  informati on for an  assembly c onsists of  the follo wing four  values:        
45   //        
46   //      Ma jor Versio n        
47   //      Mi nor Versio        
48   //      Bu ild Number        
49   //      Re vision        
50   //        
51   // You can  specify a ll the val ues or you  can defau lt the Bui ld and Rev ision Numb ers         
52   // by usin g the '*'  as shown b elow:        
53   // [assemb ly: Assemb lyVersion( "1.0.*")]        
54   [assembly:  AssemblyV ersion("1. 0.0.0")]        
55   [assembly:  AssemblyF ileVersion ("1.0.0.0" )]