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.
Darwinism/Bootstrapping/GeneticAlgorithm/GeneticAlgorithm.vbproj

134 lines
6.1 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>{177B57CD-1A21-4FD3-B32D-1D03FC0E47AC}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>sciBasic.ComputingServices.Bootstrapping.GeneticAlgorithm</RootNamespace>
<AssemblyName>sciBasic.ComputingServices.Bootstrapping.GeneticAlgorithm</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<DocumentationFile>sciBasic.ComputingServices.Bootstrapping.GeneticAlgorithm.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<DocumentationFile>sciBasic.ComputingServices.Bootstrapping.GeneticAlgorithm.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>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<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="Protocol.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>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\sciBASIC#\Data\DataFrame\+VB_DataFrame.vbproj">
<Project>{7283c179-f852-4ead-8d8f-b82ef2cbd7db}</Project>
<Name>+VB_DataFrame</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Bootstrapping\Bootstrapping.vbproj">
<Project>{b21b924a-d67f-4554-8946-a154563394b2}</Project>
<Name>Bootstrapping</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Mathematical\Math\Microsoft.VisualBasic.Mathematical.vbproj">
<Project>{e3367b88-5d0c-495a-8273-331656d4b5aa}</Project>
<Name>Microsoft.VisualBasic.Mathematical</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Mathematical\ODE\ODEsSolver.vbproj">
<Project>{14e0b048-3a0d-4fd6-aa79-9b815d6f1b30}</Project>
<Name>ODEsSolver</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Data_science\Microsoft.VisualBasic.DataMining.Framework\Microsoft.VisualBasic.DataMining.Framework.vbproj">
<Project>{4b877ab2-e15f-4aa9-b7d6-7c11b2213f10}</Project>
<Name>Microsoft.VisualBasic.DataMining.Framework</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\sciBASIC#\Microsoft.VisualBasic.Architecture.Framework\+Microsoft.VisualBasic.Architecture.Framework.vbproj">
<Project>{fecce1fd-e1d4-49e3-a668-60bb5e7aed99}</Project>
<Name>+Microsoft.VisualBasic.Architecture.Framework</Name>
</ProjectReference>
<ProjectReference Include="..\..\ComputingServices\ComputingServices.vbproj">
<Project>{87383048-1b31-49b7-9fb7-0ded1b80ace8}</Project>
<Name>ComputingServices</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>