Wpa81.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>8.0.30703</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{24F636C6-31F2-4559-AE3F-B3A162810987}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Wpa81</RootNamespace>
  13. <AssemblyName>Wpa81</AssemblyName>
  14. <DefaultLanguage>en-US</DefaultLanguage>
  15. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  16. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\ARM\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  41. <NoWarn>;2008</NoWarn>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>ARM</PlatformTarget>
  44. <UseVSHostingProcess>false</UseVSHostingProcess>
  45. <ErrorReport>prompt</ErrorReport>
  46. <Prefer32Bit>true</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  49. <OutputPath>bin\ARM\Release\</OutputPath>
  50. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <NoWarn>;2008</NoWarn>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>ARM</PlatformTarget>
  55. <UseVSHostingProcess>false</UseVSHostingProcess>
  56. <ErrorReport>prompt</ErrorReport>
  57. <Prefer32Bit>true</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <OutputPath>bin\x86\Debug\</OutputPath>
  62. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  63. <NoWarn>;2008</NoWarn>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <UseVSHostingProcess>false</UseVSHostingProcess>
  67. <ErrorReport>prompt</ErrorReport>
  68. <Prefer32Bit>true</Prefer32Bit>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  71. <OutputPath>bin\x86\Release\</OutputPath>
  72. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <NoWarn>;2008</NoWarn>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>x86</PlatformTarget>
  77. <UseVSHostingProcess>false</UseVSHostingProcess>
  78. <ErrorReport>prompt</ErrorReport>
  79. <Prefer32Bit>true</Prefer32Bit>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Compile Include="Class1.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  87. <HintPath>..\packages\System.Reactive.Core.3.0.0-rc1-00354\lib\wpa81\System.Reactive.Core.dll</HintPath>
  88. <Private>True</Private>
  89. </Reference>
  90. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  91. <HintPath>..\packages\System.Reactive.Interfaces.3.0.0-rc1-00354\lib\portable-net45+win8+wp8+wpa81\System.Reactive.Interfaces.dll</HintPath>
  92. <Private>True</Private>
  93. </Reference>
  94. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.Reactive.Linq.3.0.0-rc1-00354\lib\portable-net45+win8+wpa81\System.Reactive.Linq.dll</HintPath>
  96. <Private>True</Private>
  97. </Reference>
  98. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Reactive.PlatformServices.3.0.0-rc1-00354\lib\wpa81\System.Reactive.PlatformServices.dll</HintPath>
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="System.Reactive.Windows.Threading, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Reactive.Windows.Threading.3.0.0-rc1-00354\lib\wpa81\System.Reactive.Windows.Threading.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. <Reference Include="System.Reactive.WindowsRuntime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  107. <HintPath>..\packages\System.Reactive.WindowsRuntime.3.0.0-rc1-00354\lib\wpa81\System.Reactive.WindowsRuntime.dll</HintPath>
  108. <Private>True</Private>
  109. </Reference>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="packages.config" />
  113. </ItemGroup>
  114. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  115. <VisualStudioVersion>12.0</VisualStudioVersion>
  116. </PropertyGroup>
  117. <PropertyGroup Condition=" '$(TargetPlatformIdentifier)' == '' ">
  118. <TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier>
  119. </PropertyGroup>
  120. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>