|
|
|
|
@ -20,7 +20,9 @@
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
@ -29,7 +31,20 @@
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'BioDeep_database|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<DefineDebug>false</DefineDebug>
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OptionExplicit>On</OptionExplicit>
|
|
|
|
|
@ -49,47 +64,70 @@
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Biodeep_UNIX_x64|x64'">
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
<RemoveIntegerChecks>true</RemoveIntegerChecks>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Rsharp_app_release|AnyCPU'">
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\Rsharp_app_release\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Rsharp_app_release|x64'">
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\x64\Rsharp_app_release\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<RemoveIntegerChecks>true</RemoveIntegerChecks>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</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>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
@ -97,27 +135,51 @@
|
|
|
|
|
<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>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|AnyCPU'">
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\GCModeller%28Release_X64%29\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|x64'">
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\x64\GCModeller%28Release_X64%29\</OutputPath>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'BioDeep_database|x64'">
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<RemoveIntegerChecks>true</RemoveIntegerChecks>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<OutputPath>bin\x64\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Biodeep_UNIX_x64|AnyCPU'">
|
|
|
|
|
<WarningsAsErrors>
|
|
|
|
|
</WarningsAsErrors>
|
|
|
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
@ -153,6 +215,7 @@
|
|
|
|
|
<Compile Include="IpcParallel\TaskBuilder.vb" />
|
|
|
|
|
<Compile Include="MemoryMap\UnmanageMemoryRegion.vb" />
|
|
|
|
|
<Compile Include="MemoryMap\MapObject.vb" />
|
|
|
|
|
<Compile Include="Extensions.vb" />
|
|
|
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
|
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|