config projects

master
この中二病に爆焔を! 5 years ago
parent cc87256ce5
commit d323ebef4e

File diff suppressed because it is too large Load Diff

@ -43,6 +43,27 @@
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Debug\</OutputPath>
<DocumentationFile>HPC_cluster.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Release\</OutputPath>
<DocumentationFile>HPC_cluster.xml</DocumentationFile>
<Optimize>false</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>

@ -1,10 +1,10 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' :4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
'
'
' </auto-generated>
'------------------------------------------------------------------------------

@ -1,10 +1,10 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' :4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
'
'
' </auto-generated>
'------------------------------------------------------------------------------
@ -15,14 +15,14 @@ Imports System
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
' StronglyTypedResourceBuilder
' ResGen Visual Studio
' .ResX ResGen
'( /str ) VS
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
@ -33,7 +33,7 @@ Namespace My.Resources
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
''' 使 ResourceManager
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
@ -47,8 +47,8 @@ Namespace My.Resources
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
''' 线 CurrentUICulture
''' 使
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo

@ -1,10 +1,10 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' :4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
'
'
' </auto-generated>
'------------------------------------------------------------------------------
@ -15,7 +15,7 @@ Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.0.0.0"), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase

@ -0,0 +1,81 @@
#Region "Microsoft.VisualBasic::a1c102abac445c4617fc5ca2ea899f5c, Distribute_computing\Taskhost.d\Program.vb"
' Author:
'
' asuka (amethyst.asuka@gcmodeller.org)
' xie (genetics@smrucc.org)
' xieguigang (xie.guigang@live.com)
'
' Copyright (c) 2018 GPL3 Licensed
'
'
' GNU GENERAL PUBLIC LICENSE (GPL3)
'
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.
' /********************************************************************************/
' Summaries:
' Module Program
'
' Function: Start
'
' Sub: Main
'
' /********************************************************************************/
#End Region
Imports System.ComponentModel
Imports Microsoft.VisualBasic.CommandLine
Imports Microsoft.VisualBasic.CommandLine.Reflection
''' <summary>
''' Running on the server cluster nodes
''' </summary>
Module Program
Sub Main()
Call GetType(Program).RunCLI(App.CommandLine)
End Sub
''' <summary>
'''
''' </summary>
''' <param name="args"></param>
''' <returns></returns>
'''
<ExportAPI("/deploy")>
<Usage("/deploy")>
Public Function Deployed(args As CommandLine) As Integer
End Function
''' <summary>
''' run parallel
''' </summary>
''' <param name="args"></param>
''' <returns></returns>
<ExportAPI("/parallel")>
<Usage("/parallel")>
<Description("Run task parallel")>
Public Function Parallel(args As CommandLine) As Integer
End Function
End Module

@ -11,7 +11,7 @@
<AssemblyName>Taskhost.d</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
@ -61,14 +61,16 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>./bin</OutputPath>
<OutputPath>..\..\build\</OutputPath>
<DocumentationFile>Taskhost.d.xml</DocumentationFile>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@ -97,6 +99,7 @@
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
@ -130,13 +133,33 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\sciBASIC#\Microsoft.VisualBasic.Architecture.Framework\+Microsoft.VisualBasic.Architecture.Framework.vbproj">
<ProjectReference Include="..\..\..\sciBASIC#\Data\BinaryData\BinaryData\BinaryData.vbproj">
<Project>{487d7c92-d05a-4908-bf81-e6baba0bf592}</Project>
<Name>BinaryData</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data\BinaryData\msgpack\MessagePack.vbproj">
<Project>{c473d2d3-65b3-0220-32a8-1e0687d9ae6b}</Project>
<Name>MessagePack</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Microsoft.VisualBasic.Core\src\47-dotnet_Microsoft.VisualBasic.vbproj">
<Project>{fecce1fd-e1d4-49e3-a668-60bb5e7aed99}</Project>
<Name>+Microsoft.VisualBasic.Architecture.Framework</Name>
<Name>47-dotnet_Microsoft.VisualBasic</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\mime\application%25json\application.json.vbproj">
<Project>{32228818-26f1-44df-8d40-347136c743cd}</Project>
<Name>application.json</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\www\Microsoft.VisualBasic.NETProtocol\Microsoft.VisualBasic.Network.vbproj">
<Project>{a60240d1-e78b-4b96-85e3-45256571c2cb}</Project>
<Name>Microsoft.VisualBasic.Network</Name>
</ProjectReference>
<ProjectReference Include="..\..\Parallel\Parallel.vbproj">
<Project>{085171ca-6a65-494c-9b4a-477d35bcbc90}</Project>
<Name>Parallel</Name>
</ProjectReference>
<ProjectReference Include="..\ComputingServices\ComputingServices.vbproj">
<Project>{87383048-1b31-49b7-9fb7-0ded1b80ace8}</Project>
<Name>ComputingServices</Name>
<ProjectReference Include="..\HPC_cluster\HPC_cluster.vbproj">
<Project>{721a357e-8588-4b2b-9fbc-db25ac4b0b96}</Project>
<Name>HPC_cluster</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />

@ -1,60 +0,0 @@
#Region "Microsoft.VisualBasic::a1c102abac445c4617fc5ca2ea899f5c, Distribute_computing\Taskhost.d\Program.vb"
' Author:
'
' asuka (amethyst.asuka@gcmodeller.org)
' xie (genetics@smrucc.org)
' xieguigang (xie.guigang@live.com)
'
' Copyright (c) 2018 GPL3 Licensed
'
'
' GNU GENERAL PUBLIC LICENSE (GPL3)
'
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.
' /********************************************************************************/
' Summaries:
' Module Program
'
' Function: Start
'
' Sub: Main
'
' /********************************************************************************/
#End Region
Imports Microsoft.VisualBasic.CommandLine.Reflection
''' <summary>
''' Running on the server cluster nodes
''' </summary>
Module Program
Sub Main()
Call GetType(Program).RunCLI(App.CommandLine, Function() Start(CommandLine.TryParse("")))
End Sub
<ExportAPI("/start", Usage:="/start /port <port, default:1234>")>
Public Function Start(args As CommandLine.CommandLine) As Integer
Dim port As Integer = args.GetValue("/port", 1234)
Return New TaskInvoke(port).Run() ' No more code needs on your cloud server, just needs 2 lines code to running your task host.
End Function
End Module

