WindowsPhoneApp7_NoPlatformServices.csproj 5.2 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>{6C94F10E-615F-4C3F-AE97-F4256871512D}</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_NoPlatformServices</RootNamespace>
  13. <AssemblyName>WindowsPhoneApp7_NoPlatformServices</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_NoPlatformServices.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>WindowsPhoneApp7_NoPlatformServices.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.Providers, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  62. <Reference Include="System.Reactive.Windows.Threading, Version=2.0.20823.0, Culture=neutral, processorArchitecture=MSIL" />
  63. <Reference Include="System.Windows" />
  64. <Reference Include="system" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Net" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="mscorlib.extensions" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="App.xaml.cs">
  72. <DependentUpon>App.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="MainPage.xaml.cs">
  75. <DependentUpon>MainPage.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ApplicationDefinition Include="App.xaml">
  81. <SubType>Designer</SubType>
  82. <Generator>MSBuild:Compile</Generator>
  83. </ApplicationDefinition>
  84. <Page Include="MainPage.xaml">
  85. <SubType>Designer</SubType>
  86. <Generator>MSBuild:Compile</Generator>
  87. </Page>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="Properties\AppManifest.xml" />
  91. <None Include="Properties\WMAppManifest.xml" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Content Include="ApplicationIcon.png">
  95. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  96. </Content>
  97. <Content Include="Background.png">
  98. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  99. </Content>
  100. <Content Include="SplashScreenImage.jpg" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  103. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  104. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  105. Other similar extension points exist, see Microsoft.Common.targets.
  106. <Target Name="BeforeBuild">
  107. </Target>
  108. <Target Name="AfterBuild">
  109. </Target>
  110. -->
  111. <ProjectExtensions />
  112. </Project>