Add base tables in the Default folder

This commit is contained in:
Matt Nadareski
2016-04-07 11:30:06 -07:00
parent e0c6630281
commit f8ba67240a
4 changed files with 7 additions and 0 deletions

View File

@@ -75,6 +75,9 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="Default\DATabase.sqlite">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
@@ -103,6 +106,7 @@
<Name>SabreHelper</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\System.Data.SQLite.Core.1.0.99.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net451\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

Binary file not shown.

Binary file not shown.

View File

@@ -71,6 +71,9 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="Default\Headerer.sqlite">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>