1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{88379560-EFAE-4296-BF81-D1809B0F7BD3}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Patterns.Testing.Autofac</RootNamespace >
11+ <AssemblyName >Patterns.Testing.Autofac</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ <BuildPackage >true</BuildPackage >
17+ <TargetFrameworkProfile />
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <DocumentationFile >bin\Debug\Patterns.Testing.Autofac.XML</DocumentationFile >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Autofac" >
39+ <HintPath >..\packages\Autofac.3.0.1\lib\net40\Autofac.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Autofac.Configuration" >
42+ <HintPath >..\packages\Autofac.3.0.1\lib\net40\Autofac.Configuration.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Autofac.Extras.CommonServiceLocator" >
45+ <HintPath >..\packages\Autofac.Extras.CommonServiceLocator.3.0.0\lib\net40\Autofac.Extras.CommonServiceLocator.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Microsoft.Practices.ServiceLocation" >
48+ <HintPath >..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Moq" >
51+ <HintPath >..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" System" />
54+ <Reference Include =" System.Core" />
55+ <Reference Include =" System.Xml.Linq" />
56+ <Reference Include =" System.Data.DataSetExtensions" />
57+ <Reference Include =" Microsoft.CSharp" />
58+ <Reference Include =" System.Data" />
59+ <Reference Include =" System.Xml" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" ..\Patterns\SolutionAssemblyInfo.cs" >
63+ <Link >Properties\SolutionAssemblyInfo.cs</Link >
64+ </Compile >
65+ <Compile Include =" IAutofacMoqContainer.cs" />
66+ <Compile Include =" AutofacMoqContainer.cs" />
67+ <Compile Include =" MoqRegistrationSource.cs" />
68+ <Compile Include =" Properties\AssemblyInfo.cs" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <None Include =" packages.config" />
72+ <None Include =" Patterns.Testing.Autofac.nuspec" >
73+ <AutoGen >True</AutoGen >
74+ <DesignTime >True</DesignTime >
75+ <DependentUpon >Patterns.Testing.Autofac.tt</DependentUpon >
76+ </None >
77+ <None Include =" Patterns.Testing.Autofac.tt" >
78+ <Generator >TextTemplatingFileGenerator</Generator >
79+ <LastGenOutput >Patterns.Testing.Autofac.nuspec</LastGenOutput >
80+ </None >
81+ </ItemGroup >
82+ <ItemGroup >
83+ <ProjectReference Include =" ..\Patterns.Autofac\Patterns.Autofac.csproj" >
84+ <Project >{97728D2C-BDD1-4DE5-A478-3ED86B3F091B}</Project >
85+ <Name >Patterns.Autofac</Name >
86+ </ProjectReference >
87+ <ProjectReference Include =" ..\Patterns.Testing\Patterns.Testing.csproj" >
88+ <Project >{367EAA3A-FABB-4CFB-AF01-AD0A4F0499FD}</Project >
89+ <Name >Patterns.Testing</Name >
90+ </ProjectReference >
91+ </ItemGroup >
92+ <ItemGroup >
93+ <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
94+ </ItemGroup >
95+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
97+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98+ Other similar extension points exist, see Microsoft.Common.targets.
99+ <Target Name="BeforeBuild">
100+ </Target>
101+ <Target Name="AfterBuild">
102+ </Target>
103+ -->
104+ </Project >
0 commit comments