Commit e88683f 1 parent 2d3f443 commit e88683f Copy full SHA for e88683f
File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 27
27
<AnalysisLevel >5</AnalysisLevel >
28
28
</PropertyGroup >
29
29
30
+ <PropertyGroup >
31
+ <SignAssembly >true</SignAssembly >
32
+ <AssemblyOriginatorKeyFile >../../key.pfx</AssemblyOriginatorKeyFile >
33
+ <PublicSign >true</PublicSign >
34
+ </PropertyGroup >
35
+
30
36
<ItemGroup >
31
37
<None Include =" ..\..\icon.png" Pack =" true" PackagePath =" " />
32
38
</ItemGroup >
Original file line number Diff line number Diff line change 29
29
<Nullable >enable</Nullable >
30
30
</PropertyGroup >
31
31
32
+ <PropertyGroup >
33
+ <SignAssembly >true</SignAssembly >
34
+ <AssemblyOriginatorKeyFile >../../key.pfx</AssemblyOriginatorKeyFile >
35
+ <PublicSign >true</PublicSign >
36
+ </PropertyGroup >
37
+
32
38
<ItemGroup >
33
39
<EmbeddedResource Include =" ..\..\resources\*.xml" Exclude =" ..\..\resources\PhoneNumberMetadataForTesting.xml" />
34
40
<EmbeddedResource Include =" ..\..\resources\timezones\map_data.txt" LinkBase =" timezones" />
You can’t perform that action at this time.
0 commit comments