File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<_OutputPath >$(MSBuildThisFileDirectory)bin\Build$(Configuration)\</_OutputPath >
7
- <GenerateAssemblyInfo >true</GenerateAssemblyInfo >
7
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
+ <NoWarn >CS0436</NoWarn >
8
9
</PropertyGroup >
9
10
10
11
<PropertyGroup >
87
88
<PropertyGroup >
88
89
<GitDefaultBranch >main</GitDefaultBranch >
89
90
<GitThisAssemblyMetadata >false</GitThisAssemblyMetadata >
90
- <GitThisAssembly >false</GitThisAssembly >
91
- <DefineConstants >$(DefineConstants)</DefineConstants >
91
+ <GitThisAssembly >true</GitThisAssembly >
92
92
</PropertyGroup >
93
93
<ItemGroup >
94
94
<PackageReference Include =" GitInfo" Version =" *" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 22
22
<AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
23
23
<DefineConstants >INTEROP;FEATURE_JNIENVIRONMENT_JI_PINVOKES;FEATURE_JNIOBJECTREFERENCE_INTPTRS;INTERNAL_NULLABLE_ATTRIBUTES;$(JavaInteropDefineConstants)</DefineConstants >
24
24
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
25
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
26
25
<IntermediateOutputPath >$(BaseIntermediateOutputPath)$(Configuration)\$(TargetFramework.ToLowerInvariant())\</IntermediateOutputPath >
27
26
<OutputPath >$(ToolOutputFullPath)</OutputPath >
28
27
<DocumentationFile >$(ToolOutputFullPath)Java.Interop.xml</DocumentationFile >
Original file line number Diff line number Diff line change 4
4
5
5
[ assembly: DefaultDllImportSearchPathsAttribute ( DllImportSearchPath . SafeDirectories | DllImportSearchPath . AssemblyDirectory ) ]
6
6
7
- [ assembly: AssemblyTitle ( "Java.Interop" ) ]
8
7
[ assembly: AssemblyDescription ( "" ) ]
9
8
[ assembly: AssemblyCulture ( "" ) ]
10
- [ assembly: AssemblyConfiguration ( "" ) ]
11
- [ assembly: AssemblyProduct ( "" ) ]
12
9
13
10
[ assembly: AssemblyMetadata ( "IsTrimmable" , "True" ) ]
14
11
Original file line number Diff line number Diff line change 1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
- <!-- < ItemGroup>
2
+ <ItemGroup >
3
3
<Compile Include =" $(MSBuildThisFileDirectory)AssemblyVersionInfo.cs" />
4
- </ItemGroup> -->
5
- <PropertyGroup >
6
- <Company >Microsoft Corporation</Company >
7
- <Copyright >Microsoft Corporation</Copyright >
8
- <Trademark >Microsoft Corporation</Trademark >
9
- <Version >$(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch)</Version >
10
- <InformationalVersion >$(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch); git-rev-head: $(GitCommit) git-branch: $(GitBranch)</InformationalVersion >
11
- </PropertyGroup >
4
+ </ItemGroup >
12
5
</Project >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net472</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
+ <SignAssembly >true</SignAssembly >
8
+ <AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
7
9
</PropertyGroup >
8
10
9
11
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments