Skip to content

Commit

Permalink
Add props files to solution (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaytak authored Apr 15, 2024
1 parent 0f5fbdd commit 1095958
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Wilson.sln
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.IdentityModel.Aot
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.IdentityModel.Benchmarks", "benchmark\Microsoft.IdentityModel.Benchmarks\Microsoft.IdentityModel.Benchmarks.csproj", "{F1BB31E4-8865-4425-8BD4-94F1815C16E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{BC99A01F-1C6E-4994-8991-4919A9B096E1}"
ProjectSection(SolutionItems) = preProject
build\common.props = build\common.props
build\commonTest.props = build\commonTest.props
build\dependencies.props = build\dependencies.props
build\dependenciesTest.props = build\dependenciesTest.props
build\targets.props = build\targets.props
build\targetsTest.props = build\targetsTest.props
build\version.props = build\version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 1095958

Please sign in to comment.