Skip to content

Commit

Permalink
Fix the WAV convert CWAV problem,and make some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a710010028 committed Aug 15, 2017
1 parent b3c04cd commit fa15096
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions EveryFileExplorer/EveryFileExplorer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -104,7 +104,11 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>md "$(TargetDir)\Plugins"
copy "$(SolutionDir)\Libraries\*" "$(TargetDir)\Plugins"</PreBuildEvent>
md "$(TargetDir)\Plugins\ctr_WaveConverter32"
md "$(TargetDir)\Plugins\vgmstream"
copy "$(SolutionDir)\Libraries\*" "$(TargetDir)\Plugins"
copy "$(SolutionDir)\Libraries\ctr_WaveConverter32\*" "$(TargetDir)\Plugins\ctr_WaveConverter32"
copy "$(SolutionDir)\Libraries\vgmstream\*" "$(TargetDir)\Plugins\vgmstream"</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand All @@ -113,4 +117,4 @@ copy "$(SolutionDir)\Libraries\*" "$(TargetDir)\Plugins"</PreBuildEvent>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit fa15096

Please sign in to comment.