Update Parallel.vbproj

master
xieguigang 5 years ago
parent 39daf190d1
commit 3a30c6d46d

@ -82,6 +82,25 @@
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\GCModeller%28UNIX-Release_X64%29\</OutputPath>
<DocumentationFile>Parallel.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x64'">
<DebugSymbols>true</DebugSymbols>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\GCModeller%28UNIX-Release_X64%29\</OutputPath>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DocumentationFile>Parallel.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
@ -154,9 +173,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