Add schemas for database version 2.

This commit is contained in:
2018-04-12 06:43:45 +01:00
parent b4372a802f
commit 8e999c1b2f
23 changed files with 457 additions and 4 deletions

View File

@@ -24,6 +24,10 @@
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Database" />
<Folder Include="wwwroot\lib" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cicm.Database\Cicm.Database.csproj" />
</ItemGroup>
</Project>