Skip to content

Commit a6b467f

Browse files
committed
Fix installer
1 parent 4e22cab commit a6b467f

8 files changed

Lines changed: 79 additions & 1354 deletions

src/AI Setup Project/AI Setup Project.back(21.9).aip

Lines changed: 0 additions & 429 deletions
This file was deleted.

src/AI Setup Project/SignToolGUI Installer.aip

Lines changed: 39 additions & 41 deletions
Large diffs are not rendered by default.

src/AI Setup Project/SignToolGUI Installer.aiproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<Name>SignToolGUI</Name>
2828
<Project>{5e3e0028-03ee-4fe0-9a52-4a5ae04b5e0b}</Project>
2929
<Private>True</Private>
30-
<OutputsToImport>PrimaryOutput;ContentOutput;References;LocalizedResourcesOutput</OutputsToImport>
30+
<OutputsToImport>PrimaryOutput;ContentOutput;References;LocalizedResourcesOutput;DocumentationOutput;ComTypeLibraryOutput</OutputsToImport>
3131
</ProjectReference>
3232
</ItemGroup>
3333
<Target Name="Build">

src/AI Setup Project/SignToolGUI Installer.back(21.9).aip

Lines changed: 0 additions & 441 deletions
This file was deleted.

src/AI Setup Project/SignToolGUI Installer.back(22.5).aip

Lines changed: 0 additions & 441 deletions
This file was deleted.

src/SignToolGUI/SignToolGUI.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@
310310
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
311311
</Content>
312312
<None Include="lib\SplitButton.dll" />
313+
<EmbeddedResource Include="SignToolGUI.exe.config">
314+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
315+
</EmbeddedResource>
313316
<None Include="Tools\Azure.CodeSigning.Dlib.runtimeconfig.json">
314317
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
315318
</None>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly>
6+
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
7+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
8+
</dependentAssembly>
9+
</assemblyBinding>
10+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
11+
<dependentAssembly>
12+
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
13+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
14+
</dependentAssembly>
15+
</assemblyBinding>
16+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
17+
<dependentAssembly>
18+
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
19+
<bindingRedirect oldVersion="0.0.0.0-4.1.5.0" newVersion="4.1.5.0" />
20+
</dependentAssembly>
21+
</assemblyBinding>
22+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
23+
<dependentAssembly>
24+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
25+
<bindingRedirect oldVersion="0.0.0.0-6.0.1.0" newVersion="6.0.1.0" />
26+
</dependentAssembly>
27+
</assemblyBinding>
28+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
29+
<dependentAssembly>
30+
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
31+
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
32+
</dependentAssembly>
33+
</assemblyBinding>
34+
</runtime>
35+
</configuration>

src/SignToolGUI/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<configuration>
33
<configSections>
44
</configSections>
5-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
5+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

0 commit comments

Comments
 (0)