WindowsPhoneAgent7.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>{2EC6C827-1C79-418E-AFAD-F19B04595132}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>WindowsPhoneAgent7</RootNamespace>
  13. <AssemblyName>WindowsPhoneAgent7</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  16. <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
  17. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  18. <SilverlightApplication>false</SilverlightApplication>
  19. <ValidateXaml>true</ValidateXaml>
  20. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  21. <BackgroundAgentType>ScheduledTaskAgent</BackgroundAgentType>
  22. <SccProjectName>SAK</SccProjectName>
  23. <SccLocalPath>SAK</SccLocalPath>
  24. <SccAuxPath>SAK</SccAuxPath>
  25. <SccProvider>SAK</SccProvider>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>Bin\Debug</OutputPath>
  32. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  33. <NoStdLib>true</NoStdLib>
  34. <NoConfig>true</NoConfig>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>Bin\Release</OutputPath>
  42. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  43. <NoStdLib>true</NoStdLib>
  44. <NoConfig>true</NoConfig>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="Microsoft.Phone" />
  50. <Reference Include="System.Observable" />
  51. <Reference Include="System.Reactive.Core, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  52. <Reference Include="System.Reactive.Interfaces, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  53. <Reference Include="System.Reactive.Linq, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  54. <Reference Include="System.Reactive.PlatformServices, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  55. <Reference Include="System.Reactive.Providers, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  56. <Reference Include="System.Reactive.Windows.Threading, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  57. <Reference Include="System.Windows" />
  58. <Reference Include="system" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="System.Net" />
  62. <Reference Include="mscorlib.extensions" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="ScheduledAgent.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. </ItemGroup>
  68. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  69. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  70. <ProjectExtensions />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>