Skip to content

Commit

Permalink
Add EcucBase source code
Browse files Browse the repository at this point in the history
  • Loading branch information
DD-Silence committed Apr 25, 2022
1 parent 913919e commit d61bbfb
Show file tree
Hide file tree
Showing 8 changed files with 7,462 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Autosar-Configurator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,20 @@
<None Remove="Example\**" />
</ItemGroup>

<ItemGroup>
<Compile Remove="EcucBase\EcucUi.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CS-Script.Core" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="EcucBaseCore">
<HintPath>lib\EcucBaseCore.dll</HintPath>
<Reference Include="Autosar">
<HintPath>lib\Autosar.dll</HintPath>
</Reference>
<Reference Include="XObjectsCore">
<HintPath>lib\XObjectsCore.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
Loading

0 comments on commit d61bbfb

Please sign in to comment.