You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

217 lines
9.9 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{66EEFB1D-8848-449A-B24B-409809FA5CBE}</ProjectGuid>
<OutputType>Exe</OutputType>
<StartupObject>DeepGrid.Program</StartupObject>
<RootNamespace>DeepGrid</RootNamespace>
<AssemblyName>DeepGrid</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>DeepGrid.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>DeepGrid.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<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>DeepGrid.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Release\</OutputPath>
<DocumentationFile>DeepGrid.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Biodeep|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Biodeep\</OutputPath>
<DocumentationFile>DeepGrid.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Biodeep|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\build\</OutputPath>
<DocumentationFile>DeepGrid.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\sciBASIC#\Data\BinaryData\BinaryData\BinaryData.vbproj">
<Project>{487d7c92-d05a-4908-bf81-e6baba0bf592}</Project>
<Name>BinaryData</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data\BinaryData\DataStorage\DataStorage.vbproj">
<Project>{3c79ae03-a766-4b61-bdc4-824d78481b53}</Project>
<Name>DataStorage</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data\DataFrame\47_dotnet_ms-vb_data.framework.vbproj">
<Project>{7283c179-f852-4ead-8d8f-b82ef2cbd7db}</Project>
<Name>47_dotnet_ms-vb_data.framework</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Darwinism\NonlinearGrid\TopologyInference\GATopology.vbproj">
<Project>{0bb4e012-ad1a-47fc-bac6-ff480299a50c}</Project>
<Name>GATopology</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\DataMining\DataMining\DataMining.vbproj">
<Project>{1b42809b-603f-4cea-a0db-91276582b9ca}</Project>
<Name>DataMining</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Graph\GraphTheory.vbproj">
<Project>{203bc68f-a0cd-443a-ab62-4af4110f752f}</Project>
<Name>GraphTheory</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\MachineLearning\MachineLearning\MachineLearning.vbproj">
<Project>{a43ec013-2b55-4d25-b9f1-96bd5fb1e577}</Project>
<Name>MachineLearning</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\MachineLearning\MLDebugger\MLDebugger.vbproj">
<Project>{ccbf36ab-506d-48a2-9150-a3762d4120ec}</Project>
<Name>MLDebugger</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Mathematica\Math\DataFittings\DataFittings.vbproj">
<Project>{fc125b0d-1942-496f-b502-9c0eb80e35b6}</Project>
<Name>DataFittings</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Mathematica\Math\Math\math-core.vbproj">
<Project>{e3367b88-5d0c-495a-8273-331656d4b5aa}</Project>
<Name>math-core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\gr\network-visualization\Datavisualization.Network\Network.GraphTheory.vbproj">
<Project>{076315ee-b598-40dc-9280-c71cdf9b6a48}</Project>
<Name>Network.GraphTheory</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\gr\physics\physics.vbproj">
<Project>{3291389c-ea87-4b33-a9a5-65a2d60ba3e2}</Project>
<Name>physics</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Microsoft.VisualBasic.Core\47-dotnet_Microsoft.VisualBasic.vbproj">
<Project>{fecce1fd-e1d4-49e3-a668-60bb5e7aed99}</Project>
<Name>47-dotnet_Microsoft.VisualBasic</Name>
</ProjectReference>
<ProjectReference Include="..\..\ComputingServices\ComputingServices.vbproj">
<Project>{87383048-1b31-49b7-9fb7-0ded1b80ace8}</Project>
<Name>ComputingServices</Name>
</ProjectReference>
<ProjectReference Include="..\GridDynamics_plugins\GridDynamics_plugins.vbproj">
<Project>{44396667-3358-4529-bc45-722cd0cd3997}</Project>
<Name>GridDynamics_plugins</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>