BuildOurOwnBabylonJSWinJSApp.jsproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|AnyCPU">
  5. <Configuration>Debug</Configuration>
  6. <Platform>AnyCPU</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|ARM">
  9. <Configuration>Debug</Configuration>
  10. <Platform>ARM</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x86">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x86</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|AnyCPU">
  21. <Configuration>Release</Configuration>
  22. <Platform>AnyCPU</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|ARM">
  25. <Configuration>Release</Configuration>
  26. <Platform>ARM</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|x64">
  29. <Configuration>Release</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x86">
  33. <Configuration>Release</Configuration>
  34. <Platform>x86</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>7cdb4b83-4e3e-48d1-b982-9c33ca60712a</ProjectGuid>
  39. </PropertyGroup>
  40. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  41. <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0'">
  42. <VisualStudioVersion>12.0</VisualStudioVersion>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
  45. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
  46. <PropertyGroup>
  47. <TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
  48. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  49. <RequiredPlatformVersion>8.1</RequiredPlatformVersion>
  50. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  51. <DefaultLanguage>en-US</DefaultLanguage>
  52. <PackageCertificateKeyFile>BuildOurOwnBabylonJSWinJSApp_TemporaryKey.pfx</PackageCertificateKeyFile>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <AppxManifest Include="package.appxmanifest">
  56. <SubType>Designer</SubType>
  57. </AppxManifest>
  58. <Content Include="css\default.css" />
  59. <Content Include="images\logo.scale-100.png" />
  60. <Content Include="images\smalllogo.scale-100.png" />
  61. <Content Include="images\splashscreen.scale-100.png" />
  62. <Content Include="images\storelogo.scale-100.png" />
  63. <Content Include="js\default.js" />
  64. <Content Include="js\jquery-2.1.0.min.js" />
  65. <Content Include="js\navigator.js" />
  66. <Content Include="default.html" />
  67. <Content Include="pages\babylonScene\babylonScene.css" />
  68. <Content Include="pages\babylonScene\babylonScene.html" />
  69. <Content Include="pages\babylonScene\babylonScene.js" />
  70. <Content Include="pages\home\home.css" />
  71. <Content Include="pages\home\home.html" />
  72. <Content Include="pages\home\home.js" />
  73. <Content Include="..\BuildOurOwnBabylonJS\ourOwnBabylon.js">
  74. <Link>js\ourOwnBabylon.js</Link>
  75. </Content>
  76. <Content Include="$(BabylonJSSamplesDirFullPath)Scenes\**\*.*">
  77. <Link>BabylonJS-Demos\%(RecursiveDir)%(Filename)%(Extension)</Link>
  78. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  79. </Content>
  80. <None Include="BuildOurOwnBabylonJSWinJSApp_TemporaryKey.pfx" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <SDKReference Include="Microsoft.WinJS.2.0, Version=1.0" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\BuildOurOwnBabylonJS\BuildOurOwnBabylonJS.csproj" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
  89. <!-- To modify your build process, add your task inside one of the targets below then uncomment
  90. that target and the DisableFastUpToDateCheck PropertyGroup.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. <PropertyGroup>
  97. <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
  98. </PropertyGroup>
  99. -->
  100. </Project>