|
16 | 16 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
17 | 17 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
18 | 18 | <Description>LAPACK (Linear Algebra PACKage)</Description> |
19 | | - <Configurations>Debug;Release;Rsharp_app_release;LipidSearch;mzkit</Configurations> |
| 19 | + <Configurations>Debug;Release;Rsharp_app_release;LipidSearch;mzkit;nuget_release</Configurations> |
20 | 20 | <RepositoryType>git</RepositoryType> |
21 | 21 | </PropertyGroup> |
22 | 22 |
|
|
54 | 54 | <DocumentationFile>Microsoft.VisualBasic.Math.ODEsSolver.Extensions.xml</DocumentationFile> |
55 | 55 | </PropertyGroup> |
56 | 56 |
|
| 57 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|AnyCPU'"> |
| 58 | + <DocumentationFile>Microsoft.VisualBasic.Math.ODEsSolver.Extensions.xml</DocumentationFile> |
| 59 | + </PropertyGroup> |
| 60 | + |
57 | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
58 | 62 | <DocumentationFile>Microsoft.VisualBasic.Math.ODEsSolver.Extensions.xml</DocumentationFile> |
59 | 63 | <DefineConstants>netcore5=1,UNIX=1</DefineConstants> |
|
102 | 106 | <BaseAddress>4194304</BaseAddress> |
103 | 107 | </PropertyGroup> |
104 | 108 |
|
| 109 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|x64'"> |
| 110 | + <DocumentationFile>Microsoft.VisualBasic.Math.ODEsSolver.Extensions.xml</DocumentationFile> |
| 111 | + <DefineConstants>netcore5=1,UNIX=1</DefineConstants> |
| 112 | + <RemoveIntegerChecks>true</RemoveIntegerChecks> |
| 113 | + <Optimize>false</Optimize> |
| 114 | + <DebugSymbols>true</DebugSymbols> |
| 115 | + <DebugType>full</DebugType> |
| 116 | + <DefineDebug>false</DefineDebug> |
| 117 | + <DefineTrace>true</DefineTrace> |
| 118 | + <BaseAddress>4194304</BaseAddress> |
| 119 | + </PropertyGroup> |
| 120 | + |
105 | 121 | <ItemGroup> |
106 | 122 | <Compile Remove="Test\**" /> |
107 | 123 | <EmbeddedResource Remove="Test\**" /> |
|
0 commit comments