Add generic DAT output to DLL

This commit is contained in:
Matt Nadareski
2016-04-18 13:59:15 -07:00
parent 621ae8c0bc
commit fa4c5d069b
2 changed files with 104 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.99.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -72,6 +73,7 @@
<Compile Include="DBTools.cs" />
<Compile Include="Enums.cs" />
<Compile Include="Logger.cs" />
<Compile Include="Output.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Remapping.cs" />
<Compile Include="Structs.cs" />