Skip to content

Commit 11b34f9

Browse files
committed
v1.6 - removed code signing
1 parent 991594f commit 11b34f9

File tree

1 file changed

+83
-29
lines changed

1 file changed

+83
-29
lines changed

RandomString4Net/RandomString4Net.csproj

Lines changed: 83 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -29,93 +29,147 @@
2929
<PackageReadmeFile>README.md</PackageReadmeFile>
3030
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
3131
<EnableNETAnalyzers>True</EnableNETAnalyzers>
32-
<SignAssembly>True</SignAssembly>
32+
<SignAssembly>False</SignAssembly>
3333
<AssemblyOriginatorKeyFile>C:\devtools\keys\code_signing_ljnath.pfx</AssemblyOriginatorKeyFile>
3434
<IncludeSymbols>False</IncludeSymbols>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net20|AnyCPU'">
37-
<DebugType>full</DebugType>
37+
<DebugType>portable</DebugType>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net35|AnyCPU'">
40-
<DebugType>full</DebugType>
40+
<DebugType>portable</DebugType>
4141
</PropertyGroup>
4242
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net40|AnyCPU'">
43-
<DebugType>full</DebugType>
43+
<DebugType>portable</DebugType>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
46-
<DebugType>full</DebugType>
46+
<DebugType>portable</DebugType>
4747
</PropertyGroup>
4848
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net451|AnyCPU'">
49-
<DebugType>full</DebugType>
49+
<DebugType>portable</DebugType>
5050
</PropertyGroup>
5151
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'">
52-
<DebugType>full</DebugType>
52+
<DebugType>portable</DebugType>
5353
</PropertyGroup>
5454
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'">
55-
<DebugType>full</DebugType>
55+
<DebugType>portable</DebugType>
5656
</PropertyGroup>
5757
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net461|AnyCPU'">
58-
<DebugType>full</DebugType>
58+
<DebugType>portable</DebugType>
5959
</PropertyGroup>
6060
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'">
61-
<DebugType>full</DebugType>
61+
<DebugType>portable</DebugType>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net47|AnyCPU'">
64-
<DebugType>full</DebugType>
64+
<DebugType>portable</DebugType>
6565
</PropertyGroup>
6666
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net471|AnyCPU'">
67-
<DebugType>full</DebugType>
67+
<DebugType>portable</DebugType>
6868
</PropertyGroup>
6969
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'">
70-
<DebugType>full</DebugType>
70+
<DebugType>portable</DebugType>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net48|AnyCPU'">
73-
<DebugType>full</DebugType>
73+
<DebugType>portable</DebugType>
7474
</PropertyGroup>
7575
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.1|AnyCPU'">
76-
<DebugType>full</DebugType>
76+
<DebugType>portable</DebugType>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net20|AnyCPU'">
79-
<DebugType>full</DebugType>
79+
<DebugType>portable</DebugType>
8080
</PropertyGroup>
8181
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net35|AnyCPU'">
82-
<DebugType>full</DebugType>
82+
<DebugType>portable</DebugType>
8383
</PropertyGroup>
8484
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|AnyCPU'">
85-
<DebugType>full</DebugType>
85+
<DebugType>portable</DebugType>
8686
</PropertyGroup>
8787
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
88-
<DebugType>full</DebugType>
88+
<DebugType>portable</DebugType>
8989
</PropertyGroup>
9090
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net451|AnyCPU'">
91-
<DebugType>full</DebugType>
91+
<DebugType>portable</DebugType>
9292
</PropertyGroup>
9393
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net452|AnyCPU'">
94-
<DebugType>full</DebugType>
94+
<DebugType>portable</DebugType>
9595
</PropertyGroup>
9696
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net46|AnyCPU'">
97-
<DebugType>full</DebugType>
97+
<DebugType>portable</DebugType>
9898
</PropertyGroup>
9999
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net461|AnyCPU'">
100-
<DebugType>full</DebugType>
100+
<DebugType>portable</DebugType>
101101
</PropertyGroup>
102102
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
103-
<DebugType>full</DebugType>
103+
<DebugType>portable</DebugType>
104104
</PropertyGroup>
105105
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net47|AnyCPU'">
106-
<DebugType>full</DebugType>
106+
<DebugType>portable</DebugType>
107107
</PropertyGroup>
108108
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net471|AnyCPU'">
109-
<DebugType>full</DebugType>
109+
<DebugType>portable</DebugType>
110110
</PropertyGroup>
111111
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'">
112-
<DebugType>full</DebugType>
112+
<DebugType>portable</DebugType>
113113
</PropertyGroup>
114114
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net48|AnyCPU'">
115-
<DebugType>full</DebugType>
115+
<DebugType>portable</DebugType>
116116
</PropertyGroup>
117117
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.1|AnyCPU'">
118-
<DebugType>full</DebugType>
118+
<DebugType>portable</DebugType>
119+
</PropertyGroup>
120+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.0|AnyCPU'">
121+
<DebugType>portable</DebugType>
122+
</PropertyGroup>
123+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.1|AnyCPU'">
124+
<DebugType>portable</DebugType>
125+
</PropertyGroup>
126+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.2|AnyCPU'">
127+
<DebugType>portable</DebugType>
128+
</PropertyGroup>
129+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.0|AnyCPU'">
130+
<DebugType>portable</DebugType>
131+
</PropertyGroup>
132+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
133+
<DebugType>portable</DebugType>
134+
</PropertyGroup>
135+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">
136+
<DebugType>portable</DebugType>
137+
</PropertyGroup>
138+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5.0-windows|AnyCPU'">
139+
<DebugType>portable</DebugType>
140+
</PropertyGroup>
141+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-windows|AnyCPU'">
142+
<DebugType>portable</DebugType>
143+
</PropertyGroup>
144+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-windows|AnyCPU'">
145+
<DebugType>portable</DebugType>
146+
</PropertyGroup>
147+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.0|AnyCPU'">
148+
<DebugType>portable</DebugType>
149+
</PropertyGroup>
150+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.1|AnyCPU'">
151+
<DebugType>portable</DebugType>
152+
</PropertyGroup>
153+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.2|AnyCPU'">
154+
<DebugType>portable</DebugType>
155+
</PropertyGroup>
156+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.0|AnyCPU'">
157+
<DebugType>portable</DebugType>
158+
</PropertyGroup>
159+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
160+
<DebugType>portable</DebugType>
161+
</PropertyGroup>
162+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
163+
<DebugType>portable</DebugType>
164+
</PropertyGroup>
165+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net5.0-windows|AnyCPU'">
166+
<DebugType>portable</DebugType>
167+
</PropertyGroup>
168+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-windows|AnyCPU'">
169+
<DebugType>portable</DebugType>
170+
</PropertyGroup>
171+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-windows|AnyCPU'">
172+
<DebugType>portable</DebugType>
119173
</PropertyGroup>
120174
<ItemGroup>
121175
<Compile Remove="build\**" />

0 commit comments

Comments
 (0)