1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.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+ <ProductVersion >8.0.30703</ProductVersion >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <ProjectGuid >{F0D56AA4-806C-4D76-9227-5078CC44A68C}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >AutoMapper</RootNamespace >
13+ <AssemblyName >AutoMapper.WPA81</AssemblyName >
14+ <DefaultLanguage >en-US</DefaultLanguage >
15+ <TargetPlatformVersion >8.1</TargetPlatformVersion >
16+ <MinimumVisualStudioVersion >12</MinimumVisualStudioVersion >
17+ <FileAlignment >512</FileAlignment >
18+ <ProjectTypeGuids >{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >Bin\WPA81\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ <DocumentationFile >Bin\WPA81\Debug\AutoMapper.WPA81.XML</DocumentationFile >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >Bin\WPA81\Release\</OutputPath >
34+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ <DocumentationFile >Bin\WPA81\Release\AutoMapper.WPA81.XML</DocumentationFile >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
40+ <DebugSymbols >true</DebugSymbols >
41+ <OutputPath >bin\ARM\Debug\</OutputPath >
42+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants >
43+ <NoWarn >;2008</NoWarn >
44+ <DebugType >full</DebugType >
45+ <PlatformTarget >ARM</PlatformTarget >
46+ <UseVSHostingProcess >false</UseVSHostingProcess >
47+ <ErrorReport >prompt</ErrorReport >
48+ <Prefer32Bit >true</Prefer32Bit >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM'" >
51+ <OutputPath >bin\ARM\Release\</OutputPath >
52+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants >
53+ <Optimize >true</Optimize >
54+ <NoWarn >;2008</NoWarn >
55+ <DebugType >pdbonly</DebugType >
56+ <PlatformTarget >ARM</PlatformTarget >
57+ <UseVSHostingProcess >false</UseVSHostingProcess >
58+ <ErrorReport >prompt</ErrorReport >
59+ <Prefer32Bit >true</Prefer32Bit >
60+ </PropertyGroup >
61+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
62+ <DebugSymbols >true</DebugSymbols >
63+ <OutputPath >bin\x86\Debug\</OutputPath >
64+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants >
65+ <NoWarn >;2008</NoWarn >
66+ <DebugType >full</DebugType >
67+ <PlatformTarget >x86</PlatformTarget >
68+ <UseVSHostingProcess >false</UseVSHostingProcess >
69+ <ErrorReport >prompt</ErrorReport >
70+ <Prefer32Bit >true</Prefer32Bit >
71+ </PropertyGroup >
72+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
73+ <OutputPath >bin\x86\Release\</OutputPath >
74+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants >
75+ <Optimize >true</Optimize >
76+ <NoWarn >;2008</NoWarn >
77+ <DebugType >pdbonly</DebugType >
78+ <PlatformTarget >x86</PlatformTarget >
79+ <UseVSHostingProcess >false</UseVSHostingProcess >
80+ <ErrorReport >prompt</ErrorReport >
81+ <Prefer32Bit >true</Prefer32Bit >
82+ </PropertyGroup >
83+ <ItemGroup >
84+ <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
85+ <ProjectReference Include =" AutoMapper.csproj" >
86+ <Project >{ddf551f9-b27d-4283-bfa0-e7068e05967d}</Project >
87+ <Name >AutoMapper</Name >
88+ </ProjectReference >
89+ </ItemGroup >
90+ <ItemGroup >
91+ <Compile Include =" ..\CommonAssemblyInfo.cs" >
92+ <Link >CommonAssemblyInfo.cs</Link >
93+ </Compile >
94+ <Compile Include =" Internal\ConcurrentDictionaryFactory.cs" />
95+ <Compile Include =" Internal\EnumNameValueMapperFactory.cs" />
96+ <Compile Include =" Internal\ExpressionOnlyDelegateFactory.cs" />
97+ <Compile Include =" Internal\RealReaderWriterLockSlimFactory.cs" />
98+ <Compile Include =" Mappers\HashSetMapper.cs" />
99+ <Compile Include =" Mappers\PlatformSpecificMapperRegistryOverride.cs" />
100+ <Compile Include =" Properties\AssemblyInfo.cs" />
101+ </ItemGroup >
102+ <ItemGroup >
103+ <None Include =" ..\AutoMapper.snk" >
104+ <Link >AutoMapper.snk</Link >
105+ </None >
106+ </ItemGroup >
107+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' " >
108+ <VisualStudioVersion >12.0</VisualStudioVersion >
109+ </PropertyGroup >
110+ <PropertyGroup Condition =" '$(TargetPlatformIdentifier)' == '' " >
111+ <TargetPlatformIdentifier >WindowsPhoneApp</TargetPlatformIdentifier >
112+ </PropertyGroup >
113+ <PropertyGroup >
114+ <SignAssembly >true</SignAssembly >
115+ </PropertyGroup >
116+ <PropertyGroup >
117+ <AssemblyOriginatorKeyFile >..\AutoMapper.snk</AssemblyOriginatorKeyFile >
118+ </PropertyGroup >
119+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
120+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
121+ Other similar extension points exist, see Microsoft.Common.targets.
122+ <Target Name="BeforeBuild">
123+ </Target>
124+ <Target Name="AfterBuild">
125+ </Target>
126+ -->
127+ </Project >
0 commit comments