Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
remove ImageResizer from csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 14, 2013
1 parent 9ae7187 commit bfb2fd1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/SocialBootstrapApi/SocialBootstrapApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
<Compile Include="Controllers\ControllerBase.cs" />
<Compile Include="Controllers\SecureController.cs" />
<Compile Include="Controllers\PublicController.cs" />
<Compile Include="ImageResizer\ImageService.cs" />
<Compile Include="Models\CustomUserSession.cs" />
<Compile Include="Models\User.cs" />
<Compile Include="Logic\TwitterGateway.cs" />
Expand Down Expand Up @@ -203,7 +202,6 @@
<Content Include="Content\js\localStorage-shim.js" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="ImageResizer\default.html" />
<Content Include="README.txt" />
<Content Include="swagger-ui\css\screen.css" />
<Content Include="swagger-ui\images\pet_store_api.png" />
Expand Down Expand Up @@ -242,9 +240,7 @@
<Content Include="Views\Secure\Index.cshtml" />
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="uploads\thumbnails\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="Content\css\mixins.less">
<Generator>LessGenerator</Generator>
Expand Down

0 comments on commit bfb2fd1

Please sign in to comment.