This repository was archived by the owner on Nov 4, 2024. It is now read-only.
File tree 2 files changed +1
-9
lines changed
src/Analysis/Engine/Test/Properties 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 24
24
<RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
25
25
</PropertyGroup>
26
26
27
- <!-- Versioning -->
28
- <PropertyGroup>
29
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
30
- </PropertyGroup>
31
-
32
27
<!-- Signing -->
33
28
<PropertyGroup>
34
29
<MicroBuild_DoNotStrongNameSign>true</MicroBuild_DoNotStrongNameSign>
Original file line number Diff line number Diff line change 9
9
// THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS
10
10
// OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY
11
11
// IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
12
- // MERCHANTABLITY OR NON-INFRINGEMENT.
12
+ // MERCHANTABILITY OR NON-INFRINGEMENT.
13
13
//
14
14
// See the Apache Version 2.0 License for specific language governing
15
15
// permissions and limitations under the License.
16
16
17
17
using System . Reflection ;
18
18
using System . Runtime . InteropServices ;
19
19
20
- [ assembly: AssemblyTitle ( "AnalysisTests" ) ]
21
- [ assembly: AssemblyDescription ( "" ) ]
22
-
23
20
[ assembly: ComVisible ( false ) ]
24
21
[ assembly: Guid ( "3e11e47d-2321-4769-96b9-38b1eaf8e4eb" ) ]
You can’t perform that action at this time.
0 commit comments