Skip to content

Commit d0e8feb

Browse files
authored
Add Extract app (jo3bingham#6)
* Add Extract app to convert recordings to OTBM files In the future, the Extract app can be updated to extract more information from recordings. * Move fluid enums to TibiaAPI library
1 parent 40f8291 commit d0e8feb

8 files changed

Lines changed: 488 additions & 14 deletions

File tree

Apps/Extract/Extract.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<ProjectReference Include="..\..\TibiaAPI\TibiaAPI.csproj" />
10+
</ItemGroup>
11+
12+
</Project>

0 commit comments

Comments
 (0)