Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 4a33663

Browse files
committed
Update sfw libraries, move things around a bit
1 parent 5d50bc1 commit 4a33663

File tree

32 files changed

+111
-139
lines changed

32 files changed

+111
-139
lines changed

common/nativelibraries.props

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Content Include="$(SolutionDir)\lib\sfw\linux\libsfw.so">
5+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6+
</Content>
7+
<Content Include="$(SolutionDir)\lib\sfw\mac\libsfw.bundle">
8+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9+
</Content>
10+
<Content Include="$(SolutionDir)\lib\sfw\win\x64\sfw_x64.dll">
11+
<Link>x64\sfw_x64.dll</Link>
12+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
13+
</Content>
14+
<Content Include="$(SolutionDir)\lib\sfw\win\x64\sfw_x64.pdb">
15+
<Link>x64\sfw_x64.pdb</Link>
16+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
17+
</Content>
18+
<Content Include="$(SolutionDir)\lib\sfw\win\x64\pthreadVC2.dll">
19+
<Link>x64\pthreadVC2.dll</Link>
20+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21+
</Content>
22+
<Content Include="$(SolutionDir)\lib\sfw\win\x86\sfw_x86.dll">
23+
<Link>x86\sfw_x86.dll</Link>
24+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25+
</Content>
26+
<Content Include="$(SolutionDir)\lib\sfw\win\x86\sfw_x86.pdb">
27+
<Link>x86\sfw_x86.pdb</Link>
28+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29+
</Content>
30+
<Content Include="$(SolutionDir)\lib\sfw\win\x86\pthreadVC2.dll">
31+
<Link>x86\pthreadVC2.dll</Link>
32+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33+
</Content>
34+
</ItemGroup>
35+
</Project>

lib/sfw.net/Debug/sfw.net.dll

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/Debug/sfw.net.dll.mdb

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/Release/sfw.net.dll

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/Release/sfw.net.dll.mdb

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/linux/sfw.so

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/mac/libsfw.bundle

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/win/x64/Debug/sfw_x64.dll

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/win/x64/Debug/sfw_x64.pdb

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/sfw.net/win/x64/Release/pthreadVC2.dll

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)