|
36 | 36 | <Reference Include="ApprovalUtilities"> |
37 | 37 | <HintPath>..\packages\ApprovalUtilities.3.0.01\lib\net35\ApprovalUtilities.dll</HintPath> |
38 | 38 | </Reference> |
| 39 | + <Reference Include="Autofac"> |
| 40 | + <HintPath>..\packages\Autofac.3.1.1\lib\net40\Autofac.dll</HintPath> |
| 41 | + </Reference> |
39 | 42 | <Reference Include="NSubstitute"> |
40 | 43 | <HintPath>..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll</HintPath> |
41 | 44 | </Reference> |
|
51 | 54 | <Reference Include="System.Xml" /> |
52 | 55 | </ItemGroup> |
53 | 56 | <ItemGroup> |
| 57 | + <Compile Include="Autofac\CanResolveAllRegisteredServicesTests.cs" /> |
| 58 | + <Compile Include="Autofac\ServicesShouldOnlyHaveDependenciesWithLesserLifetimeTests.cs" /> |
| 59 | + <Compile Include="Autofac\TestTypes\Bar.cs" /> |
| 60 | + <Compile Include="Autofac\TestTypes\Foo.cs" /> |
| 61 | + <Compile Include="Autofac\TestTypes\IBar.cs" /> |
| 62 | + <Compile Include="Autofac\TestTypes\IFoo.cs" /> |
54 | 63 | <Compile Include="ConventionAssertionClassTests.cs" /> |
55 | 64 | <Compile Include="CsvReportTests.cs" /> |
56 | 65 | <Compile Include="MvcConventions.cs" /> |
|
72 | 81 | <Project>{D5A0D078-C660-4654-8A14-DDC816BEBC54}</Project> |
73 | 82 | <Name>TestAssembly</Name> |
74 | 83 | </ProjectReference> |
| 84 | + <ProjectReference Include="..\TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.csproj"> |
| 85 | + <Project>{a747fd64-5338-4572-879d-a9deb00ebd56}</Project> |
| 86 | + <Name>TestStack.ConventionTests.Autofac</Name> |
| 87 | + </ProjectReference> |
75 | 88 | <ProjectReference Include="..\TestStack.ConventionTests\TestStack.ConventionTests.csproj"> |
76 | 89 | <Project>{955B0236-089F-434D-BA02-63A1E24C2B7C}</Project> |
77 | 90 | <Name>TestStack.ConventionTests</Name> |
|
89 | 102 | <ItemGroup> |
90 | 103 | <None Include="Resources\ProjectFileWithInvalidSqlScriptFile.txt" /> |
91 | 104 | </ItemGroup> |
| 105 | + <ItemGroup /> |
92 | 106 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
93 | 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
94 | 108 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments