HTML5App.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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>{A386386A-903D-48C2-94EA-9D4A40955FC9}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>HTML5App</RootNamespace>
  13. <AssemblyName>HTML5App</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>HTML5App.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>HTML5App.App</SilverlightAppEntry>
  26. <ValidateXaml>true</ValidateXaml>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>Bin\Debug</OutputPath>
  34. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  35. <NoStdLib>true</NoStdLib>
  36. <NoConfig>true</NoConfig>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>Bin\Release</OutputPath>
  44. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  45. <NoStdLib>true</NoStdLib>
  46. <NoConfig>true</NoConfig>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.Phone" />
  52. <Reference Include="Microsoft.Phone.Interop" />
  53. <Reference Include="System.Windows" />
  54. <Reference Include="system" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Net" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="mscorlib.extensions" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="App.xaml.cs">
  62. <DependentUpon>App.xaml</DependentUpon>
  63. </Compile>
  64. <Compile Include="MainPage.xaml.cs">
  65. <DependentUpon>MainPage.xaml</DependentUpon>
  66. </Compile>
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ApplicationDefinition Include="App.xaml">
  71. <SubType>Designer</SubType>
  72. <Generator>MSBuild:Compile</Generator>
  73. </ApplicationDefinition>
  74. <Page Include="MainPage.xaml">
  75. <SubType>Designer</SubType>
  76. <Generator>MSBuild:Compile</Generator>
  77. </Page>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="Properties\AppManifest.xml" />
  81. <None Include="Properties\WMAppManifest.xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Content Include="ApplicationIcon.png">
  85. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  86. </Content>
  87. <Content Include="Background.png">
  88. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  89. </Content>
  90. <Content Include="html_content\jqueryIndex.html">
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="html_content\metroIndex.html">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </Content>
  96. <Content Include="html_content\jquery-1.6.4.js">
  97. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  98. </Content>
  99. <Content Include="html_content\jquery.mobile-1.0.1.css">
  100. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  101. </Content>
  102. <Content Include="html_content\jquery.mobile-1.0.1.js">
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </Content>
  105. <Content Include="html_content\jquery.mobile.structure-1.0.1.css">
  106. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  107. </Content>
  108. <Content Include="html_content\logo.png">
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </Content>
  111. <Content Include="html_content\MetroDark.css">
  112. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  113. </Content>
  114. <Content Include="html_content\script.js" />
  115. <Content Include="SplashScreenImage.jpg" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  118. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  119. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  120. Other similar extension points exist, see Microsoft.Common.targets.
  121. <Target Name="BeforeBuild">
  122. </Target>
  123. <Target Name="AfterBuild">
  124. </Target>
  125. -->
  126. <ProjectExtensions />
  127. </Project>