Skip to content

Commit 2061332

Browse files
committed
hmm
1 parent 8f70f14 commit 2061332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LibSass.NET/libsassnet.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<NativeLibs Condition="$(Platform) == 'AnyCPU' Or $(Platform) == 'x64'" Include="$(MSBuildThisFileDirectory)x64\*.dll" />
5-
<NativeLibs Condition="$(Platform) == 'x86'" Include="$(MSBuildThisFileDirectory)x86\*.dll" />
4+
<NativeLibs Include="$(MSBuildThisFileDirectory)*.dll" />
65
<None Include="@(NativeLibs)">
76
<Link>%(FileName)%(Extension)</Link>
87
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)