Wp8.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{470362D5-90CB-4703-9ECB-9A7970A0F1B5}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Wp8</RootNamespace>
  13. <AssemblyName>Wp8</AssemblyName>
  14. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>false</SilverlightApplication>
  18. <ValidateXaml>true</ValidateXaml>
  19. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  20. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>Bin\Debug</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  28. <NoStdLib>true</NoStdLib>
  29. <NoConfig>true</NoConfig>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>Bin\Release</OutputPath>
  37. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  38. <NoStdLib>true</NoStdLib>
  39. <NoConfig>true</NoConfig>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>full</DebugType>
  46. <Optimize>false</Optimize>
  47. <OutputPath>Bin\x86\Debug</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  49. <NoStdLib>true</NoStdLib>
  50. <NoConfig>true</NoConfig>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>Bin\x86\Release</OutputPath>
  58. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  59. <NoStdLib>true</NoStdLib>
  60. <NoConfig>true</NoConfig>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  65. <DebugSymbols>true</DebugSymbols>
  66. <DebugType>full</DebugType>
  67. <Optimize>false</Optimize>
  68. <OutputPath>Bin\ARM\Debug</OutputPath>
  69. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  70. <NoStdLib>true</NoStdLib>
  71. <NoConfig>true</NoConfig>
  72. <ErrorReport>prompt</ErrorReport>
  73. <WarningLevel>4</WarningLevel>
  74. </PropertyGroup>
  75. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  76. <DebugType>pdbonly</DebugType>
  77. <Optimize>true</Optimize>
  78. <OutputPath>Bin\ARM\Release</OutputPath>
  79. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  80. <NoStdLib>true</NoStdLib>
  81. <NoConfig>true</NoConfig>
  82. <ErrorReport>prompt</ErrorReport>
  83. <WarningLevel>4</WarningLevel>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Compile Include="Class1.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  91. <HintPath>..\packages\System.Reactive.Core.3.0.0-rc1-00354\lib\portable-net45+win8+wp8+wpa81\System.Reactive.Core.dll</HintPath>
  92. <Private>True</Private>
  93. </Reference>
  94. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.Reactive.Interfaces.3.0.0-rc1-00354\lib\portable-net45+win8+wp8+wpa81\System.Reactive.Interfaces.dll</HintPath>
  96. <Private>True</Private>
  97. </Reference>
  98. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Reactive.Linq.3.0.0-rc1-00354\lib\portable-net45+win8+wp8+wpa81\System.Reactive.Linq.dll</HintPath>
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Reactive.PlatformServices.3.0.0-rc1-00354\lib\portable-net45+win8+wp8+wpa81\System.Reactive.PlatformServices.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="packages.config" />
  109. </ItemGroup>
  110. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  111. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  112. <ProjectExtensions />
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. </Project>