[5516] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{1256B945-EEA9-4BE4-9880-76B5B113F089}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Algorithms.GradientDescent</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Algorithms.GradientDescent-3.3</AssemblyName>
|
---|
[11623] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[5516] | 14 | <FileAlignment>512</FileAlignment>
|
---|
[11623] | 15 | <TargetFrameworkProfile />
|
---|
[5516] | 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[8401] | 21 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[5516] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11623] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5516] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[8401] | 30 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[5516] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11623] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5516] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[8401] | 44 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[5516] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5516] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[8401] | 60 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[5516] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 65 | <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 72 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 73 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5516] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
[8401] | 77 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[5516] | 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 81 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 82 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 83 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 84 | <ErrorReport>prompt</ErrorReport>
|
---|
| 85 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 86 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 87 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 88 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 89 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 90 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5516] | 91 | </PropertyGroup>
|
---|
| 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[8401] | 93 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[5516] | 94 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 95 | <Optimize>true</Optimize>
|
---|
| 96 | <DebugType>pdbonly</DebugType>
|
---|
| 97 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 98 | <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 99 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 100 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 101 | <ErrorReport>prompt</ErrorReport>
|
---|
| 102 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 103 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 104 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 105 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 106 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 107 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
[11623] | 108 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5516] | 109 | </PropertyGroup>
|
---|
| 110 | <ItemGroup>
|
---|
[12817] | 111 | <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 112 | <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
[8401] | 113 | <Private>False</Private>
|
---|
[5518] | 114 | </Reference>
|
---|
[5516] | 115 | <Reference Include="System" />
|
---|
| 116 | <Reference Include="System.Core" />
|
---|
[8806] | 117 | <Reference Include="System.Drawing" />
|
---|
[5516] | 118 | </ItemGroup>
|
---|
| 119 | <ItemGroup>
|
---|
| 120 | <None Include="Plugin.cs.frame" />
|
---|
[8401] | 121 | <Compile Include="Lbfgs.cs" />
|
---|
| 122 | <Compile Include="LbfgsAnalyzer.cs" />
|
---|
| 123 | <Compile Include="LbfgsInitializer.cs" />
|
---|
| 124 | <Compile Include="LbfgsMakeStep.cs" />
|
---|
| 125 | <Compile Include="LbfgsState.cs" />
|
---|
| 126 | <Compile Include="LbfgsUpdateResults.cs" />
|
---|
[5516] | 127 | <Compile Include="Plugin.cs" />
|
---|
| 128 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[8401] | 129 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5516] | 130 | </ItemGroup>
|
---|
| 131 | <ItemGroup>
|
---|
| 132 | <None Include="HeuristicLab.snk" />
|
---|
| 133 | </ItemGroup>
|
---|
[8401] | 134 | <ItemGroup>
|
---|
| 135 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 136 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 137 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 138 | <Private>False</Private>
|
---|
| 139 | </ProjectReference>
|
---|
| 140 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 141 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 142 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 143 | <Private>False</Private>
|
---|
| 144 | </ProjectReference>
|
---|
| 145 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 146 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 147 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 148 | <Private>False</Private>
|
---|
| 149 | </ProjectReference>
|
---|
| 150 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 151 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 152 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 153 | <Private>False</Private>
|
---|
| 154 | </ProjectReference>
|
---|
| 155 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 156 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 157 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 158 | <Private>False</Private>
|
---|
| 159 | </ProjectReference>
|
---|
| 160 | <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
|
---|
| 161 | <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
|
---|
| 162 | <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
|
---|
| 163 | <Private>False</Private>
|
---|
| 164 | </ProjectReference>
|
---|
| 165 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 166 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 167 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 168 | <Private>False</Private>
|
---|
| 169 | </ProjectReference>
|
---|
| 170 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 171 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 172 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 173 | <Private>False</Private>
|
---|
| 174 | </ProjectReference>
|
---|
| 175 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 176 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 177 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 178 | <Private>False</Private>
|
---|
| 179 | </ProjectReference>
|
---|
| 180 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 181 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 182 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 183 | <Private>False</Private>
|
---|
| 184 | </ProjectReference>
|
---|
| 185 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 186 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 187 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 188 | <Private>False</Private>
|
---|
| 189 | </ProjectReference>
|
---|
| 190 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 191 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 192 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 193 | <Private>False</Private>
|
---|
| 194 | </ProjectReference>
|
---|
| 195 | </ItemGroup>
|
---|
[5516] | 196 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 197 | <PropertyGroup>
|
---|
[8806] | 198 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[5516] | 199 | set ProjectDir=$(ProjectDir)
|
---|
| 200 | set SolutionDir=$(SolutionDir)
|
---|
| 201 | set Outdir=$(Outdir)
|
---|
| 202 |
|
---|
| 203 | call PreBuildEvent.cmd
|
---|
[8401] | 204 | </PreBuildEvent>
|
---|
[8806] | 205 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 206 | export ProjectDir=$(ProjectDir)
|
---|
| 207 | export SolutionDir=$(SolutionDir)
|
---|
| 208 |
|
---|
| 209 | $SolutionDir/PreBuildEvent.sh
|
---|
| 210 | </PreBuildEvent>
|
---|
[5516] | 211 | </PropertyGroup>
|
---|
| 212 | <PropertyGroup>
|
---|
| 213 | <PostBuildEvent>
|
---|
| 214 | </PostBuildEvent>
|
---|
| 215 | </PropertyGroup>
|
---|
| 216 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 217 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 218 | <Target Name="BeforeBuild">
|
---|
| 219 | </Target>
|
---|
| 220 | <Target Name="AfterBuild">
|
---|
| 221 | </Target>
|
---|
| 222 | -->
|
---|
| 223 | </Project> |
---|