ulysseskao
2016-04-29 bcb4a4c4c2ba29045ed4727fc693b339770703cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ÿþ// <copyright file="AssemblyInfo.cs" company="Ximple">Copyright Ximple</copyright>
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
 
// System.Security
[assembly: SecurityRules(SecurityRuleSet.Level1)]
 
// System.Reflection
[assembly: AssemblyTitle("CCSTrace Pex Tests")]
 
// System.Runtime.InteropServices
[assembly: ComVisible(false)]
[assembly: Guid("5166bffd-3d1d-463c-927c-32963b1faa4e")]
 
// System
[assembly: CLSCompliant(false)]
 
// System.Runtime.CompilerServices
[assembly: InternalsVisibleTo("Microsoft.Pex, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]