8
8
<Nullable >enable</Nullable >
9
9
<ApplicationIcon >Interrupts_8086.ico</ApplicationIcon >
10
10
<DebugType >embedded</DebugType >
11
- <SignAssembly >False </SignAssembly >
11
+ <SignAssembly >True </SignAssembly >
12
12
<Authors >Daniel Hermes</Authors >
13
13
<Company >Tesla Automation || DHBW Mannheim</Company >
14
14
<PackageProjectUrl >https://github.com/TXAE/Interrupts_8086</PackageProjectUrl >
15
15
<PackageReadmeFile >README.md</PackageReadmeFile >
16
16
<RepositoryUrl >https://github.com/TXAE/Interrupts_8086</RepositoryUrl >
17
17
<PackageTags >Digital</PackageTags >
18
- <Description >Simulates interrupt handling of the Intel 8086 chip within Digital.
19
- Builds on previous work by Silas Gerhard.</ Description >
18
+ <Description >Simulates interrupt handling of the Intel 8086 chip within Digital</ Description >
19
+ < AssemblyOriginatorKeyFile ></ AssemblyOriginatorKeyFile >
20
20
</PropertyGroup >
21
21
22
22
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
@@ -29,6 +29,7 @@ Builds on previous work by Silas Gerhard.</Description>
29
29
<None Remove =" Resources\Interruptcontroller.dig" />
30
30
<None Remove =" Resources\IPCS.dig" />
31
31
<None Remove =" Resources\ISR.dig" />
32
+ <None Remove =" Resources\IVT.hex" />
32
33
<None Remove =" Resources\Main_Interruptverarbeitung_8086.dig" />
33
34
<None Remove =" Resources\Misc.dig" />
34
35
<None Remove =" Resources\Offsetadd.dig" />
@@ -47,6 +48,7 @@ Builds on previous work by Silas Gerhard.</Description>
47
48
<EmbeddedResource Include =" Resources\Interruptcontroller.dig" />
48
49
<EmbeddedResource Include =" Resources\IPCS.dig" />
49
50
<EmbeddedResource Include =" Resources\ISR.dig" />
51
+ <EmbeddedResource Include =" Resources\IVT.hex" />
50
52
<EmbeddedResource Include =" Resources\Main_Interruptverarbeitung_8086.dig" />
51
53
<EmbeddedResource Include =" Resources\Misc.dig" />
52
54
<EmbeddedResource Include =" Resources\Offsetadd.dig" />
0 commit comments