Add strong name signing (#232)
This commit is contained in:
Родитель
7842d96a60
Коммит
980c0315a7
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Key.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
|
@ -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>
|
||||
|
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче