Skip to content

Commit

Permalink
Add TinyIOC
Browse files Browse the repository at this point in the history
  • Loading branch information
davevans committed Jul 12, 2014
1 parent b6ca2f7 commit 98c9db8
Show file tree
Hide file tree
Showing 8 changed files with 3,776 additions and 12 deletions.
4 changes: 4 additions & 0 deletions src/Church/Church.Common/Church.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand All @@ -47,12 +48,15 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Database\BaseContext.cs" />
<Compile Include="IOC\TinyIoC.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Web\TinyIocWebApiResolver.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<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
Loading

0 comments on commit 98c9db8

Please sign in to comment.