WindowsPhoneApp7.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>{FD823BD9-F491-47B5-BAFB-487F70C76CEB}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>WindowsPhoneApp7</RootNamespace>
  13. <AssemblyName>WindowsPhoneApp7</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  16. <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
  17. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>WindowsPhoneApp7.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>WindowsPhoneApp7.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.Interop" />
  57. <Reference Include="System.Observable" />
  58. <Reference Include="System.Reactive.Core, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  59. <Reference Include="System.Reactive.Interfaces, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  60. <Reference Include="System.Reactive.Linq, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  61. <Reference Include="System.Reactive.PlatformServices, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  62. <Reference Include="System.Reactive.Providers, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  63. <Reference Include="System.Reactive.Windows.Threading, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  64. <Reference Include="System.Windows" />
  65. <Reference Include="system" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Net" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="mscorlib.extensions" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="App.xaml.cs">
  73. <DependentUpon>App.xaml</DependentUpon>
  74. </Compile>
  75. <Compile Include="MainPage.xaml.cs">
  76. <DependentUpon>MainPage.xaml</DependentUpon>
  77. </Compile>
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ApplicationDefinition Include="App.xaml">
  82. <SubType>Designer</SubType>
  83. <Generator>MSBuild:Compile</Generator>
  84. </ApplicationDefinition>
  85. <Page Include="MainPage.xaml">
  86. <SubType>Designer</SubType>
  87. <Generator>MSBuild:Compile</Generator>
  88. </Page>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="Properties\AppManifest.xml" />
  92. <None Include="Properties\WMAppManifest.xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Content Include="ApplicationIcon.png">
  96. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  97. </Content>
  98. <Content Include="Background.png">
  99. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  100. </Content>
  101. <Content Include="SplashScreenImage.jpg" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\WindowsPhoneAgent7\WindowsPhoneAgent7.csproj">
  105. <Project>{2EC6C827-1C79-418E-AFAD-F19B04595132}</Project>
  106. <Name>WindowsPhoneAgent7</Name>
  107. </ProjectReference>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  110. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. <ProjectExtensions />
  119. </Project>