File tree Expand file tree Collapse file tree 3 files changed +13
-21
lines changed
Expand file tree Collapse file tree 3 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 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
2624 <IsAotCompatible >true</IsAotCompatible >
2725 </PropertyGroup >
2826
27+ <Import Project =" $(MsBuildThisFileDirectory)Shared\SharpGLTF.PublicKey.props" />
28+
2929 <!-- Testing & Analysers =================================================================================== -->
3030
3131 <!-- Condition=" '$(Configuration)' == 'Debug' " -->
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments