Fix project files to properly include all content files

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-10-21 23:18:02 -07:00
parent 765464ca1b
commit ad278694c4
9 changed files with 41 additions and 40 deletions

View File

@@ -110,6 +110,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />
<Content Include="Views\Admin\Details.cshtml" />
<Content Include="Web.config" />
<Content Include="Views\Web.config" />
</ItemGroup>
@@ -124,7 +125,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Views\Admin\Details.cshtml" />
<Content Include="Views\Admin\Edit.cshtml" />
<Content Include="Views\Admin\Index.cshtml" />
<Content Include="Views\Parts\Comments.cshtml" />
@@ -135,9 +135,9 @@
<Content Include="Views\ListOfComments.cshtml" />
</ItemGroup>
<ItemGroup>
<None Include="Placement.info">
<Content Include="Placement.info">
<SubType>Designer</SubType>
</None>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />