Moved ZipLib to lib and removed sox
No binaries in here no more.
This commit is contained in:
parent
e3a168bf36
commit
027762be51
3 changed files with 2 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="ICSharpCode.SharpZipLib">
|
||||
<HintPath>.\ICSharpCode.SharpZipLib.dll</HintPath>
|
||||
<HintPath>lib\ICSharpCode.SharpZipLib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
</ItemGroup>
|
||||
|
@ -46,9 +46,7 @@
|
|||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="sox.exe">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Folder Include="lib\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
BIN
sox.exe
BIN
sox.exe
Binary file not shown.
Loading…
Reference in a new issue