Skip to content

Commit 8dffb2b

Browse files
committed
Add ConsoleUnlockECU, schema change to include aliases
1 parent 2c8b4ea commit 8dffb2b

11 files changed

+5170
-26
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net5.0</TargetFramework>
6+
<ApplicationIcon>unlockecu-256.ico</ApplicationIcon>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<ProjectReference Include="..\UnlockECU\UnlockECU.csproj" />
11+
</ItemGroup>
12+
13+
</Project>

0 commit comments

Comments
 (0)