File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/Analysis/Engine/Test/Properties Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2424 <RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
2525 </PropertyGroup>
2626
27- <!-- Versioning -->
28- <PropertyGroup>
29- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
30- </PropertyGroup>
31-
3227 <!-- Signing -->
3328 <PropertyGroup>
3429 <MicroBuild_DoNotStrongNameSign>true</MicroBuild_DoNotStrongNameSign>
Original file line number Diff line number Diff line change 99// THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS
1010// OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY
1111// IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
12- // MERCHANTABLITY OR NON-INFRINGEMENT.
12+ // MERCHANTABILITY OR NON-INFRINGEMENT.
1313//
1414// See the Apache Version 2.0 License for specific language governing
1515// permissions and limitations under the License.
1616
1717using System . Reflection ;
1818using System . Runtime . InteropServices ;
1919
20- [ assembly: AssemblyTitle ( "AnalysisTests" ) ]
21- [ assembly: AssemblyDescription ( "" ) ]
22-
2320[ assembly: ComVisible ( false ) ]
2421[ assembly: Guid ( "3e11e47d-2321-4769-96b9-38b1eaf8e4eb" ) ]
You can’t perform that action at this time.
0 commit comments