WindowsPhoneAgent8.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>{851CE25F-2123-4136-9C92-F6176AE8BB73}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>WindowsPhoneAgent8</RootNamespace>
  13. <AssemblyName>WindowsPhoneAgent8</AssemblyName>
  14. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>false</SilverlightApplication>
  18. <ValidateXaml>true</ValidateXaml>
  19. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  20. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  21. <BackgroundAgentType>AgentLibrary</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. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  49. <DebugSymbols>true</DebugSymbols>
  50. <DebugType>full</DebugType>
  51. <Optimize>false</Optimize>
  52. <OutputPath>Bin\x86\Debug</OutputPath>
  53. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  54. <NoStdLib>true</NoStdLib>
  55. <NoConfig>true</NoConfig>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  60. <DebugType>pdbonly</DebugType>
  61. <Optimize>true</Optimize>
  62. <OutputPath>Bin\x86\Release</OutputPath>
  63. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  64. <NoStdLib>true</NoStdLib>
  65. <NoConfig>true</NoConfig>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. </PropertyGroup>
  69. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  70. <DebugSymbols>true</DebugSymbols>
  71. <DebugType>full</DebugType>
  72. <Optimize>false</Optimize>
  73. <OutputPath>Bin\ARM\Debug</OutputPath>
  74. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  75. <NoStdLib>true</NoStdLib>
  76. <NoConfig>true</NoConfig>
  77. <ErrorReport>prompt</ErrorReport>
  78. <WarningLevel>4</WarningLevel>
  79. </PropertyGroup>
  80. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  81. <DebugType>pdbonly</DebugType>
  82. <Optimize>true</Optimize>
  83. <OutputPath>Bin\ARM\Release</OutputPath>
  84. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  85. <NoStdLib>true</NoStdLib>
  86. <NoConfig>true</NoConfig>
  87. <ErrorReport>prompt</ErrorReport>
  88. <WarningLevel>4</WarningLevel>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Compile Include="ScheduledAgent.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Reference Include="System.Reactive.Core, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  96. <Reference Include="System.Reactive.Interfaces, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  97. <Reference Include="System.Reactive.Linq, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  98. <Reference Include="System.Reactive.PlatformServices, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  99. <Reference Include="System.Reactive.Providers, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  100. <Reference Include="System.Reactive.Windows.Threading, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  103. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  104. <ProjectExtensions />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>