Debug
AnyCPU
{D9749FB1-3DC8-4967-A74D-9D4139950BB2}
WinExe
LrcTool
LrcTool
v2.0
512
true
true
AnyCPU
true
full
false
bin\Debug\
DEBUG;TRACE
prompt
4
AnyCPU
pdbonly
true
bin\Release\
TRACE
prompt
4
C:\NuGetLocalRepo\Newtonsoft.Json.12.0.2\lib\net20\Newtonsoft.Json.dll
True
UserControl
LrcFetcherPage.cs
UserControl
LrcPreProcessPage.cs
LrcFetcherPage.cs
LrcPreProcessPage.cs
这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。
if $(ConfigurationName) == Release setlocal enabledelayedexpansion enableextensions
if $(ConfigurationName) == Release set DLL_LIST=
if $(ConfigurationName) == Release for %25%25x in ($(TargetDir)*.dll) do set DLL_LIST=!DLL_LIST! "%25%25x"
if $(ConfigurationName) == Release echo dlls: !DLL_LIST!
if $(ConfigurationName) == Release if not exist "$(TargetDir)Packed" md "$(TargetDir)Packed"
if $(ConfigurationName) == Release $(ILRepack) /ndebug "/out:$(TargetDir)Packed\$(TargetFileName)" "$(TargetPath)" !DLL_LIST!
if $(ConfigurationName) == Release if exist "$(TargetDir)Packed\$(TargetFileName).config" del "$(TargetDir)Packed\$(TargetFileName).config"