Skip to content

Commit 4414671

Browse files
authored
Merge pull request #67 from microsoft/user/ivberg/Antlr4Yaml
Remove Antrl4 from YAML. Specify VS2022 and add YAML in .sln
2 parents 9c5b963 + 44fcdf6 commit 4414671

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Microsoft-Perf-Tools-Linux-Android.sln

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.28803.452
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CtfPlayback", "CtfPlayback\CtfPlayback.csproj", "{85A74448-3940-481D-B449-EF7FCAC02290}"
77
EndProject
@@ -64,6 +64,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows", "Windows", "{DB7F
6464
Launcher\Windows\MicrosoftPerfToolsLinuxAndroid.url = Launcher\Windows\MicrosoftPerfToolsLinuxAndroid.url
6565
EndProjectSection
6666
EndProject
67+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38D9C39A-AB30-4DED-BA93-2638388FC57C}"
68+
ProjectSection(SolutionItems) = preProject
69+
azure-pipelines.yml = azure-pipelines.yml
70+
EndProjectSection
71+
EndProject
6772
Global
6873
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6974
Debug|Any CPU = Debug|Any CPU

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
command: 'build'
5151
arguments: '--configuration Release --verbosity normal'
5252
projects: |
53-
Antlr4.Runtime\Antlr4.Runtime.dotnet.csproj
5453
CtfPlayback\CtfPlayback.csproj
5554
CtfUnitTest\CtfUnitTest.csproj
5655
LTTngCds\LTTngCds.csproj

0 commit comments

Comments
 (0)