Skip to content

Commit 155f0ed

Browse files
committed
Add 'src/Autofac.Extras.MvvmCross/' from commit 'ce22e759b9c0ee3bfbf542f92504b54d929eb4c3'
git-subtree-dir: src/Autofac.Extras.MvvmCross git-subtree-mainline: 53ce6b6 git-subtree-split: ce22e75
2 parents 53ce6b6 + ce22e75 commit 155f0ed

File tree

7 files changed

+850
-0
lines changed

7 files changed

+850
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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>{1C6A45CE-216B-4F3B-8EBC-CB8782B76E7E}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>Autofac.Extras.MvvmCross</RootNamespace>
11+
<AssemblyName>Autofac.Extras.MvvmCross</AssemblyName>
12+
<SignAssembly>true</SignAssembly>
13+
<AssemblyOriginatorKeyFile>..\..\..\Build\SharedKey.snk</AssemblyOriginatorKeyFile>
14+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
15+
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
16+
<FileAlignment>512</FileAlignment>
17+
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18+
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
19+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
20+
<RestorePackages>true</RestorePackages>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23+
<DebugSymbols>true</DebugSymbols>
24+
<DebugType>full</DebugType>
25+
<Optimize>false</Optimize>
26+
<OutputPath>bin\Debug\</OutputPath>
27+
<DefineConstants>TRACE;DEBUG</DefineConstants>
28+
<ErrorReport>prompt</ErrorReport>
29+
<WarningLevel>4</WarningLevel>
30+
<DocumentationFile>bin\Debug\Autofac.Extras.MvvmCross.xml</DocumentationFile>
31+
<CodeAnalysisRuleSet>..\..\..\Build\Portable.ruleset</CodeAnalysisRuleSet>
32+
<RunCodeAnalysis>false</RunCodeAnalysis>
33+
</PropertyGroup>
34+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35+
<DebugType>pdbonly</DebugType>
36+
<Optimize>true</Optimize>
37+
<OutputPath>bin\Release\</OutputPath>
38+
<DefineConstants>TRACE</DefineConstants>
39+
<ErrorReport>prompt</ErrorReport>
40+
<WarningLevel>4</WarningLevel>
41+
<CodeAnalysisRuleSet>..\..\..\Build\Portable.ruleset</CodeAnalysisRuleSet>
42+
<DocumentationFile>bin\Release\Autofac.Extras.MvvmCross.xml</DocumentationFile>
43+
<RunCodeAnalysis>false</RunCodeAnalysis>
44+
</PropertyGroup>
45+
<ItemGroup>
46+
<Reference Include="Autofac">
47+
<HintPath>..\..\..\packages\Autofac.3.5.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Autofac.dll</HintPath>
48+
</Reference>
49+
<Compile Include="AutofacMvxIocProviderResources.Designer.cs">
50+
<AutoGen>True</AutoGen>
51+
<DesignTime>True</DesignTime>
52+
<DependentUpon>AutofacMvxIocProviderResources.resx</DependentUpon>
53+
</Compile>
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">
59+
<Link>CodeAnalysisDictionary.xml</Link>
60+
</CodeAnalysisDictionary>
61+
<Compile Include="Properties\VersionAssemblyInfo.cs" />
62+
<Compile Include="AutofacMvxIocProvider.cs" />
63+
<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>
65+
</Reference>
66+
<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>
68+
</Reference>
69+
</ItemGroup>
70+
<ItemGroup>
71+
<None Include="packages.config" />
72+
</ItemGroup>
73+
<ItemGroup>
74+
<EmbeddedResource Include="AutofacMvxIocProviderResources.resx">
75+
<Generator>ResXFileCodeGenerator</Generator>
76+
<LastGenOutput>AutofacMvxIocProviderResources.Designer.cs</LastGenOutput>
77+
</EmbeddedResource>
78+
</ItemGroup>
79+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
80+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81+
Other similar extension points exist, see Microsoft.Common.targets.
82+
<Target Name="BeforeBuild">
83+
</Target>
84+
<Target Name="AfterBuild">
85+
</Target>
86+
-->
87+
</Project>

0 commit comments

Comments
 (0)