Skip to content

Commit

Permalink
Add files.
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Sep 30, 2021
1 parent 78369bd commit 33aaece
Show file tree
Hide file tree
Showing 9 changed files with 787 additions and 0 deletions.
32 changes: 32 additions & 0 deletions ELinkConverter.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0-preview.1.21102.12" />
</ItemGroup>

<ItemGroup>
<Reference Include="OpenTK">
<HintPath>Lib\OpenTK.dll</HintPath>
</Reference>
<Reference Include="Syroot.BinaryData">
<HintPath>Lib\Syroot.BinaryData.dll</HintPath>
</Reference>
<Reference Include="Syroot.Maths">
<HintPath>Lib\Syroot.Maths.dll</HintPath>
</Reference>
<Reference Include="Toolbox.Core">
<HintPath>Lib\Toolbox.Core.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
Binary file added Lib/OpenTK.dll
Binary file not shown.
Binary file added Lib/Syroot.BinaryData.dll
Binary file not shown.
Binary file added Lib/Syroot.Maths.dll
Binary file not shown.
Binary file added Lib/Toolbox.Core.dll
Binary file not shown.
Binary file added Lib/Toolbox.Core.pdb
Binary file not shown.
Loading

0 comments on commit 33aaece

Please sign in to comment.