Adding missing files to kproj

This commit is contained in:
Pranav K 2014-06-09 14:55:50 -07:00
parent cc0dadc6b6
commit 0123b38840
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
</PropertyGroup>
<ItemGroup>
<Content Include="compiler\resources\BasicWebSite.Home.Index.html" />
<Content Include="compiler\resources\BasicWebSite.Home.PlainView.html" />
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>

View File

@ -36,6 +36,7 @@
<ItemGroup>
<Content Include="project.json" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Home\PlainView.cshtml" />
<Content Include="Views\Shared\Error.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
</ItemGroup>