We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f70f14 commit 2061332Copy full SHA for 2061332
LibSass.NET/libsassnet.targets
@@ -1,8 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<ItemGroup>
4
- <NativeLibs Condition="$(Platform) == 'AnyCPU' Or $(Platform) == 'x64'" Include="$(MSBuildThisFileDirectory)x64\*.dll" />
5
- <NativeLibs Condition="$(Platform) == 'x86'" Include="$(MSBuildThisFileDirectory)x86\*.dll" />
+ <NativeLibs Include="$(MSBuildThisFileDirectory)*.dll" />
6
<None Include="@(NativeLibs)">
7
<Link>%(FileName)%(Extension)</Link>
8
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
0 commit comments