1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >9.0.30729</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{2BFDBAB2-E2DA-4588-AE2D-133896FF8861}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >Autofac.Extras.FakeItEasy</RootNamespace >
12- <AssemblyName >Autofac.Extras.FakeItEasy</AssemblyName >
13- <FileAlignment >512</FileAlignment >
14- <SignAssembly >true</SignAssembly >
15- <AssemblyOriginatorKeyFile >..\..\Autofac.snk</AssemblyOriginatorKeyFile >
16- <TargetFrameworkVersion Condition =" $(TargetFrameworkVersion)==''" >v4.0</TargetFrameworkVersion >
17- <TargetFrameworkProfile Condition =" $(TargetFrameworkVersion)==''" >Client</TargetFrameworkProfile >
18- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\</SolutionDir >
19- <RestorePackages >true</RestorePackages >
20- </PropertyGroup >
21- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22- <DebugSymbols >true</DebugSymbols >
23- <DebugType >full</DebugType >
24- <Optimize >false</Optimize >
25- <OutputPath >bin\Debug\</OutputPath >
26- <DefineConstants >DEBUG;TRACE</DefineConstants >
27- <ErrorReport >prompt</ErrorReport >
28- <WarningLevel >4</WarningLevel >
29- <CodeAnalysisRuleSet >..\..\Full.ruleset</CodeAnalysisRuleSet >
30- <RunCodeAnalysis >true</RunCodeAnalysis >
31- <DocumentationFile >bin\Debug\Autofac.Extras.FakeItEasy.xml</DocumentationFile >
32- </PropertyGroup >
33- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34- <DebugType >pdbonly</DebugType >
35- <Optimize >true</Optimize >
36- <OutputPath >bin\Release\</OutputPath >
37- <DefineConstants >TRACE</DefineConstants >
38- <ErrorReport >prompt</ErrorReport >
39- <WarningLevel >4</WarningLevel >
40- <CodeAnalysisRuleSet >..\..\Full.ruleset</CodeAnalysisRuleSet >
41- <RunCodeAnalysis >true</RunCodeAnalysis >
42- <DocumentationFile >bin\Release\Autofac.Extras.FakeItEasy.xml</DocumentationFile >
43- </PropertyGroup >
44- <ItemGroup >
45- <Reference Include =" Autofac, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
46- <SpecificVersion >False</SpecificVersion >
47- <HintPath >..\..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath >
48- </Reference >
49- <Reference Include =" FakeItEasy, Version=2.0.0.0, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c, processorArchitecture=MSIL" >
50- <HintPath >..\..\packages\FakeItEasy.2.0.0-rc1 \lib\net40\FakeItEasy.dll</HintPath >
51- <Private >True</Private >
52- </Reference >
53- <Reference Include =" System" />
54- <Reference Include =" System.Core" />
55- <Reference Include =" System.Data" />
56- <Reference Include =" System.Xml" />
57- </ItemGroup >
58- <ItemGroup >
59- <CodeAnalysisDictionary Include =" ..\..\CodeAnalysisDictionary.xml" >
60- <Link >CodeAnalysisDictionary.xml</Link >
61- </CodeAnalysisDictionary >
62- <Compile Include =" AutoFake.cs" />
63- <Compile Include =" FakeRegistrationHandler.cs" />
64- <Compile Include =" Properties\AssemblyInfo.cs" />
65- </ItemGroup >
66- <ItemGroup >
67- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
68- <Visible >False</Visible >
69- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
70- <Install >false</Install >
71- </BootstrapperPackage >
72- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
73- <Visible >False</Visible >
74- <ProductName >.NET Framework 3.5 SP1</ProductName >
75- <Install >true</Install >
76- </BootstrapperPackage >
77- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
78- <Visible >False</Visible >
79- <ProductName >Windows Installer 3.1</ProductName >
80- <Install >true</Install >
81- </BootstrapperPackage >
82- </ItemGroup >
83- <ItemGroup >
84- <None Include =" Autofac.Extras.FakeItEasy.nuspec" />
85- <None Include =" packages.config" />
86- </ItemGroup >
87- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89- Other similar extension points exist, see Microsoft.Common.targets.
90- <Target Name="BeforeBuild">
91- </Target>
92- <Target Name="AfterBuild">
93- </Target>
94- -->
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >9.0.30729</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{2BFDBAB2-E2DA-4588-AE2D-133896FF8861}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >Autofac.Extras.FakeItEasy</RootNamespace >
12+ <AssemblyName >Autofac.Extras.FakeItEasy</AssemblyName >
13+ <FileAlignment >512</FileAlignment >
14+ <SignAssembly >true</SignAssembly >
15+ <AssemblyOriginatorKeyFile >..\..\Autofac.snk</AssemblyOriginatorKeyFile >
16+ <TargetFrameworkVersion Condition =" $(TargetFrameworkVersion)==''" >v4.0</TargetFrameworkVersion >
17+ <TargetFrameworkProfile Condition =" $(TargetFrameworkVersion)==''" >Client</TargetFrameworkProfile >
18+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\</SolutionDir >
19+ <RestorePackages >true</RestorePackages >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <DebugSymbols >true</DebugSymbols >
23+ <DebugType >full</DebugType >
24+ <Optimize >false</Optimize >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ <CodeAnalysisRuleSet >..\..\Full.ruleset</CodeAnalysisRuleSet >
30+ <RunCodeAnalysis >true</RunCodeAnalysis >
31+ <DocumentationFile >bin\Debug\Autofac.Extras.FakeItEasy.xml</DocumentationFile >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34+ <DebugType >pdbonly</DebugType >
35+ <Optimize >true</Optimize >
36+ <OutputPath >bin\Release\</OutputPath >
37+ <DefineConstants >TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ <CodeAnalysisRuleSet >..\..\Full.ruleset</CodeAnalysisRuleSet >
41+ <RunCodeAnalysis >true</RunCodeAnalysis >
42+ <DocumentationFile >bin\Release\Autofac.Extras.FakeItEasy.xml</DocumentationFile >
43+ </PropertyGroup >
44+ <ItemGroup >
45+ <Reference Include =" Autofac, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
46+ <SpecificVersion >False</SpecificVersion >
47+ <HintPath >..\..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" FakeItEasy, Version=2.0.0.0, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c, processorArchitecture=MSIL" >
50+ <HintPath >..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll</HintPath >
51+ <Private >True</Private >
52+ </Reference >
53+ <Reference Include =" System" />
54+ <Reference Include =" System.Core" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.Xml" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <CodeAnalysisDictionary Include =" ..\..\CodeAnalysisDictionary.xml" >
60+ <Link >CodeAnalysisDictionary.xml</Link >
61+ </CodeAnalysisDictionary >
62+ <Compile Include =" AutoFake.cs" />
63+ <Compile Include =" FakeRegistrationHandler.cs" />
64+ <Compile Include =" Properties\AssemblyInfo.cs" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
68+ <Visible >False</Visible >
69+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
70+ <Install >false</Install >
71+ </BootstrapperPackage >
72+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
73+ <Visible >False</Visible >
74+ <ProductName >.NET Framework 3.5 SP1</ProductName >
75+ <Install >true</Install >
76+ </BootstrapperPackage >
77+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
78+ <Visible >False</Visible >
79+ <ProductName >Windows Installer 3.1</ProductName >
80+ <Install >true</Install >
81+ </BootstrapperPackage >
82+ </ItemGroup >
83+ <ItemGroup >
84+ <None Include =" Autofac.Extras.FakeItEasy.nuspec" />
85+ <None Include =" packages.config" />
86+ </ItemGroup >
87+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89+ Other similar extension points exist, see Microsoft.Common.targets.
90+ <Target Name="BeforeBuild">
91+ </Target>
92+ <Target Name="AfterBuild">
93+ </Target>
94+ -->
9595</Project >
0 commit comments