<_NitroxBeforePublishTaskName>_NitroxBeforePublish
<_NitroxBeforeBuildTaskName>_NitroxBeforeBuild
<_NitroxBuildTaskName>_NitroxBuild
<_NitroxAfterBuildTaskName>_NitroxAfterBuild
<_NitroxReleaseTaskName>_NitroxRelease
<_NitroxMoveDependenciesToLibTaskName>_NitroxMoveDependenciesToLib
<_ReleaseMacOSTaskName>_NitroxMacOSRelease
<_VerifyMacOSFilesTaskName>_VerifyMacOSFiles
<_CreateMacOSAppBundleTaskName>_CreateMacOSAppBundle
<_NitroxOutputFolder>lib\
<_NitroxResourcesFolder>Resources\
false
Nitrox.app
true
$(MSBuildProjectDirectory)\Assets\MacOS
$(TargetDir)$(_NitroxOutputFolder)
CFBundleIconFile
Nitrox.icns
CFBundleIdentifier
com.$(RootNamespace.ToLower())
CFBundleName
Nitrox
CFBundleDisplayName
Nitrox
CFBundleVersion
$([System.Version]::Parse($(Version)).ToString(3))
LSMinimumSystemVersion
12.0
CFBundleExecutable
$(AssemblyName)
CFBundleInfoDictionaryVersion
6.0
CFBundlePackageType
APPL
CFBundleShortVersionString
$([System.Version]::Parse($(Version)).ToString(2))
NSPrincipalClass
NSApplication
NSHighResolutionCapable
]]>
<_ZipDir>$(TargetDir)bundle\
<_AppBundleDir>$(_ZipDir)$(AppBundleName)\
<_ContentDir>$(_AppBundleDir)Contents\
<_MacOSDir>$(_ContentDir)MacOS\
<_ResourcesDir>$(_ContentDir)Resources\
<_ZipFilePath>$(TargetDir)$(AppBundleName).zip
<_AllFiles Include="$(TargetDir)\**\*" Exclude="$(_ZipFilePath);$(_AppBundleDir)\**\*" />
<_BundleFolders Include="$(_ContentDir);$(_MacOSDir);$(_ResourcesDir)" />
<_PlatformFiles Include="$(PlatformAssetsPath)\**\*" />