Skip to content

Commit

Permalink
Add ConsoleUnlockECU, schema change to include aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jglim committed Feb 14, 2021
1 parent 2c8b4ea commit 8dffb2b
Show file tree
Hide file tree
Showing 11 changed files with 5,170 additions and 26 deletions.
13 changes: 13 additions & 0 deletions UnlockECU/ConsoleUnlockECU/ConsoleUnlockECU.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ApplicationIcon>unlockecu-256.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\UnlockECU\UnlockECU.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit 8dffb2b

Please sign in to comment.