This commit is contained in:
Taylor Southwick 2020-05-02 13:59:49 -07:00 коммит произвёл GitHub
Родитель 7842d96a60
Коммит 980c0315a7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
14 изменённых файлов: 21 добавлений и 66 удалений

9
Directory.Build.props Normal file
Просмотреть файл

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
</Project>

3
Directory.Build.targets Normal file
Просмотреть файл

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
</Project>

Просмотреть файл

@ -1,10 +1,10 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("TestRectilinear")]
[assembly: InternalsVisibleTo("TestForGdi")]
[assembly: InternalsVisibleTo("Microsoft.Msagl.UnitTests")]
[assembly: InternalsVisibleTo("GeometryGraphConverter")]
[assembly: InternalsVisibleTo("Test01")]
[assembly: InternalsVisibleTo("TestForGdi, PublicKey=00240000048000009400000006020000002400005253413100040000010001004132ed86b883d415da1e021ff0fe77a447519ea36ed4c6a02ab10be776a2c94eded297446e528c1afa3301b59a3e013e17734fe4d5f52f92be69fcd4b123ca685878b37241750811ac1d0552c0e988c4b8e0ac099899b82b1ce77d158a6e0fed14b7f423ec6ae915fb9d52d2baa56d5b40252c4bc2c921959ed6d2c8bd5bd8ae")]
[assembly: InternalsVisibleTo("TestRectilinear, PublicKey=00240000048000009400000006020000002400005253413100040000010001004132ed86b883d415da1e021ff0fe77a447519ea36ed4c6a02ab10be776a2c94eded297446e528c1afa3301b59a3e013e17734fe4d5f52f92be69fcd4b123ca685878b37241750811ac1d0552c0e988c4b8e0ac099899b82b1ce77d158a6e0fed14b7f423ec6ae915fb9d52d2baa56d5b40252c4bc2c921959ed6d2c8bd5bd8ae")]
[assembly: InternalsVisibleTo("Microsoft.Msagl.UnitTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004132ed86b883d415da1e021ff0fe77a447519ea36ed4c6a02ab10be776a2c94eded297446e528c1afa3301b59a3e013e17734fe4d5f52f92be69fcd4b123ca685878b37241750811ac1d0552c0e988c4b8e0ac099899b82b1ce77d158a6e0fed14b7f423ec6ae915fb9d52d2baa56d5b40252c4bc2c921959ed6d2c8bd5bd8ae")]
[assembly: InternalsVisibleTo("GeometryGraphConverter, PublicKey=00240000048000009400000006020000002400005253413100040000010001004132ed86b883d415da1e021ff0fe77a447519ea36ed4c6a02ab10be776a2c94eded297446e528c1afa3301b59a3e013e17734fe4d5f52f92be69fcd4b123ca685878b37241750811ac1d0552c0e988c4b8e0ac099899b82b1ce77d158a6e0fed14b7f423ec6ae915fb9d52d2baa56d5b40252c4bc2c921959ed6d2c8bd5bd8ae")]
[assembly: InternalsVisibleTo("Test01, PublicKey=00240000048000009400000006020000002400005253413100040000010001004132ed86b883d415da1e021ff0fe77a447519ea36ed4c6a02ab10be776a2c94eded297446e528c1afa3301b59a3e013e17734fe4d5f52f92be69fcd4b123ca685878b37241750811ac1d0552c0e988c4b8e0ac099899b82b1ce77d158a6e0fed14b7f423ec6ae915fb9d52d2baa56d5b40252c4bc2c921959ed6d2c8bd5bd8ae")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "MDS", Scope = "namespace", Target = "Microsoft.Msagl.Layout.MDS")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "Microsoft.Msagl.ToBeRelocated.Ranking")]

Просмотреть файл

@ -43,13 +43,7 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>

Просмотреть файл

@ -45,5 +45,6 @@ using System.Runtime.InteropServices;
[assembly: CLSCompliant(true)]
#endif
[assembly: InternalsVisibleTo("TestRectilinear")]
[assembly: InternalsVisibleTo("TestConstraints")]
[assembly: InternalsVisibleTo("TestRectilinear, PublicKey=00240000048000009400000006020000002400005253413100040000010001004132ed86b883d415da1e021ff0fe77a447519ea36ed4c6a02ab10be776a2c94eded297446e528c1afa3301b59a3e013e17734fe4d5f52f92be69fcd4b123ca685878b37241750811ac1d0552c0e988c4b8e0ac099899b82b1ce77d158a6e0fed14b7f423ec6ae915fb9d52d2baa56d5b40252c4bc2c921959ed6d2c8bd5bd8ae")]
[assembly: InternalsVisibleTo("TestConstraints, PublicKey=00240000048000009400000006020000002400005253413100040000010001004132ed86b883d415da1e021ff0fe77a447519ea36ed4c6a02ab10be776a2c94eded297446e528c1afa3301b59a3e013e17734fe4d5f52f92be69fcd4b123ca685878b37241750811ac1d0552c0e988c4b8e0ac099899b82b1ce77d158a6e0fed14b7f423ec6ae915fb9d52d2baa56d5b40252c4bc2c921959ed6d2c8bd5bd8ae")]

Просмотреть файл

@ -49,13 +49,6 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>

Просмотреть файл

@ -63,13 +63,6 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>

Просмотреть файл

@ -12,12 +12,9 @@
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>TestForGdi</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Exe</OutputType>
<RootNamespace>TestForGdi</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
@ -164,9 +161,6 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>

Просмотреть файл

@ -46,13 +46,6 @@
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>

Просмотреть файл

@ -30,13 +30,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Debug\</OutputPath>

Просмотреть файл

@ -62,13 +62,6 @@
<ErrorReport>prompt</ErrorReport>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>

Просмотреть файл

@ -51,13 +51,6 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Itanium'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Itanium\Debug\</OutputPath>

Просмотреть файл

@ -10,10 +10,6 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Msagl.GraphViewerGdi</RootNamespace>
<AssemblyName>Microsoft.Msagl.GraphViewerGdi</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>

Двоичные данные
Key.snk Normal file

Двоичный файл не отображается.