@ -101,12 +101,14 @@
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Release\</OutputPath>
<DocumentationFile>Parallel.xml</DocumentationFile>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<WarningsAsErrors>
</WarningsAsErrors>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Rsharp_app_release|AnyCPU'">
<DefineTrace>true</DefineTrace>

@ -47,6 +47,27 @@
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Debug\</OutputPath>
<DocumentationFile>test.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Release\</OutputPath>
<DocumentationFile>test.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />

@ -21,8 +21,6 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BinaryData", "..\sciBASIC#\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cache", "cache", "{D6C82A98-3ADA-40BB-BCB9-3C11EF8323FC}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "HPC_cluster", "Distribute_computing\HPC_cluster\HPC_cluster.vbproj", "{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sciBASIC#\www\Microsoft.VisualBasic.NETProtocol\TcpRequest\TcpRequest.projitems*{a60240d1-e78b-4b96-85e3-45256571c2cb}*SharedItemsImports = 4
@ -1515,204 +1513,6 @@ Global
{487D7C92-D05A-4908-BF81-E6BABA0BF592}.Yilia-Release_x64|x64.Build.0 = Release|x64
{487D7C92-D05A-4908-BF81-E6BABA0BF592}.Yilia-Release_x64|x86.ActiveCfg = Release|x86
{487D7C92-D05A-4908-BF81-E6BABA0BF592}.Yilia-Release_x64|x86.Build.0 = Release|x86
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.BioDeep_database|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.BioDeep_database|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.BioDeep_database|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.BioDeep_database|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.BioDeep_database|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.BioDeep_database|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep_UNIX_x64|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep_UNIX_x64|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep_UNIX_x64|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep_UNIX_x64|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep_UNIX_x64|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep_UNIX_x64|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biodeep|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack-Debug|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack-Debug|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack-Debug|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack-Debug|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack-Debug|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Biostack-Debug|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Debug|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Debug|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Debug|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Debug|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.DEMO|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.DEMO|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.DEMO|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.DEMO|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.DEMO|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.DEMO|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Docker|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Docker|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Docker|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Docker|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Docker|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Docker|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.docs|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.docs|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.docs|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.docs|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.docs|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.docs|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(Release_X64)|Any CPU.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(Release_X64)|Any CPU.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(Release_X64)|x64.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(Release_X64)|x64.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(Release_X64)|x86.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(Release_X64)|x86.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(UNIX-Release_X64)|Any CPU.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(UNIX-Release_X64)|Any CPU.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(UNIX-Release_X64)|x64.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(UNIX-Release_X64)|x64.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(UNIX-Release_X64)|x86.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GCModeller(UNIX-Release_X64)|x86.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GTA5-game-test|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GTA5-game-test|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GTA5-game-test|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GTA5-game-test|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GTA5-game-test|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.GTA5-game-test|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.installer_x64|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.installer_x64|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.installer_x64|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.installer_x64|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.installer_x64|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.installer_x64|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.linux-profiler|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.linux-profiler|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.linux-profiler|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.linux-profiler|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.linux-profiler|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.linux-profiler|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.LipidSearch|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.LipidSearch|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.LipidSearch|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.LipidSearch|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.LipidSearch|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.LipidSearch|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.MetaCardio|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.MetaCardio|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.MetaCardio|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.MetaCardio|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.MetaCardio|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.MetaCardio|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mysqli_X64_release|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mysqli_X64_release|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mysqli_X64_release|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mysqli_X64_release|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mysqli_X64_release|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mysqli_X64_release|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit_UnixDocker|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit_UnixDocker|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit_UnixDocker|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit_UnixDocker|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit_UnixDocker|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit_UnixDocker|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.mzkit|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.node-debug|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.node-debug|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.node-debug|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.node-debug|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.node-debug|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.node-debug|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.PlantMAT|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.PlantMAT|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.PlantMAT|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.PlantMAT|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.PlantMAT|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.PlantMAT|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.ProteoWizard.d|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.ProteoWizard.d|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.ProteoWizard.d|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.ProteoWizard.d|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.ProteoWizard.d|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.ProteoWizard.d|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Publish|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Publish|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Publish|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Publish|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Publish|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.R-dotnet|Any CPU.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.R-dotnet|Any CPU.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.R-dotnet|x64.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.R-dotnet|x64.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.R-dotnet|x86.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.R-dotnet|x86.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Release|Any CPU.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Release|x64.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Release|x64.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Release|x86.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Release|x86.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Rsharp_app_release|Any CPU.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Rsharp_app_release|Any CPU.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Rsharp_app_release|x64.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Rsharp_app_release|x64.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Rsharp_app_release|x86.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Rsharp_app_release|x86.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.RsharpDev|Any CPU.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.RsharpDev|Any CPU.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.RsharpDev|x64.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.RsharpDev|x64.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.RsharpDev|x86.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.RsharpDev|x86.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.sciBASIC.NET-test-release|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.sciBASIC.NET-test-release|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.sciBASIC.NET-test-release|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.sciBASIC.NET-test-release|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.sciBASIC.NET-test-release|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.sciBASIC.NET-test-release|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Surveillance-of-infectious-diseases|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Surveillance-of-infectious-diseases|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Surveillance-of-infectious-diseases|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Surveillance-of-infectious-diseases|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Surveillance-of-infectious-diseases|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Surveillance-of-infectious-diseases|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.test|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.test|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.test|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.test|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.test|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.test|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Voyager1|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Voyager1|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Voyager1|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Voyager1|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Voyager1|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Voyager1|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.WebAssembly|Any CPU.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.WebAssembly|Any CPU.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.WebAssembly|x64.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.WebAssembly|x64.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.WebAssembly|x86.ActiveCfg = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.WebAssembly|x86.Build.0 = Debug|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Yilia-Release_x64|Any CPU.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Yilia-Release_x64|Any CPU.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Yilia-Release_x64|x64.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Yilia-Release_x64|x64.Build.0 = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Yilia-Release_x64|x86.ActiveCfg = Release|Any CPU
{721A357E-8588-4B2B-9FBC-DB25AC4B0B96}.Yilia-Release_x64|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

Loading…
Cancel
Save