Changeset 15348
- Timestamp:
- 09/06/17 10:13:08 (7 years ago)
- Location:
- branches/MathNetNumerics-Exploration-2789
- Files:
-
- 13 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj
r15313 r15348 42 42 <HintPath>..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath> 43 43 </Reference> 44 <Reference Include="DiffSharp, Version= 1.0.0.0, Culture=neutral, processorArchitecture=MSIL">44 <Reference Include="DiffSharp, Version=0.7.7.0, Culture=neutral, processorArchitecture=AMD64"> 45 45 <SpecificVersion>False</SpecificVersion> 46 <HintPath>.\DiffSharp.dll</HintPath> 46 <HintPath>..\packages\DiffSharp.0.7.7\lib\net46\DiffSharp.dll</HintPath> 47 <Private>True</Private> 48 </Reference> 49 <Reference Include="FSharp.Core, Version=4.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 50 <HintPath>..\packages\FSharp.Core.4.2.3\lib\net45\FSharp.Core.dll</HintPath> 51 <Private>True</Private> 52 </Reference> 53 <Reference Include="FSharp.Quotations.Evaluator, Version=1.0.6.0, Culture=neutral, processorArchitecture=MSIL"> 54 <SpecificVersion>False</SpecificVersion> 55 <HintPath>..\packages\FSharp.Quotations.Evaluator.1.0.6\lib\net40\FSharp.Quotations.Evaluator.dll</HintPath> 56 <Private>True</Private> 47 57 </Reference> 48 58 <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4"> … … 130 140 </ItemGroup> 131 141 <ItemGroup> 142 <None Include="app.config" /> 143 <None Include="packages.config" /> 132 144 <None Include="Plugin.cs.frame" /> 133 145 </ItemGroup> … … 166 178 </PreBuildEvent> 167 179 </PropertyGroup> 180 <Import Project="..\packages\DiffSharp.0.7.7\build\DiffSharp.targets" Condition="Exists('..\packages\DiffSharp.0.7.7\build\DiffSharp.targets')" /> 181 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 182 <PropertyGroup> 183 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> 184 </PropertyGroup> 185 <Error Condition="!Exists('..\packages\DiffSharp.0.7.7\build\DiffSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\DiffSharp.0.7.7\build\DiffSharp.targets'))" /> 186 </Target> 168 187 </Project> -
branches/MathNetNumerics-Exploration-2789/Test/Test.csproj
r15313 r15348 95 95 </ProjectReference> 96 96 </ItemGroup> 97 <ItemGroup> 98 <None Include="app.config" /> 99 </ItemGroup> 97 100 <Choose> 98 101 <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> -
branches/MathNetNumerics-Exploration-2789/packages
- Property svn:ignore
-
old new 2 2 MathNet.Numerics.Data.Matlab.3.2.1 3 3 MathNet.Numerics.MKL.Win.2.2.0 4 DiffSharp.0.7.7 5 FSharp.Core.4.2.3 6 FSharp.Quotations.Evaluator.1.0.6
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.