Skip to content

Commit

Permalink
configs nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 12, 2024
1 parent 35bba76 commit 109dd86
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 10 deletions.
9 changes: 8 additions & 1 deletion Data_science/Graph/graph-netcore5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@
<PackageIcon>logo.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|x64'">
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>../../.nuget/</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>Microsoft.VisualBasic.Data.visualize.Network</RootNamespace>
<TargetFrameworks>net6.0-windows;net6.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.visualize.Network</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;mzkit;NPSearch;gcmodeller_desktop;nuget_release</Configurations>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|x64'">
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>../../../.nuget/</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>Microsoft.VisualBasic.Data.visualize.Network</RootNamespace>
<TargetFrameworks>net6.0-windows;net6.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;NPSearch;mzkit_win32;gcmodeller_desktop;nuget_release</Configurations>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|x64'">
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>../../../.nuget/</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>Microsoft.VisualBasic.Data.visualize.Network</RootNamespace>
Expand All @@ -16,8 +16,15 @@
<IncludeSymbols>True</IncludeSymbols>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>gpl</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|x64'">
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>../../../.nuget/</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down
11 changes: 9 additions & 2 deletions gr/network-visualization/network_layout/network_layout.vbproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>Microsoft.VisualBasic.Data.visualize.Network.Layouts</RootNamespace>
Expand All @@ -9,8 +9,15 @@
<Configurations>Debug;Release;Rsharp_app_release;mzkit_win32;nuget_release</Configurations>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|x64'">
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>../../../.nuget/</OutputPath>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Data_science\Graph\graph-netcore5.vbproj" />
<ProjectReference Include="..\..\..\Data_science\Mathematica\Math\Math\Math.NET5.vbproj" />
Expand Down
9 changes: 8 additions & 1 deletion gr/physics/physics-netcore5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>logo-knot.png</PackageIcon>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nuget_release|x64'">
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>../../.nuget/</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down

0 comments on commit 109dd86

Please sign in to comment.