forked from FNA-XNA/FNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFNANativeLibs.props
113 lines (113 loc) · 8.19 KB
/
FNANativeLibs.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<AvailableItemName Include="NativeDependencies">
<Visible>false</Visible>
</AvailableItemName>
</ItemGroup>
<ItemGroup>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib64\libFAudio.so" Condition="'$(Platform)'=='x64' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libFAudio.so.0</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib64\libmojoshader.so" Condition="'$(Platform)'=='x64' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libmojoshader.so</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib64\libSDL2-2.0.so.0" Condition="'$(Platform)'=='x64' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libSDL2-2.0.so.0</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib64\libSDL2_image-2.0.so.0" Condition="'$(Platform)'=='x64' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libSDL2_image-2.0.so.0</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib64\libtheorafile.so" Condition="'$(Platform)'=='x64' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libtheorafile.so</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib\libFAudio.so" Condition="'$(Platform)'=='x64' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libFAudio.so.0</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib\libmojoshader.so" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libmojoshader.so</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib\libSDL2-2.0.so.0" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libSDL2-2.0.so.0</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib\libSDL2_image-2.0.so.0" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libSDL2_image-2.0.so.0</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\lib\libtheorafile.so" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'!='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libtheorafile.so</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\osx\libFAudio.0.dylib" Condition="$(PATH.Contains('/Library/Frameworks/'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libFAudio.0.dylib</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\osx\libmojoshader.dylib" Condition="$(PATH.Contains('/Library/Frameworks/'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libmojoshader.dylib</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\osx\libSDL2-2.0.0.dylib" Condition="$(PATH.Contains('/Library/Frameworks/'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libSDL2-2.0.0.dylib</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\osx\libSDL2_image-2.0.0.dylib" Condition="$(PATH.Contains('/Library/Frameworks/'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libSDL2_image-2.0.0.dylib</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\osx\libtheorafile.dylib" Condition="$(PATH.Contains('/Library/Frameworks/'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libtheorafile.dylib</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win32\FAudio.dll" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>FAudio.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win32\libtheorafile.dll" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libtheorafile.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win32\MojoShader.dll" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>MojoShader.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win32\SDL2.dll" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>SDL2.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win32\SDL2_image.dll" Condition="'$(Platform)'=='x86' or '$(Platform)'=='AnyCPU' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>SDL2_image.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win64\FAudio.dll" Condition="'$(Platform)'=='x64' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>FAudio.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win64\libtheorafile.dll" Condition="'$(Platform)'=='x64' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libtheorafile.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win64\MojoShader.dll" Condition="'$(Platform)'=='x64' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>MojoShader.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win64\SDL2.dll" Condition="'$(Platform)'=='x64' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>SDL2.dll</TargetPath>
</NativeDependencies>
<NativeDependencies Include="$(SolutionDir)\FNA\lib\fnalibs\win64\SDL2_image.dll" Condition="'$(Platform)'=='x64' and '$(OS)'=='Windows_NT'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>SDL2_image.dll</TargetPath>
</NativeDependencies>
</ItemGroup>
<Target Name="AfterBuild">
<Copy DestinationFolder="$(OutputPath)" SourceFiles="@(NativeDependencies)" SkipUnchangedFiles="true"/>
</Target>
</Project>