Skip to content

Commit

Permalink
【其它雜項】移除測試套件。
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLuoTW committed Jul 23, 2018
1 parent 467670a commit b3f887e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 2 additions & 9 deletions CrazyKTV_SongMgr/SongMgr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -369,18 +369,11 @@
<Target Name="AfterBuild">
</Target>
<PropertyGroup>
<PostBuildEvent>copy $(TargetFileName) $(TargetName)_$(ConfigurationName)$(TargetExt)
del "$(TargetDir)nVLC.dll"</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<Import Project="..\packages\VideoLAN.LibVLC.Windows.3.0.0-alpha3\build\VideoLAN.LibVLC.Windows.targets" Condition="Exists('..\packages\VideoLAN.LibVLC.Windows.3.0.0-alpha3\build\VideoLAN.LibVLC.Windows.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>此專案參考這部電腦上所缺少的 NuGet 封裝。請啟用 NuGet 封裝還原,以下載該封裝。如需詳細資訊,請參閱 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的檔案是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\VideoLAN.LibVLC.Windows.3.0.0-alpha3\build\VideoLAN.LibVLC.Windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\VideoLAN.LibVLC.Windows.3.0.0-alpha3\build\VideoLAN.LibVLC.Windows.targets'))" />
</Target>
</Project>
1 change: 0 additions & 1 deletion CrazyKTV_SongMgr/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="VideoLAN.LibVLC.Windows" version="3.0.0-alpha3" targetFramework="net40" />
<package id="Vlc.DotNet.Core" version="3.0.0-develop296" targetFramework="net40" />
<package id="Vlc.DotNet.Core.Interops" version="3.0.0-develop296" targetFramework="net40" />
<package id="Vlc.DotNet.Forms" version="3.0.0-develop296" targetFramework="net40" />
Expand Down

0 comments on commit b3f887e

Please sign in to comment.