565. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/26/2017 10:44:22 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.

565.1 Files compared

# Location File Last Modified
1 Fri Oct 27 02:44:22 2017 UTC
2 OSCIF_BMS_v2_iter 2_September_2017.zip\BMS_Cand\Source\Sources\BMS.Vista.TestEis\BMS.Utils\Properties AssemblyInfo.cs Wed Oct 18 18:59:30 2017 UTC

565.2 Comparison summary

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

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

565.4 Active regular expressions

No regular expressions were active.

565.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("BMS. Utils")]
        9   [assembly:  AssemblyD escription ("")]
        10   [assembly:  AssemblyC onfigurati on("")]
        11   [assembly:  AssemblyC ompany("Mi crosoft")]
        12   [assembly:  AssemblyP roduct("BM S.Utils")]
        13   [assembly:  AssemblyC opyright(" Copyright  © Microsof t 2011")]
        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("563 46aea-b725 -41e4-a0f2 -b6b2c1ece c15")]