-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shorten presentable name of the templates in the template list
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
src/rider/main/kotlin/me/seclerp/rider/plugins/monogame/templates/MonoGameTemplateNames.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
package me.seclerp.rider.plugins.monogame.templates | ||
|
||
object MonoGameTemplateNames { | ||
const val CROSS_PLATFORM_APP = "MonoGame Cross-Platform Desktop Application" | ||
const val WINDOWS_DESKTOP_APP = "MonoGame Windows Desktop Application" | ||
const val ANDROID_APP = "MonoGame Android Application" | ||
const val IOS_APP = "MonoGame iOS Application" | ||
const val GAME_LIB = "MonoGame Game Library" | ||
const val CONTENT_PIPELINE_EXTENSION = "MonoGame Content Pipeline Extension" | ||
const val SHARED_LIB = "MonoGame Shared Library Project" | ||
const val CROSS_PLATFORM_APP = "Cross-Platform Desktop App" | ||
const val WINDOWS_DESKTOP_APP = "Windows Desktop App" | ||
const val ANDROID_APP = "Android App" | ||
const val IOS_APP = "iOS App" | ||
const val GAME_LIB = "Game Library" | ||
const val CONTENT_PIPELINE_EXTENSION = "Content Pipeline Extension" | ||
const val SHARED_LIB = "Shared Library Project" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters