File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <ItemGroup >
4
- <NativeLibs Include =" $(MSBuildThisFileDirectory)**\*.dll" />
5
- <None Include =" @(NativeLibs)" >
6
- <Link >%(RecursiveDir)%(FileName)%(Extension)</Link >
7
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
8
- </None >
9
- </ItemGroup >
10
3
<ItemGroup >
11
4
<NativeLibs Condition =" $(Platform) == 'AnyCPU' Or $(Platform) == 'x64'" Include =" $(MSBuildThisFileDirectory)x64\*.dll" />
12
5
<NativeLibs Condition =" $(Platform) == 'x86'" Include =" $(MSBuildThisFileDirectory)x86\*.dll" />
15
8
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
16
9
</None >
17
10
</ItemGroup >
18
- </Project >
11
+ </Project >
You can’t perform that action at this time.
0 commit comments