File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
<AssemblyName >Java.Interop.Dynamic</AssemblyName >
13
13
<TargetFrameworkProfile >Profile78</TargetFrameworkProfile >
14
14
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
+ <SignAssembly >true</SignAssembly >
16
+ <AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
15
17
</PropertyGroup >
16
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
19
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 12
12
<AssemblyName >Java.Interop.Export</AssemblyName >
13
13
<TargetFrameworkProfile >Profile78</TargetFrameworkProfile >
14
14
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
+ <SignAssembly >true</SignAssembly >
16
+ <AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
15
17
</PropertyGroup >
16
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
19
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 13
13
<TargetFrameworkProfile >Profile111</TargetFrameworkProfile >
14
14
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
15
<NoWarn >1591</NoWarn >
16
+ <SignAssembly >true</SignAssembly >
17
+ <AssemblyOriginatorKeyFile >..\..\product.snk</AssemblyOriginatorKeyFile >
16
18
</PropertyGroup >
17
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
20
<DebugSymbols >true</DebugSymbols >
47
49
<ConsolePause >false</ConsolePause >
48
50
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
49
51
<JNIEnvGenPath >..\..\bin\BuildDebug</JNIEnvGenPath >
50
- <SignAssembly >True</SignAssembly >
51
- <DelaySign >True</DelaySign >
52
52
</PropertyGroup >
53
53
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'XAIntegrationRelease|AnyCPU' " >
54
54
<Optimize >True</Optimize >
59
59
<ConsolePause >false</ConsolePause >
60
60
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
61
61
<JNIEnvGenPath >..\..\bin\BuildDebug</JNIEnvGenPath >
62
- <SignAssembly >True</SignAssembly >
63
- <DelaySign >True</DelaySign >
64
62
</PropertyGroup >
65
63
<ItemGroup >
66
64
<Compile Include =" Properties\AssemblyInfo.cs" />
You can’t perform that action at this time.
0 commit comments