Babylon.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{BA85B096-DDB8-4324-BB47-5F4EC2C5DB6A}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>BabylonExport</RootNamespace>
  16. <AssemblyName>Babylon</AssemblyName>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. <SccProjectName>SAK</SccProjectName>
  24. <SccLocalPath>SAK</SccLocalPath>
  25. <SccAuxPath>SAK</SccAuxPath>
  26. <SccProvider>SAK</SccProvider>
  27. <TypeScriptToolsVersion>2.1</TypeScriptToolsVersion>
  28. <UseGlobalApplicationHostFile />
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Web.DynamicData" />
  50. <Reference Include="System.Web.Entity" />
  51. <Reference Include="System.Web.ApplicationServices" />
  52. <Reference Include="System.ComponentModel.DataAnnotations" />
  53. <Reference Include="System" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="System.Web.Extensions" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Web" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="System.Configuration" />
  63. <Reference Include="System.Web.Services" />
  64. <Reference Include="System.EnterpriseServices" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Content Include="Playground\babylon.d.txt" />
  68. <Content Include="Playground\debug.html" />
  69. <Content Include="Playground\index-local.html" />
  70. <Content Include="Playground\sounds\gunshot.wav" />
  71. <Content Include="Playground\sounds\violons11.wav" />
  72. <Content Include="Playground\textures\albedo.png" />
  73. <Content Include="Playground\textures\reflectivity.png" />
  74. <Content Include="Playground\textures\room.hdr" />
  75. <Content Include="Playground\package.json" />
  76. <Content Include="src\Shaders\glowBlurPostProcess.fragment.fx" />
  77. <Content Include="src\Shaders\glowMapGeneration.fragment.fx" />
  78. <Content Include="src\Shaders\glowMapGeneration.vertex.fx" />
  79. <Content Include="src\Shaders\glowMapMerge.fragment.fx" />
  80. <Content Include="src\Shaders\glowMapMerge.vertex.fx" />
  81. <None Include="Web.Debug.config">
  82. <DependentUpon>Web.config</DependentUpon>
  83. </None>
  84. <None Include="Web.Release.config">
  85. <DependentUpon>Web.config</DependentUpon>
  86. </None>
  87. <Content Include="Playground\frame.css" />
  88. <Content Include="Playground\frame.js" />
  89. <Content Include="Playground\scripts\pbr.js" />
  90. <Content Include="Playground\scripts\refraction and reflection.js" />
  91. <Content Include="Playground\frame.html" />
  92. <Content Include="Playground\textures\mask.png" />
  93. <Content Include="Playground\hand.minified-1.2.js" />
  94. <Content Include="Playground\textures\equirectangular.jpg" />
  95. <Content Include="Playground\textures\sphereMap.png" />
  96. <Content Include="Playground\textures\waterbump.png" />
  97. <TypeScriptCompile Include="src\Actions\babylon.action.ts" />
  98. <TypeScriptCompile Include="src\Actions\babylon.actionManager.ts" />
  99. <TypeScriptCompile Include="src\Actions\babylon.condition.ts" />
  100. <TypeScriptCompile Include="src\Actions\babylon.directActions.ts" />
  101. <TypeScriptCompile Include="src\Actions\babylon.interpolateValueAction.ts" />
  102. <TypeScriptCompile Include="src\Animations\babylon.easing.ts" />
  103. <TypeScriptCompile Include="src\Audio\babylon.analyser.ts" />
  104. <TypeScriptCompile Include="src\Audio\babylon.audioEngine.ts" />
  105. <TypeScriptCompile Include="src\Audio\babylon.sound.ts" />
  106. <TypeScriptCompile Include="src\Audio\babylon.soundtrack.ts" />
  107. <TypeScriptCompile Include="src\Bones\babylon.bone.ts" />
  108. <TypeScriptCompile Include="src\Bones\babylon.skeleton.ts" />
  109. <TypeScriptCompile Include="src\Cameras\babylon.arcRotateCameraInputsManager.ts" />
  110. <TypeScriptCompile Include="src\Cameras\babylon.cameraInputsManager.ts" />
  111. <TypeScriptCompile Include="src\Cameras\babylon.followCamera.ts" />
  112. <TypeScriptCompile Include="src\Cameras\babylon.freeCameraInputsManager.ts" />
  113. <TypeScriptCompile Include="src\Cameras\babylon.gamepadCamera.ts" />
  114. <TypeScriptCompile Include="src\Cameras\babylon.stereoscopicCameras.ts" />
  115. <TypeScriptCompile Include="src\Cameras\babylon.targetCamera.ts" />
  116. <TypeScriptCompile Include="src\Cameras\babylon.universalCamera.ts" />
  117. <TypeScriptCompile Include="src\Cameras\babylon.touchCamera.ts" />
  118. <TypeScriptCompile Include="src\Cameras\babylon.deviceOrientationCamera.ts" />
  119. <TypeScriptCompile Include="src\Cameras\babylon.virtualJoysticksCamera.ts" />
  120. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.arcrotatecamera.input.gamepad.ts" />
  121. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.arcrotatecamera.input.keyboard.ts" />
  122. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.arcrotatecamera.input.mousewheel.ts" />
  123. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.arcrotatecamera.input.pointers.ts" />
  124. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.freecamera.input.deviceorientation.ts" />
  125. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.freecamera.input.gamepad.ts" />
  126. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.freecamera.input.keyboard.ts" />
  127. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.freecamera.input.mouse.ts" />
  128. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.freecamera.input.touch.ts" />
  129. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.freecamera.input.virtualjoystick.ts" />
  130. <TypeScriptCompile Include="src\Cameras\Inputs\babylon.arcrotatecamera.input.vrdeviceorientation.ts" />
  131. <TypeScriptCompile Include="src\Cameras\VR\babylon.vrCameraMetrics.ts" />
  132. <TypeScriptCompile Include="src\Cameras\VR\babylon.vrDeviceOrientationCamera.ts" />
  133. <TypeScriptCompile Include="src\Cameras\VR\babylon.webVRCamera.ts" />
  134. <TypeScriptCompile Include="src\Collisions\babylon.collisionCoordinator.ts" />
  135. <TypeScriptCompile Include="src\Collisions\babylon.collisionWorker.ts" />
  136. <TypeScriptCompile Include="src\Culling\babylon.ray.ts" />
  137. <TypeScriptCompile Include="src\Debug\babylon.axesViewer.ts" />
  138. <TypeScriptCompile Include="src\Debug\babylon.boneAxesViewer.ts" />
  139. <TypeScriptCompile Include="src\Debug\babylon.skeletonViewer.ts" />
  140. <TypeScriptCompile Include="src\Debug\babylon.debugLayer.ts" />
  141. <TypeScriptCompile Include="src\Layer\babylon.highlightlayer.ts" />
  142. <TypeScriptCompile Include="src\Loading\babylon.sceneLoader.ts" />
  143. <TypeScriptCompile Include="src\Loading\Plugins\babylon.babylonFileLoader.ts" />
  144. <TypeScriptCompile Include="src\Materials\babylon.colorCurves.ts" />
  145. <TypeScriptCompile Include="src\Materials\babylon.effect.ts" />
  146. <TypeScriptCompile Include="src\Materials\babylon.fresnelParameters.ts" />
  147. <TypeScriptCompile Include="src\Materials\babylon.material.ts" />
  148. <TypeScriptCompile Include="src\Materials\babylon.materialHelper.ts" />
  149. <TypeScriptCompile Include="src\Materials\babylon.multiMaterial.ts" />
  150. <TypeScriptCompile Include="src\Materials\babylon.pbrMaterial.ts" />
  151. <TypeScriptCompile Include="src\Materials\babylon.shaderMaterial.ts" />
  152. <TypeScriptCompile Include="src\Materials\babylon.standardMaterial.ts" />
  153. <TypeScriptCompile Include="src\Materials\Textures\babylon.baseTexture.ts" />
  154. <TypeScriptCompile Include="src\Materials\Textures\babylon.colorGradingTexture.ts" />
  155. <TypeScriptCompile Include="src\Materials\Textures\babylon.cubeTexture.ts" />
  156. <TypeScriptCompile Include="src\Materials\Textures\babylon.dynamicTexture.ts" />
  157. <TypeScriptCompile Include="canvas2D\src\Engine\babylon.fontTexture.ts" />
  158. <TypeScriptCompile Include="src\Materials\Textures\babylon.mapTexture.ts" />
  159. <TypeScriptCompile Include="src\Materials\Textures\babylon.refractionTexture.ts" />
  160. <TypeScriptCompile Include="src\Materials\Textures\babylon.mirrorTexture.ts" />
  161. <TypeScriptCompile Include="src\Materials\Textures\babylon.rawTexture.ts" />
  162. <TypeScriptCompile Include="src\Materials\Textures\babylon.renderTargetTexture.ts" />
  163. <TypeScriptCompile Include="src\Materials\Textures\babylon.texture.ts" />
  164. <TypeScriptCompile Include="src\Materials\Textures\babylon.videoTexture.ts" />
  165. <TypeScriptCompile Include="src\Materials\Textures\babylon.hdrCubeTexture.ts" />
  166. <TypeScriptCompile Include="src\Mesh\babylon.buffer.ts" />
  167. <TypeScriptCompile Include="src\Physics\babylon.physicsImpostor.ts" />
  168. <TypeScriptCompile Include="src\Physics\babylon.physicsJoint.ts" />
  169. <TypeScriptCompile Include="src\PostProcess\babylon.standardRenderingPipeline.ts" />
  170. <TypeScriptCompile Include="src\States\babylon.alphaCullingState.ts" />
  171. <TypeScriptCompile Include="src\States\babylon.depthCullingState.ts" />
  172. <TypeScriptCompile Include="src\States\babylon.stencilState.ts" />
  173. <TypeScriptCompile Include="src\Tools\babylon.decorators.ts" />
  174. <TypeScriptCompile Include="src\Tools\babylon.dynamicFloatArray.ts" />
  175. <TypeScriptCompile Include="src\Tools\babylon.earcut.ts" />
  176. <TypeScriptCompile Include="src\Tools\babylon.khronosTextureContainer.ts" />
  177. <TypeScriptCompile Include="src\Tools\babylon.observable.ts" />
  178. <TypeScriptCompile Include="src\Tools\babylon.rectPackingMap.ts" />
  179. <TypeScriptCompile Include="src\Tools\babylon.stringDictionary.ts" />
  180. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.cubemapToSphericalPolynomial.ts" />
  181. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.hdr.ts" />
  182. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.panoramaToCubemap.ts" />
  183. <TypeScriptCompile Include="src\Materials\Textures\Procedurals\babylon.customProceduralTexture.ts" />
  184. <TypeScriptCompile Include="src\Materials\Textures\Procedurals\babylon.proceduralTexture.ts" />
  185. <TypeScriptCompile Include="src\Math\babylon.math.SIMD.ts" />
  186. <TypeScriptCompile Include="src\Mesh\babylon.abstractMesh.ts" />
  187. <TypeScriptCompile Include="src\Mesh\babylon.geometry.ts" />
  188. <TypeScriptCompile Include="src\Mesh\babylon.groundMesh.ts" />
  189. <TypeScriptCompile Include="src\Mesh\babylon.instancedMesh.ts" />
  190. <TypeScriptCompile Include="src\Mesh\babylon.linesMesh.ts" />
  191. <TypeScriptCompile Include="src\Mesh\babylon.meshBuilder.ts" />
  192. <TypeScriptCompile Include="src\Mesh\babylon.meshLODLevel.ts" />
  193. <TypeScriptCompile Include="src\Mesh\babylon.meshSimplification.ts" />
  194. <TypeScriptCompile Include="src\Mesh\babylon.polygonMesh.ts" />
  195. <TypeScriptCompile Include="src\Particles\babylon.solidParticle.ts" />
  196. <TypeScriptCompile Include="src\Particles\babylon.solidParticleSystem.ts" />
  197. <TypeScriptCompile Include="src\Physics\Plugins\babylon.oimoJSPlugin.ts" />
  198. <TypeScriptCompile Include="src\PostProcess\babylon.colorCorrectionPostProcess.ts" />
  199. <TypeScriptCompile Include="src\PostProcess\babylon.displayPassPostProcess.ts" />
  200. <TypeScriptCompile Include="src\PostProcess\babylon.filterPostProcess.ts" />
  201. <TypeScriptCompile Include="src\PostProcess\babylon.convolutionPostProcess.ts" />
  202. <TypeScriptCompile Include="src\PostProcess\babylon.fxaaPostProcess.ts" />
  203. <TypeScriptCompile Include="src\PostProcess\babylon.hdrRenderingPipeline.ts" />
  204. <TypeScriptCompile Include="src\PostProcess\babylon.lensRenderingPipeline.ts" />
  205. <TypeScriptCompile Include="src\PostProcess\babylon.ssaoRenderingPipeline.ts" />
  206. <TypeScriptCompile Include="src\PostProcess\babylon.stereoscopicInterlacePostProcess.ts" />
  207. <TypeScriptCompile Include="src\PostProcess\babylon.tonemapPostProcess.ts" />
  208. <TypeScriptCompile Include="src\PostProcess\babylon.volumetricLightScatteringPostProcess.ts" />
  209. <TypeScriptCompile Include="src\PostProcess\babylon.vrDistortionCorrectionPostProcess.ts" />
  210. <TypeScriptCompile Include="src\PostProcess\babylon.refractionPostProcess.ts" />
  211. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderEffect.ts" />
  212. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderPass.ts" />
  213. <Content Include="Playground\splitbox.css" />
  214. <Content Include="Playground\splitbox.js" />
  215. <Content Include="Playground\textures\amiga.jpg" />
  216. <Content Include="Playground\textures\grass.dds" />
  217. <Content Include="Playground\textures\specmap.png" />
  218. <Content Include="Playground\textures\specularglossymap.png" />
  219. <Content Include="Playground\xtag.min.js" />
  220. <Content Include="src\Shaders\anaglyph.fragment.fx" />
  221. <Content Include="src\Shaders\chromaticAberration.fragment.fx" />
  222. <Content Include="src\Shaders\ShadersInclude\colorCurves.fx" />
  223. <Content Include="src\Shaders\ShadersInclude\colorCurvesDefinition.fx" />
  224. <Content Include="src\Shaders\ShadersInclude\colorGrading.fx" />
  225. <Content Include="src\Shaders\ShadersInclude\colorGradingDefinition.fx" />
  226. <Content Include="src\Shaders\standard.fragment.fx" />
  227. <Content Include="src\Shaders\legacypbr.fragment.fx" />
  228. <Content Include="src\Shaders\legacypbr.vertex.fx" />
  229. <Content Include="src\Shaders\line.fragment.fx" />
  230. <Content Include="src\Shaders\line.vertex.fx" />
  231. <Content Include="src\Shaders\colorCorrection.fragment.fx" />
  232. <Content Include="src\Shaders\depthBoxBlur.fragment.fx" />
  233. <Content Include="src\Shaders\depthOfField.fragment.fx" />
  234. <Content Include="src\Shaders\hdr.fragment.fx" />
  235. <Content Include="src\Shaders\lensHighlights.fragment.fx" />
  236. <Content Include="src\Shaders\pbr.fragment.fx" />
  237. <Content Include="src\Shaders\pbr.vertex.fx" />
  238. <Content Include="src\Shaders\procedural.vertex.fx" />
  239. <Content Include="src\Shaders\outline.fragment.fx" />
  240. <Content Include="src\Shaders\color.fragment.fx" />
  241. <Content Include="src\Shaders\outline.vertex.fx" />
  242. <Content Include="src\Shaders\color.vertex.fx" />
  243. <Content Include="src\Shaders\displayPass.fragment.fx" />
  244. <Content Include="src\Shaders\filter.fragment.fx" />
  245. <Content Include="src\Shaders\convolution.fragment.fx" />
  246. <Content Include="src\Shaders\blackAndWhite.fragment.fx" />
  247. <Content Include="src\Shaders\fxaa.fragment.fx" />
  248. <Content Include="src\Shaders\lensFlare.fragment.fx" />
  249. <Content Include="src\Shaders\lensFlare.vertex.fx" />
  250. <Content Include="src\Shaders\ShadersInclude\bumpFragment.fx" />
  251. <Content Include="src\Shaders\ShadersInclude\clipPlaneFragment.fx" />
  252. <Content Include="src\Shaders\ShadersInclude\clipPlaneVertex.fx" />
  253. <Content Include="src\Shaders\ShadersInclude\clipPlaneFragmentDeclaration.fx" />
  254. <Content Include="src\Shaders\ShadersInclude\clipPlaneVertexDeclaration.fx" />
  255. <Content Include="src\Shaders\ShadersInclude\harmonicsFunctions.fx" />
  256. <Content Include="src\Shaders\ShadersInclude\helperFunctions.fx" />
  257. <Content Include="src\Shaders\ShadersInclude\lightFragment.fx" />
  258. <Content Include="src\Shaders\ShadersInclude\pbrFunctions.fx" />
  259. <Content Include="src\Shaders\ShadersInclude\pbrLightFunctions.fx" />
  260. <Content Include="src\Shaders\ShadersInclude\pbrLightFunctionsCall.fx" />
  261. <Content Include="src\Shaders\ShadersInclude\pbrShadowFunctions.fx" />
  262. <Content Include="src\Shaders\ShadersInclude\reflectionFunction.fx" />
  263. <Content Include="src\Shaders\ShadersInclude\fresnelFunction.fx" />
  264. <Content Include="src\Shaders\ShadersInclude\pointCloudVertexDeclaration.fx" />
  265. <Content Include="src\Shaders\ShadersInclude\pointCloudVertex.fx" />
  266. <Content Include="src\Shaders\ShadersInclude\logDepthDeclaration.fx" />
  267. <Content Include="src\Shaders\ShadersInclude\logDepthFragment.fx" />
  268. <Content Include="src\Shaders\ShadersInclude\logDepthVertex.fx" />
  269. <Content Include="src\Shaders\ShadersInclude\lightsFragmentFunctions.fx" />
  270. <Content Include="src\Shaders\ShadersInclude\lightFragmentDeclaration.fx" />
  271. <Content Include="src\Shaders\ShadersInclude\bumpFragmentFunctions.fx" />
  272. <Content Include="src\Shaders\ShadersInclude\shadowsVertexDeclaration.fx" />
  273. <Content Include="src\Shaders\ShadersInclude\shadowsVertex.fx" />
  274. <Content Include="src\Shaders\ShadersInclude\shadowsFragmentFunctions.fx" />
  275. <Content Include="src\Shaders\ShadersInclude\fogVertex.fx" />
  276. <Content Include="src\Shaders\ShadersInclude\fogVertexDeclaration.fx" />
  277. <Content Include="src\Shaders\ShadersInclude\fogFragment.fx" />
  278. <Content Include="src\Shaders\ShadersInclude\fogFragmentDeclaration.fx" />
  279. <Content Include="src\Shaders\ShadersInclude\instancesVertex.fx" />
  280. <Content Include="src\Shaders\ShadersInclude\instancesDeclaration.fx" />
  281. <Content Include="src\Shaders\ShadersInclude\bonesVertex.fx" />
  282. <Content Include="src\Shaders\ShadersInclude\bonesDeclaration.fx" />
  283. <Content Include="src\Shaders\stereoscopicInterlace.fragment.fx" />
  284. <Content Include="src\Shaders\tonemap.fragment.fx" />
  285. <Content Include="src\Shaders\vrDistortionCorrection.fragment.fx" />
  286. <Content Include="src\Shaders\pass.fragment.fx" />
  287. <Content Include="src\Shaders\refraction.fragment.fx" />
  288. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderPipeline.ts" />
  289. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderPipelineManager.ts" />
  290. <TypeScriptCompile Include="src\Probes\babylon.reflectionProbe.ts" />
  291. <TypeScriptCompile Include="src\Rendering\babylon.boundingBoxRenderer.ts" />
  292. <TypeScriptCompile Include="src\Rendering\babylon.depthRenderer.ts" />
  293. <TypeScriptCompile Include="src\Rendering\babylon.edgesRenderer.ts" />
  294. <TypeScriptCompile Include="src\Rendering\babylon.outlineRenderer.ts" />
  295. <Content Include="src\Shaders\depth.fragment.fx" />
  296. <Content Include="src\Shaders\shadowMap.vertex.fx" />
  297. <Content Include="src\Shaders\ssao.fragment.fx" />
  298. <Content Include="src\Shaders\ssaoCombine.fragment.fx" />
  299. <Content Include="src\Shaders\volumetricLightScattering.fragment.fx" />
  300. <Content Include="src\Shaders\volumetricLightScatteringPass.fragment.fx" />
  301. <TypeScriptCompile Include="src\Tools\babylon.assetsManager.ts" />
  302. <TypeScriptCompile Include="src\Tools\babylon.filesInput.ts" />
  303. <Content Include="Playground\scripts\hdr rendering pipeline.js" />
  304. <Content Include="Playground\bootstrap\css\bootstrap-responsive.css" />
  305. <Content Include="Playground\bootstrap\css\bootstrap-responsive.min.css" />
  306. <Content Include="Playground\bootstrap\css\bootstrap.css" />
  307. <Content Include="Playground\bootstrap\css\bootstrap.min.css" />
  308. <Content Include="Playground\bootstrap\img\glyphicons-halflings-white.png" />
  309. <Content Include="Playground\bootstrap\img\glyphicons-halflings.png" />
  310. <Content Include="Playground\bootstrap\js\bootstrap.js" />
  311. <Content Include="Playground\bootstrap\js\bootstrap.min.js" />
  312. <Content Include="Playground\fileSaver.js" />
  313. <Content Include="Playground\index.css" />
  314. <Content Include="Playground\index.html" />
  315. <Content Include="Playground\scenes\0.jpg" />
  316. <Content Include="Playground\scenes\Dude\0.jpg" />
  317. <Content Include="Playground\scenes\Dude\1.jpg" />
  318. <Content Include="Playground\scenes\Dude\2.jpg" />
  319. <Content Include="Playground\scenes\Dude\3.jpg" />
  320. <Content Include="Playground\scripts\Easing functions.js" />
  321. <Content Include="Playground\scripts\proceduralTexture.js" />
  322. <Content Include="Playground\scripts\ssao rendering pipeline.js" />
  323. <Content Include="Playground\scripts\volumetric light scattering.js" />
  324. <Content Include="Playground\index.js" />
  325. <Content Include="Playground\jszip.min.js" />
  326. <Content Include="Playground\scripts\drag and drop.js" />
  327. <Content Include="Playground\scripts\actions.js" />
  328. <Content Include="Playground\scripts\Environment.js" />
  329. <Content Include="Playground\scripts\cameras.js" />
  330. <Content Include="Playground\scripts\collisions.js" />
  331. <Content Include="Playground\scripts\height Map.js" />
  332. <Content Include="Playground\scripts\import meshes.js" />
  333. <Content Include="Playground\scripts\Intersections.js" />
  334. <Content Include="Playground\scripts\fresnel.js" />
  335. <Content Include="Playground\scripts\lights.js" />
  336. <Content Include="Playground\scripts\particles.js" />
  337. <Content Include="Playground\scripts\rotation and scaling.js" />
  338. <Content Include="Playground\scripts\basic elements.js" />
  339. <Content Include="Playground\scripts\basic scene.js" />
  340. <Content Include="Playground\scripts\materials.js" />
  341. <Content Include="Playground\scripts\animations.js" />
  342. <Content Include="Playground\scripts\scripts.txt" />
  343. <Content Include="Playground\scripts\shadows.js" />
  344. <Content Include="Playground\scripts\sprites.js" />
  345. <Content Include="Playground\textures\babylonjs.mp4" />
  346. <Content Include="Playground\textures\bloc.jpg" />
  347. <Content Include="Playground\textures\cloud.png" />
  348. <Content Include="Playground\textures\crate.png" />
  349. <Content Include="Playground\textures\customProceduralTextures\land\custom.fragment.fx" />
  350. <Content Include="Playground\textures\customProceduralTextures\land\textures\dirt.jpg" />
  351. <Content Include="Playground\textures\customProceduralTextures\land\textures\grass.png" />
  352. <Content Include="Playground\textures\earth.jpg" />
  353. <Content Include="Playground\textures\flare.png" />
  354. <Content Include="Playground\textures\grass.jpg" />
  355. <Content Include="Playground\textures\ground.jpg" />
  356. <Content Include="Playground\textures\heightMap.png" />
  357. <Content Include="Playground\textures\impact.png" />
  358. <Content Include="Playground\textures\normalMap.jpg" />
  359. <Content Include="Playground\textures\orient.jpg" />
  360. <Content Include="Playground\textures\palm.png" />
  361. <Content Include="Playground\textures\player.png" />
  362. <Content Include="Playground\textures\skybox_nx.jpg" />
  363. <Content Include="Playground\textures\skybox_ny.jpg" />
  364. <Content Include="Playground\textures\skybox_nz.jpg" />
  365. <Content Include="Playground\textures\skybox_px.jpg" />
  366. <Content Include="Playground\textures\skybox_py.jpg" />
  367. <Content Include="Playground\textures\skybox_pz.jpg" />
  368. <Content Include="Playground\textures\sun.png" />
  369. <Content Include="Playground\textures\tree.png" />
  370. <Content Include="Playground\textures\misc.jpg" />
  371. <Content Include="Playground\textures\TropicalSunnyDay_ny.jpg" />
  372. <Content Include="Playground\textures\TropicalSunnyDay_nx.jpg" />
  373. <Content Include="Playground\textures\TropicalSunnyDay_nz.jpg" />
  374. <Content Include="Playground\textures\TropicalSunnyDay_px.jpg" />
  375. <Content Include="Playground\textures\TropicalSunnyDay_py.jpg" />
  376. <Content Include="Playground\textures\TropicalSunnyDay_pz.jpg" />
  377. <Content Include="Playground\textures\worldHeightMap.jpg" />
  378. <Content Include="Playground\textures\xStrip.jpg" />
  379. <Content Include="Playground\textures\yStrip.jpg" />
  380. <Content Include="Playground\textures\zStrip.jpg" />
  381. <Content Include="Playground\zipContent\index.html" />
  382. <Content Include="src\Shaders\blur.fragment.fx" />
  383. <Content Include="src\Shaders\postprocess.vertex.fx" />
  384. <Content Include="src\Shaders\shadowMap.fragment.fx" />
  385. <Content Include="src\Shaders\depth.vertex.fx" />
  386. <Content Include="src\Shaders\layer.fragment.fx" />
  387. <Content Include="src\Shaders\layer.vertex.fx" />
  388. <Content Include="src\Shaders\particles.fragment.fx" />
  389. <Content Include="src\Shaders\particles.vertex.fx" />
  390. <Content Include="src\Shaders\sprites.fragment.fx" />
  391. <Content Include="src\Shaders\sprites.vertex.fx" />
  392. <Content Include="Playground\scripts\picking.js" />
  393. <Content Include="Web.config">
  394. <SubType>Designer</SubType>
  395. </Content>
  396. <TypeScriptCompile Include="src\Tools\babylon.gamepads.ts" />
  397. <TypeScriptCompile Include="src\Tools\babylon.database.ts" />
  398. <TypeScriptCompile Include="src\Tools\babylon.loadingScreen.ts" />
  399. <TypeScriptCompile Include="src\Tools\babylon.sceneOptimizer.ts" />
  400. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.pmremGenerator.ts" />
  401. </ItemGroup>
  402. <ItemGroup>
  403. <Content Include="src\Shaders\default.fragment.fx" />
  404. <Content Include="src\Shaders\default.vertex.fx" />
  405. <Content Include="Playground\textures\babylonjs.webm" />
  406. <Content Include="Playground\scenes\skull.babylon" />
  407. <Content Include="Playground\textures\customProceduralTextures\land\config.json" />
  408. <Content Include="Playground\scenes\SSAOcat.babylon" />
  409. <Content Include="Playground\scenes\Rabbit.babylon" />
  410. <Content Include="Playground\scenes\Dude\dude.babylon" />
  411. </ItemGroup>
  412. <ItemGroup>
  413. <Folder Include="Properties\" />
  414. </ItemGroup>
  415. <ItemGroup>
  416. <TypeScriptCompile Include="src\Animations\babylon.animatable.ts" />
  417. <TypeScriptCompile Include="src\Animations\babylon.animation.ts" />
  418. <TypeScriptCompile Include="src\babylon.engine.ts" />
  419. <TypeScriptCompile Include="src\babylon.mixins.ts" />
  420. <TypeScriptCompile Include="src\babylon.scene.ts" />
  421. <TypeScriptCompile Include="src\Cameras\babylon.arcRotateCamera.ts" />
  422. <TypeScriptCompile Include="src\Cameras\babylon.camera.ts" />
  423. <TypeScriptCompile Include="src\Cameras\babylon.freeCamera.ts" />
  424. <TypeScriptCompile Include="src\Collisions\babylon.collider.ts" />
  425. <TypeScriptCompile Include="src\Collisions\babylon.pickingInfo.ts" />
  426. <TypeScriptCompile Include="src\Culling\babylon.boundingBox.ts" />
  427. <TypeScriptCompile Include="src\Culling\babylon.boundingInfo.ts" />
  428. <TypeScriptCompile Include="src\Culling\babylon.boundingSphere.ts" />
  429. <TypeScriptCompile Include="src\Culling\Octrees\babylon.octree.ts" />
  430. <TypeScriptCompile Include="src\Culling\Octrees\babylon.octreeBlock.ts" />
  431. <TypeScriptCompile Include="src\Layer\babylon.layer.ts" />
  432. <TypeScriptCompile Include="src\LensFlare\babylon.lensFlare.ts" />
  433. <TypeScriptCompile Include="src\LensFlare\babylon.lensFlareSystem.ts" />
  434. <TypeScriptCompile Include="src\Lights\babylon.directionalLight.ts" />
  435. <TypeScriptCompile Include="src\Lights\babylon.hemisphericLight.ts" />
  436. <TypeScriptCompile Include="src\Lights\babylon.light.ts" />
  437. <TypeScriptCompile Include="src\Lights\babylon.pointLight.ts" />
  438. <TypeScriptCompile Include="src\Lights\babylon.spotLight.ts" />
  439. <TypeScriptCompile Include="src\Lights\Shadows\babylon.shadowGenerator.ts" />
  440. <TypeScriptCompile Include="src\Math\babylon.math.ts" />
  441. <TypeScriptCompile Include="src\Mesh\babylon.csg.ts" />
  442. <TypeScriptCompile Include="src\Mesh\babylon.mesh.ts" />
  443. <TypeScriptCompile Include="src\Mesh\babylon.mesh.vertexData.ts" />
  444. <TypeScriptCompile Include="src\Mesh\babylon.subMesh.ts" />
  445. <TypeScriptCompile Include="src\Mesh\babylon.vertexBuffer.ts" />
  446. <TypeScriptCompile Include="src\babylon.node.ts" />
  447. <TypeScriptCompile Include="src\Particles\babylon.particle.ts" />
  448. <TypeScriptCompile Include="src\Particles\babylon.particleSystem.ts" />
  449. <TypeScriptCompile Include="src\Physics\babylon.physicsEngine.ts" />
  450. <TypeScriptCompile Include="src\Physics\Plugins\babylon.cannonJSPlugin.ts" />
  451. <TypeScriptCompile Include="src\PostProcess\babylon.anaglyphPostProcess.ts">
  452. <SubType>Code</SubType>
  453. </TypeScriptCompile>
  454. <TypeScriptCompile Include="src\PostProcess\babylon.blackAndWhitePostProcess.ts" />
  455. <TypeScriptCompile Include="src\PostProcess\babylon.blurPostProcess.ts" />
  456. <TypeScriptCompile Include="src\PostProcess\babylon.passPostProcess.ts">
  457. <SubType>Code</SubType>
  458. </TypeScriptCompile>
  459. <TypeScriptCompile Include="src\PostProcess\babylon.postProcess.ts">
  460. <SubType>Code</SubType>
  461. </TypeScriptCompile>
  462. <TypeScriptCompile Include="src\PostProcess\babylon.postProcessManager.ts" />
  463. <TypeScriptCompile Include="src\Rendering\babylon.renderingGroup.ts" />
  464. <TypeScriptCompile Include="src\Rendering\babylon.renderingManager.ts" />
  465. <TypeScriptCompile Include="src\Sprites\babylon.sprite.ts" />
  466. <TypeScriptCompile Include="src\Sprites\babylon.spriteManager.ts" />
  467. <TypeScriptCompile Include="src\Tools\babylon.andOrNotEvaluator.ts" />
  468. <TypeScriptCompile Include="src\Tools\babylon.sceneSerializer.ts" />
  469. <TypeScriptCompile Include="src\Tools\babylon.smartArray.ts" />
  470. <TypeScriptCompile Include="src\Tools\babylon.tags.ts" />
  471. <TypeScriptCompile Include="src\Tools\babylon.tools.dds.ts" />
  472. <TypeScriptCompile Include="src\Tools\babylon.tools.tga.ts" />
  473. <TypeScriptCompile Include="src\Tools\babylon.tools.ts" />
  474. <TypeScriptCompile Include="src\Tools\babylon.virtualJoystick.ts" />
  475. </ItemGroup>
  476. <PropertyGroup>
  477. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  478. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  479. </PropertyGroup>
  480. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  481. <DebugSymbols>true</DebugSymbols>
  482. <OutputPath>bin\</OutputPath>
  483. <DefineConstants>DEBUG;TRACE</DefineConstants>
  484. <DebugType>full</DebugType>
  485. <PlatformTarget>x64</PlatformTarget>
  486. <ErrorReport>prompt</ErrorReport>
  487. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  488. </PropertyGroup>
  489. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  490. <OutputPath>bin\</OutputPath>
  491. <DefineConstants>TRACE</DefineConstants>
  492. <Optimize>true</Optimize>
  493. <DebugType>pdbonly</DebugType>
  494. <PlatformTarget>x64</PlatformTarget>
  495. <ErrorReport>prompt</ErrorReport>
  496. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  497. </PropertyGroup>
  498. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  499. <DebugSymbols>true</DebugSymbols>
  500. <OutputPath>bin\</OutputPath>
  501. <DefineConstants>DEBUG;TRACE</DefineConstants>
  502. <DebugType>full</DebugType>
  503. <PlatformTarget>x86</PlatformTarget>
  504. <ErrorReport>prompt</ErrorReport>
  505. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  506. </PropertyGroup>
  507. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  508. <OutputPath>bin\</OutputPath>
  509. <DefineConstants>TRACE</DefineConstants>
  510. <Optimize>true</Optimize>
  511. <DebugType>pdbonly</DebugType>
  512. <PlatformTarget>x86</PlatformTarget>
  513. <ErrorReport>prompt</ErrorReport>
  514. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  515. </PropertyGroup>
  516. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  517. <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
  518. <TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
  519. <TypeScriptModuleKind>none</TypeScriptModuleKind>
  520. <TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
  521. <TypeScriptTarget>ES5</TypeScriptTarget>
  522. <TypeScriptCompileOnSaveEnabled>False</TypeScriptCompileOnSaveEnabled>
  523. <TypeScriptRemoveComments>False</TypeScriptRemoveComments>
  524. <TypeScriptOutFile />
  525. <TypeScriptOutDir />
  526. <TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
  527. <TypeScriptSourceMap>True</TypeScriptSourceMap>
  528. <TypeScriptMapRoot />
  529. <TypeScriptSourceRoot />
  530. <TypeScriptExperimentalDecorators>true</TypeScriptExperimentalDecorators>
  531. </PropertyGroup>
  532. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  533. <TypeScriptTarget>ES5</TypeScriptTarget>
  534. </PropertyGroup>
  535. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
  536. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  537. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  538. <ProjectExtensions>
  539. <VisualStudio>
  540. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  541. <WebProjectProperties>
  542. <UseIIS>True</UseIIS>
  543. <AutoAssignPort>True</AutoAssignPort>
  544. <DevelopmentServerPort>0</DevelopmentServerPort>
  545. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  546. <IISUrl>http://localhost:10683/</IISUrl>
  547. <NTLMAuthentication>False</NTLMAuthentication>
  548. <UseCustomServer>False</UseCustomServer>
  549. <CustomServerUrl>
  550. </CustomServerUrl>
  551. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  552. </WebProjectProperties>
  553. </FlavorProperties>
  554. <UserProperties node__modules_2grunt-contrib-uglify_2package_1json__JSONSchema="http://json.schemastore.org/package" />
  555. </VisualStudio>
  556. </ProjectExtensions>
  557. <PropertyGroup>
  558. <PreBuildEvent>
  559. </PreBuildEvent>
  560. </PropertyGroup>
  561. <PropertyGroup>
  562. <PostBuildEvent>
  563. </PostBuildEvent>
  564. </PropertyGroup>
  565. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  566. Other similar extension points exist, see Microsoft.Common.targets.
  567. <Target Name="BeforeBuild">
  568. </Target>
  569. <Target Name="AfterBuild">
  570. </Target>
  571. -->
  572. </Project>