4 lines
228 B
Batchfile
4 lines
228 B
Batchfile
@echo off
|
|
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /target:library /reference:"lib\Wox.Plugin.dll" /reference:"lib\Newtonsoft.Json.dll" /out:"Wox.Plugin.Weather.dll" "Main.cs" "Properties\AssemblyInfo.cs"
|
|
pause
|