mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 21:01:39 +03:00
00f97e41d6
http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/01/14/windows-push-notification-server-side-helper-library.aspx http://create.msdn.com/en-us/education/catalog/article/pnhelp-wp7
196 lines
8.8 KiB
XML
196 lines
8.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>10.0.20506</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{DD28493E-0C20-4175-AEB0-E76D94EC92D3}</ProjectGuid>
|
|
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WindowsPhone.Recipes.Push.Client</RootNamespace>
|
|
<AssemblyName>PushClient</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
<TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
|
|
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
|
|
<SilverlightApplication>true</SilverlightApplication>
|
|
<SupportedCultures>
|
|
</SupportedCultures>
|
|
<XapOutputs>true</XapOutputs>
|
|
<GenerateSilverlightManifest>true</GenerateSilverlightManifest>
|
|
<XapFilename>PushClient.xap</XapFilename>
|
|
<SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
|
|
<SilverlightAppEntry>WindowsPhone.Recipes.Push.Client.App</SilverlightAppEntry>
|
|
<ValidateXaml>true</ValidateXaml>
|
|
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>Bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>Bin\Release</OutputPath>
|
|
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Phone" />
|
|
<Reference Include="Microsoft.Phone.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
|
|
<Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
|
|
<Reference Include="Microsoft.Phone.Interop" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Servicemodel" />
|
|
<Reference Include="System.Servicemodel.Web" />
|
|
<Reference Include="System.Windows" />
|
|
<Reference Include="system" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\NotificationBox.xaml.cs">
|
|
<DependentUpon>NotificationBox.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ViewTransitions.cs" />
|
|
<Compile Include="Converters\BoolBrushConverter.cs" />
|
|
<Compile Include="ExceptionExtensions.cs" />
|
|
<Compile Include="MainPage.xaml.cs">
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ProgressBar\BooleanToVisibilityConverter.cs" />
|
|
<Compile Include="Controls\ProgressBar\ProgressBarWithText.xaml.cs">
|
|
<DependentUpon>ProgressBarWithText.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ProgressBar\RelativeAnimatingContentControl.cs" />
|
|
<Compile Include="PushContextErrorEventArgs.cs" />
|
|
<Compile Include="PushContextEventArgs.cs" />
|
|
<Compile Include="PushContext.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Controls\PushSettingsControl.xaml.cs">
|
|
<DependentUpon>PushSettingsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\Services\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\InboxView.xaml.cs">
|
|
<DependentUpon>InboxView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\LoginEventArgs.cs" />
|
|
<Compile Include="Views\PushSettingsView.xaml.cs">
|
|
<DependentUpon>PushSettingsView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\UserLoginView.xaml.cs">
|
|
<DependentUpon>UserLoginView.xaml</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</ApplicationDefinition>
|
|
<Page Include="Controls\NotificationBox.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\PushSettingsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\ProgressBar\ProgressBarWithText.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\InboxView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\PushSettingsView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\UserLoginView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\AppManifest.xml" />
|
|
<None Include="Properties\WMAppManifest.xml" />
|
|
<None Include="Service References\Services\service.wsdl" />
|
|
<None Include="Service References\Services\service.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Service References\Services\service1.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Service References\Services\WindowsPhone.Recipes.Push.Client.Services.ServerInfo1.datasource">
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</None>
|
|
<None Include="Service References\Services\WindowsPhone.Recipes.Push.Server.Models.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<Content Include="ServiceReferences.ClientConfig" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ApplicationIcon.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Background.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Resources\TileImages\TileBackground1.jpg" />
|
|
<Content Include="Resources\TileImages\TileBackground2.jpg" />
|
|
<Content Include="Resources\TileImages\TileBackground3.jpg" />
|
|
<None Include="Service References\Services\configuration91.svcinfo" />
|
|
<None Include="Service References\Services\configuration.svcinfo" />
|
|
<None Include="Service References\Services\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<Content Include="SplashScreenImage.jpg" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadataStorage Include="Service References\Services\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
<ProjectExtensions />
|
|
</Project> |