|
50 | 50 | <SpecificVersion>False</SpecificVersion> |
51 | 51 | <HintPath>..\..\packages\Castle.Core.3.2.2\lib\net45\Castle.Core.dll</HintPath> |
52 | 52 | </Reference> |
53 | | - <Reference Include="Castle.Windsor, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
54 | | - <SpecificVersion>False</SpecificVersion> |
55 | | - <HintPath>..\..\packages\Castle.Windsor.3.2.1\lib\net45\Castle.Windsor.dll</HintPath> |
56 | | - </Reference> |
57 | | - <Reference Include="Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL"> |
58 | | - <SpecificVersion>False</SpecificVersion> |
59 | | - <HintPath>..\..\packages\Ninject.3.0.1.10\lib\net45-full\Ninject.dll</HintPath> |
60 | | - </Reference> |
61 | 53 | <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL"> |
62 | 54 | <SpecificVersion>False</SpecificVersion> |
63 | 55 | <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
|
93 | 85 | <Compile Include="ServerFactories\StaticServerFactory.cs" /> |
94 | 86 | <Compile Include="ServerFactories\InstanceServerFactory.cs" /> |
95 | 87 | <Compile Include="Containers\AutofacContainerTests.cs" /> |
96 | | - <Compile Include="Containers\CastleWindsorContainerTests.cs" /> |
97 | 88 | <Compile Include="Containers\ContainerTestsBase.cs" /> |
98 | 89 | <Compile Include="Containers\DefaultServicesTests.cs" /> |
99 | 90 | <Compile Include="Containers\ReplaceDefaultServiceWithTextFileTests.cs" /> |
100 | 91 | <Compile Include="ServerFactoryLoaderTests.cs" /> |
101 | 92 | <Compile Include="GlobalSuppressions.cs" /> |
102 | 93 | <Compile Include="HostingEngineTests.cs" /> |
103 | | - <Compile Include="Containers\NinjectContainerTests.cs" /> |
104 | 94 | <Compile Include="Properties\AssemblyInfo.cs" /> |
105 | 95 | <Compile Include="ServerFactories\OwinServerFactory.cs" /> |
106 | 96 | <Compile Include="ServerFactoryAdapterTests.cs" /> |
|
0 commit comments