DebugAnyCPU{C3F6FE68-5E75-415E-BEA1-1E7C16D6A433}WinExePropertiesConfigGeneratorConfigGeneratorv4.6.1512trueAnyCPUtruefullfalsebin\Debug\DEBUG;TRACEprompt4falseAnyCPUnonetruebin\Release\prompt4falsefalse..\ArchiSteamFarm\ASF.icoOnOutputUpdated..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dllFalse..\packages\GenDictEdit.1.1.0\lib\net20\GenericDictionaryEditor.dll..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll
SharedInfo.cs
ComponentComponentComponentTrueTrueCGStrings.resxFormMainForm.csConfigPage.csResXFileCodeGeneratorCGStrings.Designer.csMainForm.csResXFileCodeGeneratorResources.Designer.csDesignerTrueResources.resxTrueSettingsSingleFileGeneratorSettings.Designer.csTrueSettings.settingsTrue
ASF.ico
copy "$(TargetDir)$(TargetName).exe" "$(SolutionDir)out\ASF-ConfigGenerator.exe"
set -e
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
. "$(SolutionDir)mono_envsetup.sh"
fi
if [ -n "$MONO_API_PATH" ]; then
mono "$(SolutionDir)tools/ILRepack/ILRepack.exe" "/lib:${MONO_API_PATH}" "/lib:${MONO_API_PATH}/Facades" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
else
mono "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
fi
rm "$(SolutionDir)out/ASF-ConfigGenerator.exe.config"
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.