Skip to content

Commit

Permalink
Merge pull request #142 from dynamatt/#129
Browse files Browse the repository at this point in the history
.targets file name must match NuGet package id
  • Loading branch information
gheber authored Jun 6, 2018
2 parents 6aa3b0f + 5d80cc4 commit 90b1c76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- Conditional target selection: -->
<Import Condition="$(Configuration.StartsWith('HDF5 1.8'))" Project="$(SolutionDir)\native\HDF5 1.8\hdf5.targets" />
<Import Condition="$(Configuration.StartsWith('HDF5 1.10'))" Project="$(SolutionDir)\native\HDF5 1.10\hdf5.targets" />
<Import Condition="$(Configuration.StartsWith('HDF5 1.8'))" Project="$(SolutionDir)\native\HDF5 1.8\HDF.PInvoke.targets" />
<Import Condition="$(Configuration.StartsWith('HDF5 1.10'))" Project="$(SolutionDir)\native\HDF5 1.10\HDF.PInvoke.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 90b1c76

Please sign in to comment.