Skip to content

Commit 1079b54

Browse files
committed
fixed strong name
1 parent 7e6fd1b commit 1079b54

File tree

3 files changed

+13
-21
lines changed

3 files changed

+13
-21
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project>
3-
4-
<Import Project="$(MsBuildThisFileDirectory)Shared\SharpGLTF.PublicKey.props"/>
2+
<Project>
53

64
<!-- Legal =================================================================================== -->
75

@@ -26,6 +24,8 @@
2624
<IsAotCompatible>true</IsAotCompatible>
2725
</PropertyGroup>
2826

27+
<Import Project="$(MsBuildThisFileDirectory)Shared\SharpGLTF.PublicKey.props"/>
28+
2929
<!-- Testing & Analysers =================================================================================== -->
3030

3131
<!-- Condition=" '$(Configuration)' == 'Debug' " -->
@@ -111,14 +111,7 @@
111111
<IncludeSymbols>true</IncludeSymbols>
112112
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
113113
<GenerateDocumentationFile>true</GenerateDocumentationFile>
114-
</PropertyGroup>
115-
116-
<!-- strong name signing -->
117-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
118-
<DelaySign>false</DelaySign>
119-
<SignAssembly>true</SignAssembly>
120-
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Shared\SharpGLTF.snk</AssemblyOriginatorKeyFile>
121-
</PropertyGroup>
114+
</PropertyGroup>
122115

123116
<!-- Source Control =================================================================================== -->
124117

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project>
2+
<Project>
33

4-
<PropertyGroup>
4+
<!-- strong name signing -->
5+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
6+
7+
<DelaySign>false</DelaySign>
8+
<SignAssembly>true</SignAssembly>
9+
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)SharpGLTF.snk</AssemblyOriginatorKeyFile>
510

611
<StrongName_Token>6f8b67557d279fe6</StrongName_Token>
7-
812
<StrongName_PublicKey>0024000004800000940000000602000000240000525341310004000001000100318e6698f4f41b26736d5881759c6afde44d17c06b63d2e383c915ca1fed6ec1b6eb2e1c38013feb2320224ace549b7701e22e6e0f7770e0d72b5c199f9e969bf2c2668c0ebeb035e539fb534d9ef24053aa9997d2d72534a6c1da8ab58e353ed6eb62ad9eb1f4a044893d7a50a226e4701d4e472a7dc1918caee6794d9c4cae</StrongName_PublicKey>
9-
13+
1014
</PropertyGroup>
1115

1216
</Project>

tests/Directory.Build.props

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616
<IsPackable>false</IsPackable>
1717
</PropertyGroup>
1818

19-
<!-- strong name signing -->
20-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
21-
<DelaySign>false</DelaySign>
22-
<SignAssembly>true</SignAssembly>
23-
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\src\Shared\SharpGLTF.snk</AssemblyOriginatorKeyFile>
24-
</PropertyGroup>
19+
<Import Project="$(MsBuildThisFileDirectory)..\src\Shared\SharpGLTF.PublicKey.props"/>
2520

2621
<!-- Testing & Analysers =================================================================================== -->
2722

0 commit comments

Comments
 (0)