Skip to content

Commit

Permalink
Changed webp references.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrenier committed Nov 16, 2012
1 parent 5ee6b4d commit 0e8370f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions WebHost/WebHost.csproj
Expand Up @@ -54,12 +54,6 @@
<Content Include="Scripts\*.js" />
<Content Include="Content\**\*.*" />
<Content Include="Themes\**\*.*" />
<Content Include="Thumbnails\applestore.png" />
<Content Include="Thumbnails\britain.png" />
<Content Include="Thumbnails\seattle_classic.png" />
<Content Include="Thumbnails\seattle_downtown.png" />
<Content Include="Thumbnails\seattle_half.png" />
<Content Include="Thumbnails\seattle_shuffle.png" />
<Content Include="Views\**\*.*" />
<Content Include="*.asax" />
<Compile Include="*.asax.cs" />
Expand Down Expand Up @@ -112,6 +106,14 @@
<Content Include="Images\segway1.webp" />
<Content Include="Images\segway2.webp" />
</ItemGroup>
<ItemGroup>
<Content Include="Thumbnails\applestore.webp" />
<Content Include="Thumbnails\britain.webp" />
<Content Include="Thumbnails\seattle_classic.webp" />
<Content Include="Thumbnails\seattle_downtown.webp" />
<Content Include="Thumbnails\seattle_half.webp" />
<Content Include="Thumbnails\seattle_shuffle.webp" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VisualStudioVersion)' != '10.0'AND Exists('$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets')" />
Expand Down

0 comments on commit 0e8370f

Please sign in to comment.