902. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/9/2017 12:04:21 PM Eastern Daylight 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.

902.1 Files compared

# Location File Last Modified
1 OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\Visual Studio Projects\VHACRMUserSetState\VHACRMUserSetState\Properties AssemblyInfo.cs Fri Apr 28 20:47:54 2017 UTC
2 OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\Visual Studio Projects\VHACRMUserSetState\VHACRMUserSetState\Properties AssemblyInfo.cs Thu May 4 22:56:22 2017 UTC

902.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 72
Changed 2 4
Inserted 0 0
Removed 0 0

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

902.4 Active regular expressions

No regular expressions were active.

902.5 Comparison detail

  1   using Syst em;
  2   using Syst em.Reflect ion;
  3   using Syst em.Runtime .CompilerS ervices;
  4   using Syst em.Runtime .InteropSe rvices;
  5  
  6   // General  Informati on about a n assembly  is contro lled throu gh the fol lowing 
  7   // set of  attributes . Change t hese attri bute value s to modif y the info rmation
  8   // associa ted with a n assembly .
  9   [assembly:  AssemblyT itle(" DNS    UserSetSta te")]
  10   [assembly:  AssemblyD escription ("")]
  11   [assembly:  AssemblyC onfigurati on("")]
  12   [assembly:  AssemblyC ompany("Tr ibridge")]
  13   [assembly:  AssemblyP roduct(" DNS    UserSetSta te")]
  14   [assembly:  AssemblyC opyright(" Copyright  © Tribridg e 2017")]
  15   [assembly:  AssemblyT rademark(" ")]
  16   [assembly:  AssemblyC ulture("") ]
  17   [assembly:  CLSCompli ant(true)]
  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   // The fol lowing GUI D is for t he ID of t he typelib  if this p roject is  exposed to  COM
  25   [assembly:  Guid("831 999a6-696a -4d2c-a8f0 -08d91e5bd 6a0")]
  26  
  27   // Version  informati on for an  assembly c onsists of  the follo wing four  values:
  28   //
  29   //      Ma jor Versio n
  30   //      Mi nor Versio
  31   //      Bu ild Number
  32   //      Re vision
  33   //
  34   // You can  specify a ll the val ues or you  can defau lt the Bui ld and Rev ision Numb ers 
  35   // by usin g the '*'  as shown b elow:
  36   // [assemb ly: Assemb lyVersion( "1.0.*")]
  37   [assembly:  AssemblyV ersion("1. 0.0.0")]
  38   [assembly:  AssemblyF ileVersion ("1.0.0.0" )]