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>10.0.20506</ProductVersion>
7
+
<SchemaVersion>2.0</SchemaVersion>
8
+
<ProjectGuid>{AECCDA63-2C7E-4F94-B609-BA552C619EB3}</ProjectGuid>
9
+
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10
+
<OutputType>Library</OutputType>
11
+
<AppDesignerFolder>Properties</AppDesignerFolder>
12
+
<RootNamespace>Microsoft.Threading.Tasks.Phone</RootNamespace>
13
+
<AssemblyName>Microsoft.Threading.Tasks.Extensions.Phone</AssemblyName>
14
+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15
+
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
16
+
<TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
17
+
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
18
+
<SilverlightApplication>false</SilverlightApplication>
19
+
<ValidateXaml>false</ValidateXaml>
20
+
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
21
+
<SccProjectName>SAK</SccProjectName>
22
+
<SccLocalPath>SAK</SccLocalPath>
23
+
<SccAuxPath>SAK</SccAuxPath>
24
+
<SccProvider>SAK</SccProvider>
25
+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
26
+
<RestorePackages>true</RestorePackages>
27
+
<FixedVersion>true</FixedVersion>
28
+
</PropertyGroup>
29
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30
+
<DebugSymbols>true</DebugSymbols>
31
+
<DebugType>full</DebugType>
32
+
<Optimize>false</Optimize>
33
+
<OutputPath>Bin\Debug</OutputPath>
34
+
<DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
35
+
<NoStdLib>true</NoStdLib>
36
+
<NoConfig>true</NoConfig>
37
+
<ErrorReport>prompt</ErrorReport>
38
+
<WarningLevel>4</WarningLevel>
39
+
<DocumentationFile>Bin\Debug\Microsoft.Threading.Tasks.Extensions.Phone.xml</DocumentationFile>
40
+
</PropertyGroup>
41
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42
+
<DebugType>pdbonly</DebugType>
43
+
<Optimize>true</Optimize>
44
+
<OutputPath>Bin\Release</OutputPath>
45
+
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
46
+
<NoStdLib>true</NoStdLib>
47
+
<NoConfig>true</NoConfig>
48
+
<ErrorReport>prompt</ErrorReport>
49
+
<WarningLevel>4</WarningLevel>
50
+
<DocumentationFile>Bin\Release\Microsoft.Threading.Tasks.Extensions.Phone.xml</DocumentationFile>
51
+
</PropertyGroup>
52
+
<PropertyGroup>
53
+
<SignAssembly>true</SignAssembly>
54
+
<ExternallyShipping>true</ExternallyShipping>
55
+
<AssemblyOriginatorKeyFile>..\CodePlexKey.snk</AssemblyOriginatorKeyFile>
56
+
</PropertyGroup>
57
+
<ItemGroup>
58
+
<Reference Include="System" />
59
+
<Reference Include="System.Runtime">
60
+
<HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\sl4-windowsphone71\System.Runtime.dll</HintPath>
61
+
</Reference>
62
+
<Reference Include="System.Threading.Tasks">
63
+
<HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\sl4-windowsphone71\System.Threading.Tasks.dll</HintPath>
64
+
</Reference>
65
+
<Reference Include="System.Windows" />
66
+
<Reference Include="System.Net" />
67
+
</ItemGroup>
68
+
<ItemGroup>
69
+
<Compile Include="..\Microsoft.Threading.Tasks.Extensions.Desktop\AsyncPlatformExtensions.WebClient.cs">
70
+
<Link>AsyncPlatformExtensions.WebClient.cs</Link>
71
+
</Compile>
72
+
<Compile Include="..\Microsoft.Threading.Tasks.Extensions.Silverlight\AsyncPlatformExtensions.Dispatcher.cs">
73
+
<Link>AsyncPlatformExtensions.Dispatcher.cs</Link>
74
+
</Compile>
75
+
<Compile Include="..\Microsoft.Threading.Tasks\Threading\Tasks\TaskServices.cs">
76
+
<Link>Threading\Tasks\TaskServices.cs</Link>
77
+
</Compile>
78
+
<Compile Include="Properties\AssemblyInfo.cs" />
79
+
</ItemGroup>
80
+
<ItemGroup>
81
+
<None Include="app.config" />
82
+
<None Include="packages.config" />
83
+
</ItemGroup>
84
+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
85
+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
86
+
<ProjectExtensions />
87
+
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.19\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.19\build\Microsoft.Bcl.Build.targets')" />
88
+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
89
+
<PropertyGroup>
90
+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
91
+
</PropertyGroup>
92
+
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.19\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.19\build\Microsoft.Bcl.Build.targets'))" />
93
+
</Target>
94
+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
95
+
Other similar extension points exist, see Microsoft.Common.targets.
96
+
<Target Name="BeforeBuild">
97
+
</Target>
98
+
<Target Name="AfterBuild">
99
+
</Target>
100
+
-->
101
+
</Project>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4