@@ -110,21 +110,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2BB57808
110
110
Project Section (SolutionItems ) = preProject
111
111
after .apiversioning .sln .targets = after .apiversioning .sln .targets
112
112
build \code -analysis .props = build \code -analysis .props
113
+ build \code -analysis .ruleset = build \code -analysis .ruleset
113
114
build \common .props = build \common .props
114
115
build \file -version .targets = build \file -version .targets
116
+ build \icon .png = build \icon .png
117
+ build \key .snk = build \key .snk
115
118
build \nuget .props = build \nuget .props
116
119
build \nuget .targets = build \nuget .targets
117
120
build \resource .targets = build \resource .targets
118
121
build \signing .props = build \signing .props
119
122
build \signing .targets = build \signing .targets
120
- EndProject Section
121
- EndProject
122
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tools" , "tools" , "{3BDDAF5E-4148-4D7F-9B9A-EA11D0110FEB}"
123
- Project Section (SolutionItems ) = preProject
124
- tools \code -analysis .ruleset = tools \code -analysis .ruleset
125
- tools \custom -dictionary .xml = tools \custom -dictionary .xml
126
- tools \key .snk = tools \key .snk
127
- tools \stylecop .json = tools \stylecop .json
123
+ build \stylecop .json = build \stylecop .json
128
124
EndProject Section
129
125
EndProject
130
126
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Microsoft.AspNetCore.OData.Versioning" , "src\Microsoft.AspNetCore.OData.Versioning\Microsoft.AspNetCore.OData.Versioning.csproj" , "{59D9CEC0-F8E5-4A1A-B8DD-5117E6A409D5}"
0 commit comments