forked from tsai/mathnet-numerics
6 changed files with 18 additions and 87 deletions
@ -1,27 +0,0 @@ |
|||||
<!-- |
|
||||
* |
|
||||
* MathNet.Numerics.CUDA.Win.targets |
|
||||
* |
|
||||
* WARNING: This MSBuild file requires MSBuild 4.0 features. |
|
||||
* |
|
||||
--> |
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<!-- |
|
||||
****************************************************************************** |
|
||||
** MathNet Interop Library Files ** |
|
||||
****************************************************************************** |
|
||||
--> |
|
||||
|
|
||||
<ItemGroup Condition="'$(MSBuildThisFileDirectory)' != '' And |
|
||||
HasTrailingSlash('$(MSBuildThisFileDirectory)')"> |
|
||||
<!-- |
|
||||
NOTE: Copy "MathNet.Numerics.CUDA.dll" and all related files, for every |
|
||||
architecture that we support, to the build output directory. |
|
||||
--> |
|
||||
<MathNetInteropFiles Include="$(MSBuildThisFileDirectory)**\*.dll" /> |
|
||||
<Content Include="@(MathNetInteropFiles)"> |
|
||||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link> |
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
||||
</Content> |
|
||||
</ItemGroup> |
|
||||
</Project> |
|
||||
@ -1,27 +0,0 @@ |
|||||
<!-- |
|
||||
* |
|
||||
* MathNet.Numerics.MKL.Win.targets |
|
||||
* |
|
||||
* WARNING: This MSBuild file requires MSBuild 4.0 features. |
|
||||
* |
|
||||
--> |
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<!-- |
|
||||
****************************************************************************** |
|
||||
** MathNet Interop Library Files ** |
|
||||
****************************************************************************** |
|
||||
--> |
|
||||
|
|
||||
<ItemGroup Condition="'$(MSBuildThisFileDirectory)' != '' And |
|
||||
HasTrailingSlash('$(MSBuildThisFileDirectory)')"> |
|
||||
<!-- |
|
||||
NOTE: Copy "MathNet.Numerics.MKL.dll" and all related files, for every |
|
||||
architecture that we support, to the build output directory. |
|
||||
--> |
|
||||
<MathNetInteropFiles Include="$(MSBuildThisFileDirectory)**\*.dll" /> |
|
||||
<Content Include="@(MathNetInteropFiles)"> |
|
||||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link> |
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
||||
</Content> |
|
||||
</ItemGroup> |
|
||||
</Project> |
|
||||
@ -1,27 +0,0 @@ |
|||||
<!-- |
|
||||
* |
|
||||
* MathNet.Numerics.OpenBLAS.Win.targets |
|
||||
* |
|
||||
* WARNING: This MSBuild file requires MSBuild 4.0 features. |
|
||||
* |
|
||||
--> |
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<!-- |
|
||||
****************************************************************************** |
|
||||
** MathNet Interop Library Files ** |
|
||||
****************************************************************************** |
|
||||
--> |
|
||||
|
|
||||
<ItemGroup Condition="'$(MSBuildThisFileDirectory)' != '' And |
|
||||
HasTrailingSlash('$(MSBuildThisFileDirectory)')"> |
|
||||
<!-- |
|
||||
NOTE: Copy "MathNet.Numerics.OpenBLAS.dll" and all related files, for every |
|
||||
architecture that we support, to the build output directory. |
|
||||
--> |
|
||||
<MathNetInteropFiles Include="$(MSBuildThisFileDirectory)**\*.dll" /> |
|
||||
<Content Include="@(MathNetInteropFiles)"> |
|
||||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link> |
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
||||
</Content> |
|
||||
</ItemGroup> |
|
||||
</Project> |
|
||||
@ -0,0 +1,14 @@ |
|||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<!-- |
||||
|
****************************************************************************** |
||||
|
** Math.NET Native Provider Interop Files ** |
||||
|
****************************************************************************** |
||||
|
--> |
||||
|
<ItemGroup Condition="'$(MSBuildThisFileDirectory)' != '' And HasTrailingSlash('$(MSBuildThisFileDirectory)')"> |
||||
|
<MathNetInteropFiles Include="$(MSBuildThisFileDirectory)**\*.dll" /> |
||||
|
<Content Include="@(MathNetInteropFiles)"> |
||||
|
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link> |
||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||||
|
</Content> |
||||
|
</ItemGroup> |
||||
|
</Project> |
||||
Loading…
Reference in new issue