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

Commit bfb2fd1

Browse files
committed
remove ImageResizer from csproj
1 parent 9ae7187 commit bfb2fd1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/SocialBootstrapApi/SocialBootstrapApi.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
<Compile Include="Controllers\ControllerBase.cs" />
117117
<Compile Include="Controllers\SecureController.cs" />
118118
<Compile Include="Controllers\PublicController.cs" />
119-
<Compile Include="ImageResizer\ImageService.cs" />
120119
<Compile Include="Models\CustomUserSession.cs" />
121120
<Compile Include="Models\User.cs" />
122121
<Compile Include="Logic\TwitterGateway.cs" />
@@ -203,7 +202,6 @@
203202
<Content Include="Content\js\localStorage-shim.js" />
204203
<Content Include="favicon.ico" />
205204
<Content Include="Global.asax" />
206-
<Content Include="ImageResizer\default.html" />
207205
<Content Include="README.txt" />
208206
<Content Include="swagger-ui\css\screen.css" />
209207
<Content Include="swagger-ui\images\pet_store_api.png" />
@@ -242,9 +240,7 @@
242240
<Content Include="Views\Secure\Index.cshtml" />
243241
<Content Include="packages.config" />
244242
</ItemGroup>
245-
<ItemGroup>
246-
<Folder Include="uploads\thumbnails\" />
247-
</ItemGroup>
243+
<ItemGroup />
248244
<ItemGroup>
249245
<None Include="Content\css\mixins.less">
250246
<Generator>LessGenerator</Generator>

0 commit comments

Comments
 (0)