Skip to content

Commit

Permalink
removed structuremap - don't need it yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinze committed Mar 6, 2011
1 parent 8e78a44 commit e9d4383
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 3,885 deletions.
1 change: 0 additions & 1 deletion Lib/repositories.config
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\Source\HttPardon.Tests\packages.config" />
<repository path="..\Source\HttPardon\packages.config" />
</repositories>
3,874 changes: 0 additions & 3,874 deletions Lib/structuremap.2.6.2/lib/StructureMap.XML

This file was deleted.

Binary file removed Lib/structuremap.2.6.2/lib/StructureMap.dll
Binary file not shown.
Binary file removed Lib/structuremap.2.6.2/lib/StructureMap.pdb
Binary file not shown.
Binary file removed Lib/structuremap.2.6.2/structuremap.2.6.2.nupkg
Binary file not shown.
6 changes: 0 additions & 6 deletions Source/HttPardon/HttPardon.csproj
Expand Up @@ -36,9 +36,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="StructureMap">
<HintPath>..\..\Lib\structuremap.2.6.2\lib\StructureMap.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
Expand All @@ -58,9 +55,6 @@
<Compile Include="HttpWebResposeExtensions.cs" />
<Compile Include="IHttp.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
5 changes: 5 additions & 0 deletions Source/HttPardon/Http.cs
Expand Up @@ -4,6 +4,11 @@

namespace HttPardon
{
public class HttpRequestor
{

}

public class Http
{
public static Response get(string url)
Expand Down
4 changes: 0 additions & 4 deletions Source/HttPardon/packages.config

This file was deleted.

0 comments on commit e9d4383

Please sign in to comment.