WindowsPhone.Recipes.Push.Client.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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>{DD28493E-0C20-4175-AEB0-E76D94EC92D3}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>WindowsPhone.Recipes.Push.Client</RootNamespace>
  13. <AssemblyName>PushClient</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  16. <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
  17. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>PushClient.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>WindowsPhone.Recipes.Push.Client.App</SilverlightAppEntry>
  26. <ValidateXaml>true</ValidateXaml>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. <SccProjectName>SAK</SccProjectName>
  29. <SccLocalPath>SAK</SccLocalPath>
  30. <SccAuxPath>SAK</SccAuxPath>
  31. <SccProvider>SAK</SccProvider>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>Bin\Debug</OutputPath>
  38. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  39. <NoStdLib>true</NoStdLib>
  40. <NoConfig>true</NoConfig>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>Bin\Release</OutputPath>
  48. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  49. <NoStdLib>true</NoStdLib>
  50. <NoConfig>true</NoConfig>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="Microsoft.Phone" />
  56. <Reference Include="Microsoft.Phone.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
  57. <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
  58. <Reference Include="Microsoft.Phone.Interop" />
  59. <Reference Include="System.Net" />
  60. <Reference Include="System.Runtime.Serialization" />
  61. <Reference Include="System.Servicemodel" />
  62. <Reference Include="System.Servicemodel.Web" />
  63. <Reference Include="System.Windows" />
  64. <Reference Include="system" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml" />
  67. <Reference Include="System.Xml.Linq" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="App.xaml.cs">
  71. <DependentUpon>App.xaml</DependentUpon>
  72. </Compile>
  73. <Compile Include="Controls\NotificationBox.xaml.cs">
  74. <DependentUpon>NotificationBox.xaml</DependentUpon>
  75. </Compile>
  76. <Compile Include="Controls\ViewTransitions.cs" />
  77. <Compile Include="Converters\BoolBrushConverter.cs" />
  78. <Compile Include="ExceptionExtensions.cs" />
  79. <Compile Include="MainPage.xaml.cs">
  80. <DependentUpon>MainPage.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="Controls\ProgressBar\BooleanToVisibilityConverter.cs" />
  83. <Compile Include="Controls\ProgressBar\ProgressBarWithText.xaml.cs">
  84. <DependentUpon>ProgressBarWithText.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="Controls\ProgressBar\RelativeAnimatingContentControl.cs" />
  87. <Compile Include="PushContextErrorEventArgs.cs" />
  88. <Compile Include="PushContextEventArgs.cs" />
  89. <Compile Include="PushContext.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="Controls\PushSettingsControl.xaml.cs">
  92. <DependentUpon>PushSettingsControl.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Service References\Services\Reference.cs">
  95. <AutoGen>True</AutoGen>
  96. <DesignTime>True</DesignTime>
  97. <DependentUpon>Reference.svcmap</DependentUpon>
  98. </Compile>
  99. <Compile Include="Views\InboxView.xaml.cs">
  100. <DependentUpon>InboxView.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Views\LoginEventArgs.cs" />
  103. <Compile Include="Views\PushSettingsView.xaml.cs">
  104. <DependentUpon>PushSettingsView.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Views\UserLoginView.xaml.cs">
  107. <DependentUpon>UserLoginView.xaml</DependentUpon>
  108. </Compile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ApplicationDefinition Include="App.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </ApplicationDefinition>
  115. <Page Include="Controls\NotificationBox.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="MainPage.xaml">
  120. <SubType>Designer</SubType>
  121. <Generator>MSBuild:Compile</Generator>
  122. </Page>
  123. <Page Include="Controls\PushSettingsControl.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="Controls\ProgressBar\ProgressBarWithText.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. <Page Include="Views\InboxView.xaml">
  132. <SubType>Designer</SubType>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Page>
  135. <Page Include="Views\PushSettingsView.xaml">
  136. <SubType>Designer</SubType>
  137. <Generator>MSBuild:Compile</Generator>
  138. </Page>
  139. <Page Include="Views\UserLoginView.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="Properties\AppManifest.xml" />
  146. <None Include="Properties\WMAppManifest.xml" />
  147. <None Include="Service References\Services\service.wsdl" />
  148. <None Include="Service References\Services\service.xsd">
  149. <SubType>Designer</SubType>
  150. </None>
  151. <None Include="Service References\Services\service1.xsd">
  152. <SubType>Designer</SubType>
  153. </None>
  154. <None Include="Service References\Services\WindowsPhone.Recipes.Push.Client.Services.ServerInfo1.datasource">
  155. <DependentUpon>Reference.svcmap</DependentUpon>
  156. </None>
  157. <None Include="Service References\Services\WindowsPhone.Recipes.Push.Server.Models.xsd">
  158. <SubType>Designer</SubType>
  159. </None>
  160. <Content Include="ServiceReferences.ClientConfig" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <Content Include="ApplicationIcon.png">
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </Content>
  166. <Content Include="Background.png">
  167. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  168. </Content>
  169. <Content Include="Resources\TileImages\TileBackground1.jpg" />
  170. <Content Include="Resources\TileImages\TileBackground2.jpg" />
  171. <Content Include="Resources\TileImages\TileBackground3.jpg" />
  172. <None Include="Service References\Services\configuration91.svcinfo" />
  173. <None Include="Service References\Services\configuration.svcinfo" />
  174. <None Include="Service References\Services\Reference.svcmap">
  175. <Generator>WCF Proxy Generator</Generator>
  176. <LastGenOutput>Reference.cs</LastGenOutput>
  177. </None>
  178. <Content Include="SplashScreenImage.jpg" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <WCFMetadata Include="Service References\" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <WCFMetadataStorage Include="Service References\Services\" />
  185. </ItemGroup>
  186. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  187. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  188. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  189. Other similar extension points exist, see Microsoft.Common.targets.
  190. <Target Name="BeforeBuild">
  191. </Target>
  192. <Target Name="AfterBuild">
  193. </Target>
  194. -->
  195. <ProjectExtensions />
  196. </Project>