Skip to content

Commit

Permalink
configs nuegt
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 12, 2024
1 parent 244ddd9 commit 9a19486
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
9 changes: 8 additions & 1 deletion Data/Trinity/Trinity.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<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'">
<DocumentationFile>Microsoft.VisualBasic.Data.TrinityNLP.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
Expand Down
9 changes: 8 additions & 1 deletion Data/word2vec/word2vec.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@
<RootNamespace>Microsoft.VisualBasic.Data.NLP.Word2Vec</RootNamespace>
<PackageLicenseExpression>gpl3</PackageLicenseExpression>
<IncludeSymbols>True</IncludeSymbols>
<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>
<ItemGroup>
<Compile Remove="test\**" />
<EmbeddedResource Remove="test\**" />
Expand Down
11 changes: 9 additions & 2 deletions Data_science/NLP/NLP.NET.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@
<AssemblyName>Microsoft.VisualBasic.Data.NLP</AssemblyName>
<RootNamespace>Microsoft.VisualBasic.Data.NLP</RootNamespace>
<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)'=='Debug|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.NLP.xml</DocumentationFile>
<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)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 9a19486

Please sign in to comment.