Skip to content

Commit

Permalink
Changed copy settings on assets
Browse files Browse the repository at this point in the history
  • Loading branch information
grumpydev committed Mar 26, 2011
1 parent 40942fa commit abd8fdd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/Org.NerdBeers/Org.NerdBeers.Web/Org.NerdBeers.Web.csproj
Expand Up @@ -90,8 +90,12 @@
<Content Include="App_Data\NerdBeers.sdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Content\bubbles.png" />
<Content Include="Content\logo.png" />
<Content Include="Content\bubbles.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Content\logo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Content\MainLayout.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -131,7 +135,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Content\Web.config" />
<Content Include="Content\Web.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
Expand Down

0 comments on commit abd8fdd

Please sign in to comment.