Dwsim / data /DWSIM.Math.SwarmOps /DWSIM.MathOps.SwarmOps.csproj
introvoyz041's picture
Migrated from GitHub
b1b3bae verified
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8F45EFAA-9EAC-403F-B2B0-123F0321056E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SwarmOps</RootNamespace>
<AssemblyName>DWSIM.MathOps.SwarmOps</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="OptimizerWrapper.cs" />
<Compile Include="FeasibleTrace.cs" />
<Compile Include="Optimizers\Parallel\MetaFitness.cs" />
<Compile Include="Optimizers\Parallel\DESuite.cs" />
<Compile Include="Optimizers\Parallel\DE.cs" />
<Compile Include="Optimizers\Parallel\MOL.cs" />
<Compile Include="Optimizers\Parallel\PSO.cs" />
<Compile Include="Problems\Mangler.cs" />
<Compile Include="Problems\SphereSleep.cs" />
<Compile Include="Tools\Feasible.cs" />
<Compile Include="WeightedProblem.cs" />
<Compile Include="FitnessTraceMean.cs" />
<Compile Include="FitnessTraceQuartiles.cs" />
<Compile Include="ProblemWrapper.cs" />
<Compile Include="Solution.cs" />
<Compile Include="LogSolutions.cs" />
<Compile Include="FitnessTrace.cs" />
<Compile Include="FitnessPrint.cs" />
<Compile Include="Extensions\Enumerable.cs" />
<Compile Include="Optimizers\MetaFitness.cs" />
<Compile Include="Optimizers\DECrossover.cs" />
<Compile Include="Optimizers\JDE.cs" />
<Compile Include="Optimizers\DESuite.cs" />
<Compile Include="Optimizers\MOL.cs" />
<Compile Include="Optimizers\MESH.cs" />
<Compile Include="Optimizers\RND.cs" />
<Compile Include="Optimizers\GD.cs" />
<Compile Include="Optimizers\PSO.cs" />
<Compile Include="Optimizers\DE.cs" />
<Compile Include="ProblemIndex.cs" />
<Compile Include="Problems\Benchmarks.cs" />
<Compile Include="Problems\CurveFittingExp.cs" />
<Compile Include="Problems\CurveFittingLin.cs" />
<Compile Include="Problems\CurveFitting.cs" />
<Compile Include="RepeatMin.cs" />
<Compile Include="Repeat.cs" />
<Compile Include="RepeatSum.cs" />
<Compile Include="Tools\Bound.cs" />
<Compile Include="Globals.cs" />
<Compile Include="Tools\ArrayToString.cs" />
<Compile Include="Statistics\Quartiles.cs" />
<Compile Include="Tools\Norm.cs" />
<Compile Include="Tools\Tools.cs" />
<Compile Include="Tools\Denormalize.cs" />
<Compile Include="Tools\FormatNumber.cs" />
<Compile Include="Tools\Initialize.cs" />
<Compile Include="Optimizers\PS.cs" />
<Compile Include="Optimizers\LUS.cs" />
<Compile Include="Optimizer.cs" />
<Compile Include="Problem.cs" />
<Compile Include="Problems\Benchmark.cs" />
<Compile Include="Problems\Ackley.cs" />
<Compile Include="Problems\Step.cs" />
<Compile Include="Problems\Schwefel222.cs" />
<Compile Include="Problems\Schwefel221.cs" />
<Compile Include="Problems\Schwefel12.cs" />
<Compile Include="Problems\Rosenbrock.cs" />
<Compile Include="Problems\Rastrigin.cs" />
<Compile Include="Problems\QuarticNoise.cs" />
<Compile Include="Problems\Penalized.cs" />
<Compile Include="Problems\Penalized2.cs" />
<Compile Include="Problems\Penalized1.cs" />
<Compile Include="Problems\Griewank.cs" />
<Compile Include="Problems\Sphere.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Result.cs" />
<Compile Include="Tools\Matrix.cs" />
<Compile Include="Tools\Print.cs" />
<Compile Include="Tools\Sample.cs" />
<Compile Include="Statistics.cs" />
<Compile Include="Statistics\StatisticsAccumulator.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DWSIM.Math.RandomOps\DWSIM.MathOps.RandomOps.csproj">
<Project>{F5DFAFED-C786-4DC3-9818-16C992DE3990}</Project>
<Name>DWSIM.MathOps.RandomOps</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="ToDo.txt" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>