|
29 | 29 | <PackageReadmeFile>README.md</PackageReadmeFile> |
30 | 30 | <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> |
31 | 31 | <EnableNETAnalyzers>True</EnableNETAnalyzers> |
32 | | - <SignAssembly>True</SignAssembly> |
| 32 | + <SignAssembly>False</SignAssembly> |
33 | 33 | <AssemblyOriginatorKeyFile>C:\devtools\keys\code_signing_ljnath.pfx</AssemblyOriginatorKeyFile> |
34 | 34 | <IncludeSymbols>False</IncludeSymbols> |
35 | 35 | </PropertyGroup> |
36 | 36 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net20|AnyCPU'"> |
37 | | - <DebugType>full</DebugType> |
| 37 | + <DebugType>portable</DebugType> |
38 | 38 | </PropertyGroup> |
39 | 39 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net35|AnyCPU'"> |
40 | | - <DebugType>full</DebugType> |
| 40 | + <DebugType>portable</DebugType> |
41 | 41 | </PropertyGroup> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net40|AnyCPU'"> |
43 | | - <DebugType>full</DebugType> |
| 43 | + <DebugType>portable</DebugType> |
44 | 44 | </PropertyGroup> |
45 | 45 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'"> |
46 | | - <DebugType>full</DebugType> |
| 46 | + <DebugType>portable</DebugType> |
47 | 47 | </PropertyGroup> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net451|AnyCPU'"> |
49 | | - <DebugType>full</DebugType> |
| 49 | + <DebugType>portable</DebugType> |
50 | 50 | </PropertyGroup> |
51 | 51 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'"> |
52 | | - <DebugType>full</DebugType> |
| 52 | + <DebugType>portable</DebugType> |
53 | 53 | </PropertyGroup> |
54 | 54 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'"> |
55 | | - <DebugType>full</DebugType> |
| 55 | + <DebugType>portable</DebugType> |
56 | 56 | </PropertyGroup> |
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net461|AnyCPU'"> |
58 | | - <DebugType>full</DebugType> |
| 58 | + <DebugType>portable</DebugType> |
59 | 59 | </PropertyGroup> |
60 | 60 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'"> |
61 | | - <DebugType>full</DebugType> |
| 61 | + <DebugType>portable</DebugType> |
62 | 62 | </PropertyGroup> |
63 | 63 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net47|AnyCPU'"> |
64 | | - <DebugType>full</DebugType> |
| 64 | + <DebugType>portable</DebugType> |
65 | 65 | </PropertyGroup> |
66 | 66 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net471|AnyCPU'"> |
67 | | - <DebugType>full</DebugType> |
| 67 | + <DebugType>portable</DebugType> |
68 | 68 | </PropertyGroup> |
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'"> |
70 | | - <DebugType>full</DebugType> |
| 70 | + <DebugType>portable</DebugType> |
71 | 71 | </PropertyGroup> |
72 | 72 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net48|AnyCPU'"> |
73 | | - <DebugType>full</DebugType> |
| 73 | + <DebugType>portable</DebugType> |
74 | 74 | </PropertyGroup> |
75 | 75 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.1|AnyCPU'"> |
76 | | - <DebugType>full</DebugType> |
| 76 | + <DebugType>portable</DebugType> |
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net20|AnyCPU'"> |
79 | | - <DebugType>full</DebugType> |
| 79 | + <DebugType>portable</DebugType> |
80 | 80 | </PropertyGroup> |
81 | 81 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net35|AnyCPU'"> |
82 | | - <DebugType>full</DebugType> |
| 82 | + <DebugType>portable</DebugType> |
83 | 83 | </PropertyGroup> |
84 | 84 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net40|AnyCPU'"> |
85 | | - <DebugType>full</DebugType> |
| 85 | + <DebugType>portable</DebugType> |
86 | 86 | </PropertyGroup> |
87 | 87 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'"> |
88 | | - <DebugType>full</DebugType> |
| 88 | + <DebugType>portable</DebugType> |
89 | 89 | </PropertyGroup> |
90 | 90 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net451|AnyCPU'"> |
91 | | - <DebugType>full</DebugType> |
| 91 | + <DebugType>portable</DebugType> |
92 | 92 | </PropertyGroup> |
93 | 93 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net452|AnyCPU'"> |
94 | | - <DebugType>full</DebugType> |
| 94 | + <DebugType>portable</DebugType> |
95 | 95 | </PropertyGroup> |
96 | 96 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net46|AnyCPU'"> |
97 | | - <DebugType>full</DebugType> |
| 97 | + <DebugType>portable</DebugType> |
98 | 98 | </PropertyGroup> |
99 | 99 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net461|AnyCPU'"> |
100 | | - <DebugType>full</DebugType> |
| 100 | + <DebugType>portable</DebugType> |
101 | 101 | </PropertyGroup> |
102 | 102 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'"> |
103 | | - <DebugType>full</DebugType> |
| 103 | + <DebugType>portable</DebugType> |
104 | 104 | </PropertyGroup> |
105 | 105 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net47|AnyCPU'"> |
106 | | - <DebugType>full</DebugType> |
| 106 | + <DebugType>portable</DebugType> |
107 | 107 | </PropertyGroup> |
108 | 108 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net471|AnyCPU'"> |
109 | | - <DebugType>full</DebugType> |
| 109 | + <DebugType>portable</DebugType> |
110 | 110 | </PropertyGroup> |
111 | 111 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'"> |
112 | | - <DebugType>full</DebugType> |
| 112 | + <DebugType>portable</DebugType> |
113 | 113 | </PropertyGroup> |
114 | 114 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net48|AnyCPU'"> |
115 | | - <DebugType>full</DebugType> |
| 115 | + <DebugType>portable</DebugType> |
116 | 116 | </PropertyGroup> |
117 | 117 | <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> |
119 | 173 | </PropertyGroup> |
120 | 174 | <ItemGroup> |
121 | 175 | <Compile Remove="build\**" /> |
|
0 commit comments