Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getProjectGuid (0.12 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/ide/visualstudio/fixtures/ProjectFile.groovy

                new Configuration(it.Configuration[0].text(), it.Platform[0].text())
            }
            return configs.collectEntries {
                [it.name, it]
            }
        }
    
        String getProjectGuid() {
            return globals.ProjectGUID[0].text()
        }
    
        Node getGlobals() {
            return projectXml.PropertyGroup.find({it.'@Label' == 'Globals'}) as Node
        }
    
        String getToolsVersion() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top