@@ -24,7 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{2957BAF3-9
24
24
.gitignore = .gitignore
25
25
azure -pipelines .yml = azure -pipelines .yml
26
26
CONTRIBUTING .md = CONTRIBUTING .md
27
- LICENSE = LICENSE
27
+ LICENSE . txt = LICENSE . txt
28
28
nuget .config = nuget .config
29
29
README .md = README .md
30
30
SECURITY .md = SECURITY .md
@@ -113,7 +113,6 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Common.ApiExplorer", "src\C
113
113
EndProject
114
114
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{2BB57808-14AF-4209-9842-1D6E76A99C3F}"
115
115
Project Section (SolutionItems ) = preProject
116
- after .apiversioning .sln .targets = after .apiversioning .sln .targets
117
116
build \code -analysis .props = build \code -analysis .props
118
117
build \common .props = build \common .props
119
118
build \file -version .targets = build \file -version .targets
@@ -122,8 +121,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2BB57808
122
121
build \nuget .props = build \nuget .props
123
122
build \nuget .targets = build \nuget .targets
124
123
build \resource .targets = build \resource .targets
124
+ build \signing .json = build \signing .json
125
125
build \signing .props = build \signing .props
126
- build \signing .targets = build \signing .targets
127
126
build \steps -ci .yml = build \steps -ci .yml
128
127
build \steps -release .yml = build \steps -release .yml
129
128
build \stylecop .json = build \stylecop .json
0 commit comments