|
10 | 10 | <RootNamespace>Autofac.Extras.MvvmCross</RootNamespace> |
11 | 11 | <AssemblyName>Autofac.Extras.MvvmCross</AssemblyName> |
12 | 12 | <SignAssembly>true</SignAssembly> |
13 | | - <AssemblyOriginatorKeyFile>..\..\..\Build\SharedKey.snk</AssemblyOriginatorKeyFile> |
| 13 | + <AssemblyOriginatorKeyFile>..\..\Autofac.snk</AssemblyOriginatorKeyFile> |
14 | 14 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
15 | 15 | <TargetFrameworkProfile>Profile259</TargetFrameworkProfile> |
16 | 16 | <FileAlignment>512</FileAlignment> |
|
28 | 28 | <ErrorReport>prompt</ErrorReport> |
29 | 29 | <WarningLevel>4</WarningLevel> |
30 | 30 | <DocumentationFile>bin\Debug\Autofac.Extras.MvvmCross.xml</DocumentationFile> |
31 | | - <CodeAnalysisRuleSet>..\..\..\Build\Portable.ruleset</CodeAnalysisRuleSet> |
| 31 | + <CodeAnalysisRuleSet>..\..\Portable.ruleset</CodeAnalysisRuleSet> |
32 | 32 | <RunCodeAnalysis>false</RunCodeAnalysis> |
33 | 33 | </PropertyGroup> |
34 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
38 | 38 | <DefineConstants>TRACE</DefineConstants> |
39 | 39 | <ErrorReport>prompt</ErrorReport> |
40 | 40 | <WarningLevel>4</WarningLevel> |
41 | | - <CodeAnalysisRuleSet>..\..\..\Build\Portable.ruleset</CodeAnalysisRuleSet> |
| 41 | + <CodeAnalysisRuleSet>..\..\Portable.ruleset</CodeAnalysisRuleSet> |
42 | 42 | <DocumentationFile>bin\Release\Autofac.Extras.MvvmCross.xml</DocumentationFile> |
43 | 43 | <RunCodeAnalysis>false</RunCodeAnalysis> |
44 | 44 | </PropertyGroup> |
45 | 45 | <ItemGroup> |
46 | 46 | <Reference Include="Autofac"> |
47 | | - <HintPath>..\..\..\packages\Autofac.3.5.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Autofac.dll</HintPath> |
| 47 | + <HintPath>..\..\packages\Autofac.3.5.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Autofac.dll</HintPath> |
48 | 48 | </Reference> |
49 | 49 | <Compile Include="AutofacMvxIocProviderResources.Designer.cs"> |
50 | 50 | <AutoGen>True</AutoGen> |
51 | 51 | <DesignTime>True</DesignTime> |
52 | 52 | <DependentUpon>AutofacMvxIocProviderResources.resx</DependentUpon> |
53 | 53 | </Compile> |
54 | 54 | <Compile Include="Properties\AssemblyInfo.cs" /> |
55 | | - <Compile Include="..\..\..\GlobalAssemblyInfo.cs"> |
56 | | - <Link>Properties\GlobalAssemblyInfo.cs</Link> |
57 | | - </Compile> |
58 | | - <CodeAnalysisDictionary Include="..\..\..\Build\CodeAnalysisDictionary.xml"> |
| 55 | + <CodeAnalysisDictionary Include="..\..\CodeAnalysisDictionary.xml"> |
59 | 56 | <Link>CodeAnalysisDictionary.xml</Link> |
60 | 57 | </CodeAnalysisDictionary> |
61 | | - <Compile Include="Properties\VersionAssemblyInfo.cs" /> |
62 | 58 | <Compile Include="AutofacMvxIocProvider.cs" /> |
63 | 59 | <Reference Include="Cirrious.CrossCore"> |
64 | | - <HintPath>..\..\..\packages\MvvmCross.HotTuna.CrossCore.3.2.1\lib\portable-win+net45+wp8+win8+wpa81+MonoTouch+MonoAndroid\Cirrious.CrossCore.dll</HintPath> |
| 60 | + <HintPath>..\..\packages\MvvmCross.HotTuna.CrossCore.3.2.1\lib\portable-win+net45+wp8+win8+wpa81+MonoTouch+MonoAndroid\Cirrious.CrossCore.dll</HintPath> |
65 | 61 | </Reference> |
66 | 62 | <Reference Include="Cirrious.MvvmCross.Localization"> |
67 | | - <HintPath>..\..\..\packages\MvvmCross.HotTuna.CrossCore.3.2.1\lib\portable-win+net45+wp8+win8+wpa81+MonoTouch+MonoAndroid\Cirrious.MvvmCross.Localization.dll</HintPath> |
| 63 | + <HintPath>..\..\packages\MvvmCross.HotTuna.CrossCore.3.2.1\lib\portable-win+net45+wp8+win8+wpa81+MonoTouch+MonoAndroid\Cirrious.MvvmCross.Localization.dll</HintPath> |
68 | 64 | </Reference> |
69 | 65 | </ItemGroup> |
70 | 66 | <ItemGroup> |
| 67 | + <None Include="Autofac.Extras.MvvmCross.nuspec" /> |
71 | 68 | <None Include="packages.config" /> |
72 | 69 | </ItemGroup> |
73 | 70 | <ItemGroup> |
|
0 commit comments