|
|
@@ -1,7 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project>
|
|
|
-
|
|
|
- <Import Project="$(MsBuildThisFileDirectory)Shared\SharpGLTF.PublicKey.props"/>
|
|
|
+<Project>
|
|
|
|
|
|
<!-- Legal =================================================================================== -->
|
|
|
|
|
|
@@ -26,6 +24,8 @@
|
|
|
<IsAotCompatible>true</IsAotCompatible>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <Import Project="$(MsBuildThisFileDirectory)Shared\SharpGLTF.PublicKey.props"/>
|
|
|
+
|
|
|
<!-- Testing & Analysers =================================================================================== -->
|
|
|
|
|
|
<!-- Condition=" '$(Configuration)' == 'Debug' " -->
|
|
|
@@ -111,14 +111,7 @@
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
- <!-- strong name signing -->
|
|
|
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
- <DelaySign>false</DelaySign>
|
|
|
- <SignAssembly>true</SignAssembly>
|
|
|
- <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Shared\SharpGLTF.snk</AssemblyOriginatorKeyFile>
|
|
|
- </PropertyGroup>
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
<!-- Source Control =================================================================================== -->
|
|
|
|