WinExe
net10.0-windows
enable
enable
true
False
3.1.2.0
3.1.2.0
3.1.2
3.1.2
ImageCatalog
default
Logo.ico
win-x64
true
embedded
embedded
SettingsSingleFileGenerator
Settings.Designer.cs
all
True
True
Settings.settings
MainForm.cs
<_PublishYear>$([System.DateTime]::Now.ToString("yyyy"))
<_Ver>$(FileVersion)
<_Ver Condition="'$(_Ver)' == ''">$(AssemblyVersion)
<_VerSanitized>$([System.String]::Copy('$(_Ver)'))
<_VerSanitized>$([System.String]::Copy('$(_VerSanitized)').Replace('+', '.'))
<_VerSanitized>$([System.String]::Copy('$(_VerSanitized)').Replace(' ', '_'))
<_NewExeNameBase>ImageCatalog.$(_PublishYear).$(_VerSanitized)
<_Candidate1>$(PublishDir)$(TargetFileName)
<_Candidate2>$(PublishDir)$(TargetName)$(TargetExt)
<_Candidate3>$(PublishDir)$(TargetName).exe
<_Candidate4>$(PublishDir)$(AssemblyName)$(TargetExt)
<_Candidate5>$(PublishDir)$(AssemblyName).exe
<_CandidateFound>$(_Candidate1)
<_CandidateFound>$(_Candidate2)
<_CandidateFound>$(_Candidate3)
<_CandidateFound>$(_Candidate4)
<_CandidateFound>$(_Candidate5)
<_FoundExt>$([System.IO.Path]::GetExtension('$(_CandidateFound)'))
<_DestExe>$(PublishDir)$(_NewExeNameBase)$(_FoundExt)