blob: d90707b52491f762994c4ec2dad91eb420cd1d05 (
plain)
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
|
diff --git a/src/MadnessInteractiveReloaded/MIR.csproj b/src/MadnessInteractiveReloaded/MIR.csproj
index 7c6b41a..94a2564 100644
--- a/src/MadnessInteractiveReloaded/MIR.csproj
+++ b/src/MadnessInteractiveReloaded/MIR.csproj
@@ -82,32 +82,8 @@
</ItemGroup>
<ItemGroup>
- <None Update="avcodec-59.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="avdevice-59.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="avformat-59.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="avutil-57.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
<None Update="NOTICE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
- <None Update="openAL32.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="nfd.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="swresample-4.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="swscale-6.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
</ItemGroup>
</Project>
\ No newline at end of file
|