|
12 | 12 | <AssemblyName>Autofac.Extras.EnterpriseLibraryConfigurator</AssemblyName> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SignAssembly>true</SignAssembly> |
15 | | - <AssemblyOriginatorKeyFile>..\..\..\Build\SharedKey.snk</AssemblyOriginatorKeyFile> |
| 15 | + <AssemblyOriginatorKeyFile>..\..\Autofac.snk</AssemblyOriginatorKeyFile> |
16 | 16 | <TargetFrameworkVersion Condition="$(TargetFrameworkVersion)==''">v4.0</TargetFrameworkVersion> |
17 | 17 | <TargetFrameworkProfile Condition="$(TargetFrameworkVersion)==''"> |
18 | 18 | </TargetFrameworkProfile> |
|
27 | 27 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
28 | 28 | <ErrorReport>prompt</ErrorReport> |
29 | 29 | <WarningLevel>4</WarningLevel> |
30 | | - <CodeAnalysisRuleSet>..\..\..\Build\Full.ruleset</CodeAnalysisRuleSet> |
| 30 | + <CodeAnalysisRuleSet>..\..\Full.ruleset</CodeAnalysisRuleSet> |
31 | 31 | <DocumentationFile>bin\Debug\Autofac.Extras.EnterpriseLibraryConfigurator.xml</DocumentationFile> |
32 | 32 | <RunCodeAnalysis>true</RunCodeAnalysis> |
33 | 33 | </PropertyGroup> |
|
38 | 38 | <DefineConstants>TRACE</DefineConstants> |
39 | 39 | <ErrorReport>prompt</ErrorReport> |
40 | 40 | <WarningLevel>4</WarningLevel> |
41 | | - <CodeAnalysisRuleSet>..\..\..\Build\Full.ruleset</CodeAnalysisRuleSet> |
| 41 | + <CodeAnalysisRuleSet>..\..\Full.ruleset</CodeAnalysisRuleSet> |
42 | 42 | <DocumentationFile>bin\Release\Autofac.Extras.EnterpriseLibraryConfigurator.xml</DocumentationFile> |
43 | 43 | <RunCodeAnalysis>true</RunCodeAnalysis> |
44 | 44 | </PropertyGroup> |
45 | 45 | <ItemGroup> |
46 | 46 | <Reference Include="Autofac, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
47 | 47 | <SpecificVersion>False</SpecificVersion> |
48 | | - <HintPath>..\..\..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath> |
| 48 | + <HintPath>..\..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath> |
49 | 49 | </Reference> |
50 | 50 | <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common"> |
51 | | - <HintPath>..\..\..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath> |
| 51 | + <HintPath>..\..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath> |
52 | 52 | </Reference> |
53 | 53 | <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
54 | 54 | <SpecificVersion>False</SpecificVersion> |
55 | | - <HintPath>..\..\..\packages\CommonServiceLocator.1.2\lib\portable-windows8+net40+sl5+windowsphone8\Microsoft.Practices.ServiceLocation.dll</HintPath> |
| 55 | + <HintPath>..\..\packages\CommonServiceLocator.1.2\lib\portable-windows8+net40+sl5+windowsphone8\Microsoft.Practices.ServiceLocation.dll</HintPath> |
56 | 56 | </Reference> |
57 | 57 | <Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
58 | 58 | <SpecificVersion>False</SpecificVersion> |
59 | | - <HintPath>..\..\..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath> |
| 59 | + <HintPath>..\..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath> |
60 | 60 | </Reference> |
61 | 61 | <Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
62 | 62 | <SpecificVersion>False</SpecificVersion> |
63 | | - <HintPath>..\..\..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath> |
| 63 | + <HintPath>..\..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath> |
64 | 64 | </Reference> |
65 | 65 | <Reference Include="Microsoft.Practices.Unity.Interception, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
66 | 66 | <SpecificVersion>False</SpecificVersion> |
67 | | - <HintPath>..\..\..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll</HintPath> |
| 67 | + <HintPath>..\..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll</HintPath> |
68 | 68 | </Reference> |
69 | 69 | <Reference Include="Microsoft.Practices.Unity.Interception.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
70 | 70 | <SpecificVersion>False</SpecificVersion> |
71 | | - <HintPath>..\..\..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath> |
| 71 | + <HintPath>..\..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath> |
72 | 72 | </Reference> |
73 | 73 | <Reference Include="System" /> |
74 | 74 | <Reference Include="System.Configuration" /> |
|
80 | 80 | <Reference Include="System.Xml" /> |
81 | 81 | </ItemGroup> |
82 | 82 | <ItemGroup> |
83 | | - <Compile Include="..\..\..\GlobalAssemblyInfo.cs"> |
84 | | - <Link>Properties\GlobalAssemblyInfo.cs</Link> |
85 | | - </Compile> |
86 | | - <Compile Include="..\..\..\ProductAssemblyInfo.cs"> |
87 | | - <Link>Properties\ProductAssemblyInfo.cs</Link> |
88 | | - </Compile> |
89 | | - <CodeAnalysisDictionary Include="..\..\..\Build\CodeAnalysisDictionary.xml"> |
| 83 | + <CodeAnalysisDictionary Include="..\..\CodeAnalysisDictionary.xml"> |
90 | 84 | <Link>CodeAnalysisDictionary.xml</Link> |
91 | 85 | </CodeAnalysisDictionary> |
92 | 86 | <Compile Include="AutofacContainerConfigurator.cs" /> |
93 | 87 | <Compile Include="AutofacParameterBuilderVisitor.cs" /> |
94 | 88 | <Compile Include="EnterpriseLibraryRegistrationExtensions.cs" /> |
95 | 89 | <Compile Include="Properties\AssemblyInfo.cs" /> |
96 | | - <Compile Include="Properties\VersionAssemblyInfo.cs" /> |
97 | 90 | </ItemGroup> |
98 | 91 | <ItemGroup> |
99 | 92 | <None Include="app.config" /> |
| 93 | + <None Include="Autofac.Extras.EnterpriseLibraryConfigurator.nuspec" /> |
100 | 94 | <None Include="packages.config" /> |
101 | 95 | </ItemGroup> |
102 | 96 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments