config projects

master
xieguigang 5 years ago
parent 22db1dc58a
commit adcfaddb7e

@ -8,12 +8,12 @@ Imports System.Runtime.InteropServices
' Review the values of the assembly attributes
#If netcore5 = 0 Then
<Assembly: AssemblyTitle("Parallel")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("Parallel")>
<Assembly: AssemblyCopyright("Copyright © 2021")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyTitle("Darwinism HPC parallel library for VisualBasic on unix platform")>
<Assembly: AssemblyDescription("Darwinism HPC parallel library for VisualBasic on unix platform")>
<Assembly: AssemblyCompany("sciBASIC.NET")>
<Assembly: AssemblyProduct("Darwinism")>
<Assembly: AssemblyCopyright("Copyright © xieguigang 2021")>
<Assembly: AssemblyTrademark("Darwinism")>
<Assembly: ComVisible(False)>

@ -69,6 +69,7 @@
<PlatformTarget>x64</PlatformTarget>
<WarningsAsErrors>
</WarningsAsErrors>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Biodeep_UNIX_x64|x64'">
<DefineTrace>true</DefineTrace>
@ -200,6 +201,25 @@
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<DocumentationFile>Parallel.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PlantMAT|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\PlantMAT\</OutputPath>
<DocumentationFile>Parallel.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PlantMAT|x64'">
<DebugSymbols>true</DebugSymbols>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\PlantMAT\</OutputPath>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DocumentationFile>Parallel.xml</DocumentationFile>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
@ -278,9 +298,9 @@
<Project>{fecce1fd-e1d4-49e3-a668-60bb5e7aed99}</Project>
<Name>47-dotnet_Microsoft.VisualBasic</Name>
</ProjectReference>
<ProjectReference Include="..\..\sciBASIC#\mime\application%25JSON\application.JSON.vbproj">
<ProjectReference Include="..\..\sciBASIC#\mime\application%25json\application.json.vbproj">
<Project>{32228818-26f1-44df-8d40-347136c743cd}</Project>
<Name>application.JSON</Name>
<Name>application.json</Name>
</ProjectReference>
<ProjectReference Include="..\..\sciBASIC#\www\Microsoft.VisualBasic.NETProtocol\Microsoft.VisualBasic.Network.vbproj">
<Project>{a60240d1-e78b-4b96-85e3-45256571c2cb}</Project>

Loading…
Cancel
Save