package
0.0.0-20211005113058-bf60a8bae851
Repository: https://github.com/bitrise-io/go-xamarin.git
Documentation: pkg.go.dev
# Functions
GetAndroidKeyStore gets the Android keystore boolean from the given property group.
GetAndroidManifestPath gets the path for the Android manifest from the given project.
GetAssemblyName gets the assembly name from the given project.
GetBuildIpa gets the build IPA boolean from the given property group.
GetConfiguration gets the configuration from the given property group.
GetImportedProjects gets the imported projects from a given project.
GetIsAndroidApplication gets the bool value if the project is an Android project.
GetItemGroupIncludes gets the includes from the given item group.
GetMtouchArch gets the MtouchArch from the given property group.
GetOutputDir gets the output dir from the property group.
GetOutputPath gets the output dir from the given property group.
GetOutputType gets the output type from the given project.
GetPlatform gets the platform from the given property group.
GetProjectGUID gets the guid from the given project.
GetProjectReferences get the project references from the given project.
GetProjectTypeGUIDs gets the project type GUIDs from the given project.
GetPropertyGroupCondition gets the condition of the given property group.
GetPropertyGroupsConfiguration gets the configuration for each property group.
GetReferencedProjectIds gets the referenced project IDs.
GetResolvedAndroidManifestPath gets the resolved path for the Android manifest from the given project.
GetResolvedConfiguration gets the resolved configuration from the given property group.
GetResolvedMtouchArch gets the resolved MtouchArch from the given property group.
GetResolvedPlatform gets the resolved platform from the given property group.
GetResolvedProjectTypeGUIDs gets the project type GUIDs from the given project.
GetTestFramework gets the test framework for the given project.
New ...
ParseProject parses the given project on path.
ParseProjectContent parses the given string content to Project struct.
# Structs
ConfigurationPlatformModel ...
Import the import values from the csproj file.
ItemGroup the item group from the csproj file.
Model ...
Project is the struct for the csproj file.
ProjReference the project reference from the csproj file.
PropertyGroup the property group from the csproj file.