Babylon.js.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
  4. <Import Project="packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  5. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
  6. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  7. <Import Project="..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
  8. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  9. <PropertyGroup>
  10. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  11. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  12. <ProductVersion>
  13. </ProductVersion>
  14. <SchemaVersion>2.0</SchemaVersion>
  15. <ProjectGuid>{FF5C7EB0-3C10-48A7-93AA-3EE78FDB5CA4}</ProjectGuid>
  16. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  17. <OutputType>Library</OutputType>
  18. <AppDesignerFolder>Properties</AppDesignerFolder>
  19. <RootNamespace>Babylon.js</RootNamespace>
  20. <AssemblyName>Babylon.js</AssemblyName>
  21. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  22. <UseIISExpress>true</UseIISExpress>
  23. <IISExpressSSLPort />
  24. <IISExpressAnonymousAuthentication />
  25. <IISExpressWindowsAuthentication />
  26. <IISExpressUseClassicPipelineMode />
  27. <UseGlobalApplicationHostFile />
  28. <NuGetPackageImportStamp>
  29. </NuGetPackageImportStamp>
  30. <TypeScriptToolsVersion>1.7</TypeScriptToolsVersion>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Web.DynamicData" />
  56. <Reference Include="System.Web.Entity" />
  57. <Reference Include="System.Web.ApplicationServices" />
  58. <Reference Include="System.ComponentModel.DataAnnotations" />
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Web.Extensions" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Web" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="System.Configuration" />
  69. <Reference Include="System.Web.Services" />
  70. <Reference Include="System.EnterpriseServices" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Content Include="assets\BrickWall.dds" />
  74. <Content Include="assets\BrickWall_normal_parallax.dds" />
  75. <Content Include="assets\rock_colormap.dds" />
  76. <Content Include="assets\rock_normalmap.dds" />
  77. <Content Include="index.html" />
  78. <Content Include="packages.config" />
  79. <Content Include="src\Shaders\ShadersInclude\bonesDeclaration.fx" />
  80. <Content Include="src\Shaders\ShadersInclude\bonesVertex.fx" />
  81. <Content Include="src\Shaders\ShadersInclude\bumpFragmentFunctions.fx" />
  82. <Content Include="src\Shaders\ShadersInclude\clipPlaneFragment.fx" />
  83. <Content Include="src\Shaders\ShadersInclude\clipPlaneFragmentDeclaration.fx" />
  84. <Content Include="src\Shaders\ShadersInclude\clipPlaneVertex.fx" />
  85. <Content Include="src\Shaders\ShadersInclude\clipPlaneVertexDeclaration.fx" />
  86. <Content Include="src\Shaders\ShadersInclude\fogFragment.fx" />
  87. <Content Include="src\Shaders\ShadersInclude\fogFragmentDeclaration.fx" />
  88. <Content Include="src\Shaders\ShadersInclude\fogVertex.fx" />
  89. <Content Include="src\Shaders\ShadersInclude\fogVertexDeclaration.fx" />
  90. <Content Include="src\Shaders\ShadersInclude\fresnelFunction.fx" />
  91. <Content Include="src\Shaders\ShadersInclude\instancesDeclaration.fx" />
  92. <Content Include="src\Shaders\ShadersInclude\instancesVertex.fx" />
  93. <Content Include="src\Shaders\ShadersInclude\light0Fragment.fx" />
  94. <Content Include="src\Shaders\ShadersInclude\light0FragmentDeclaration.fx" />
  95. <Content Include="src\Shaders\ShadersInclude\light1Fragment.fx" />
  96. <Content Include="src\Shaders\ShadersInclude\light1FragmentDeclaration.fx" />
  97. <Content Include="src\Shaders\ShadersInclude\light2Fragment.fx" />
  98. <Content Include="src\Shaders\ShadersInclude\light2FragmentDeclaration.fx" />
  99. <Content Include="src\Shaders\ShadersInclude\light3Fragment.fx" />
  100. <Content Include="src\Shaders\ShadersInclude\light3FragmentDeclaration.fx" />
  101. <Content Include="src\Shaders\ShadersInclude\lightsFragmentFunctions.fx" />
  102. <Content Include="src\Shaders\ShadersInclude\logDepthDeclaration.fx" />
  103. <Content Include="src\Shaders\ShadersInclude\logDepthFragment.fx" />
  104. <Content Include="src\Shaders\ShadersInclude\logDepthVertex.fx" />
  105. <Content Include="src\Shaders\ShadersInclude\pointCloudVertex.fx" />
  106. <Content Include="src\Shaders\ShadersInclude\pointCloudVertexDeclaration.fx" />
  107. <Content Include="src\Shaders\ShadersInclude\reflectionFunction.fx" />
  108. <Content Include="src\Shaders\ShadersInclude\shadowsFragmentFunctions.fx" />
  109. <Content Include="src\Shaders\ShadersInclude\shadowsVertex.fx" />
  110. <Content Include="src\Shaders\ShadersInclude\shadowsVertexDeclaration.fx" />
  111. <Content Include="src\tsconfig.json" />
  112. <None Include="Web.Debug.config">
  113. <DependentUpon>Web.config</DependentUpon>
  114. </None>
  115. <None Include="Web.Release.config">
  116. <DependentUpon>Web.config</DependentUpon>
  117. </None>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Content Include="src\.gitignore" />
  121. <Content Include="src\Shaders\anaglyph.fragment.fx" />
  122. <Content Include="src\Shaders\blackAndWhite.fragment.fx" />
  123. <Content Include="src\Shaders\blur.fragment.fx" />
  124. <Content Include="src\Shaders\chromaticAberration.fragment.fx" />
  125. <Content Include="src\Shaders\color.fragment.fx" />
  126. <Content Include="src\Shaders\color.vertex.fx" />
  127. <Content Include="src\Shaders\colorCorrection.fragment.fx" />
  128. <Content Include="src\Shaders\convolution.fragment.fx" />
  129. <Content Include="src\Shaders\default.fragment.fx" />
  130. <Content Include="src\Shaders\default.vertex.fx" />
  131. <Content Include="src\Shaders\depth.fragment.fx" />
  132. <Content Include="src\Shaders\depth.vertex.fx" />
  133. <Content Include="src\Shaders\depthBoxBlur.fragment.fx" />
  134. <Content Include="src\Shaders\depthOfField.fragment.fx" />
  135. <Content Include="src\Shaders\displayPass.fragment.fx" />
  136. <Content Include="src\Shaders\filter.fragment.fx" />
  137. <Content Include="src\Shaders\fxaa.fragment.fx" />
  138. <Content Include="src\Shaders\hdr.fragment.fx" />
  139. <Content Include="src\Shaders\layer.fragment.fx" />
  140. <Content Include="src\Shaders\layer.vertex.fx" />
  141. <Content Include="src\Shaders\legacydefault.fragment.fx" />
  142. <Content Include="src\Shaders\legacydefault.vertex.fx" />
  143. <Content Include="src\Shaders\lensFlare.fragment.fx" />
  144. <Content Include="src\Shaders\lensFlare.vertex.fx" />
  145. <Content Include="src\Shaders\lensHighlights.fragment.fx" />
  146. <Content Include="src\Shaders\line.fragment.fx" />
  147. <Content Include="src\Shaders\line.vertex.fx" />
  148. <Content Include="src\Shaders\outline.fragment.fx" />
  149. <Content Include="src\Shaders\outline.vertex.fx" />
  150. <Content Include="src\Shaders\particles.fragment.fx" />
  151. <Content Include="src\Shaders\particles.vertex.fx" />
  152. <Content Include="src\Shaders\pass.fragment.fx" />
  153. <Content Include="src\Shaders\postprocess.vertex.fx" />
  154. <Content Include="src\Shaders\procedural.vertex.fx" />
  155. <Content Include="src\Shaders\refraction.fragment.fx" />
  156. <Content Include="src\Shaders\shadowMap.fragment.fx" />
  157. <Content Include="src\Shaders\shadowMap.vertex.fx" />
  158. <Content Include="src\Shaders\sprites.fragment.fx" />
  159. <Content Include="src\Shaders\sprites.vertex.fx" />
  160. <Content Include="src\Shaders\ssao.fragment.fx" />
  161. <Content Include="src\Shaders\ssaoCombine.fragment.fx" />
  162. <Content Include="src\Shaders\stereoscopicInterlace.fragment.fx" />
  163. <Content Include="src\Shaders\tonemap.fragment.fx" />
  164. <Content Include="src\Shaders\volumetricLightScattering.fragment.fx" />
  165. <Content Include="src\Shaders\volumetricLightScatteringPass.fragment.fx" />
  166. <Content Include="src\Shaders\vrDistortionCorrection.fragment.fx" />
  167. <Content Include="Web.config" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Compile Include="Properties\AssemblyInfo.cs" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <TypeScriptCompile Include="external references\poly2tri.d.ts" />
  174. <TypeScriptCompile Include="src\Actions\babylon.action.ts" />
  175. <TypeScriptCompile Include="src\Actions\babylon.actionManager.ts" />
  176. <TypeScriptCompile Include="src\Actions\babylon.condition.ts" />
  177. <TypeScriptCompile Include="src\Actions\babylon.directActions.ts" />
  178. <TypeScriptCompile Include="src\Actions\babylon.interpolateValueAction.ts" />
  179. <TypeScriptCompile Include="src\Animations\babylon.animatable.ts" />
  180. <TypeScriptCompile Include="src\Animations\babylon.animation.ts" />
  181. <TypeScriptCompile Include="src\Animations\babylon.easing.ts" />
  182. <TypeScriptCompile Include="src\Audio\babylon.analyser.ts" />
  183. <TypeScriptCompile Include="src\Audio\babylon.audioEngine.ts" />
  184. <TypeScriptCompile Include="src\Audio\babylon.sound.ts" />
  185. <TypeScriptCompile Include="src\Audio\babylon.soundtrack.ts" />
  186. <TypeScriptCompile Include="src\babylon.engine.ts" />
  187. <TypeScriptCompile Include="src\babylon.mixins.ts" />
  188. <TypeScriptCompile Include="src\babylon.node.ts" />
  189. <TypeScriptCompile Include="src\babylon.scene.ts" />
  190. <TypeScriptCompile Include="src\Bones\babylon.bone.ts" />
  191. <TypeScriptCompile Include="src\Bones\babylon.skeleton.ts" />
  192. <TypeScriptCompile Include="src\Cameras\babylon.arcRotateCamera.ts" />
  193. <TypeScriptCompile Include="src\Cameras\babylon.camera.ts" />
  194. <TypeScriptCompile Include="src\Cameras\babylon.deviceOrientationCamera.ts" />
  195. <TypeScriptCompile Include="src\Cameras\babylon.followCamera.ts" />
  196. <TypeScriptCompile Include="src\Cameras\babylon.freeCamera.ts" />
  197. <TypeScriptCompile Include="src\Cameras\babylon.gamepadCamera.ts" />
  198. <TypeScriptCompile Include="src\Cameras\babylon.stereoscopicCameras.ts" />
  199. <TypeScriptCompile Include="src\Cameras\babylon.targetCamera.ts" />
  200. <TypeScriptCompile Include="src\Cameras\babylon.touchCamera.ts" />
  201. <TypeScriptCompile Include="src\Cameras\babylon.universalCamera.ts" />
  202. <TypeScriptCompile Include="src\Cameras\babylon.virtualJoysticksCamera.ts" />
  203. <TypeScriptCompile Include="src\Cameras\VR\babylon.vrCameraMetrics.ts" />
  204. <TypeScriptCompile Include="src\Cameras\VR\babylon.vrDeviceOrientationCamera.ts" />
  205. <TypeScriptCompile Include="src\Cameras\VR\babylon.webVRCamera.ts" />
  206. <TypeScriptCompile Include="src\Collisions\babylon.collider.ts" />
  207. <TypeScriptCompile Include="src\Collisions\babylon.collisionCoordinator.ts" />
  208. <TypeScriptCompile Include="src\Collisions\babylon.collisionWorker.ts" />
  209. <TypeScriptCompile Include="src\Collisions\babylon.pickingInfo.ts" />
  210. <TypeScriptCompile Include="src\Culling\babylon.boundingBox.ts" />
  211. <TypeScriptCompile Include="src\Culling\babylon.boundingInfo.ts" />
  212. <TypeScriptCompile Include="src\Culling\babylon.boundingSphere.ts" />
  213. <TypeScriptCompile Include="src\Culling\Octrees\babylon.octree.ts" />
  214. <TypeScriptCompile Include="src\Culling\Octrees\babylon.octreeBlock.ts" />
  215. <TypeScriptCompile Include="src\Debug\babylon.debugLayer.ts" />
  216. <TypeScriptCompile Include="src\Layer\babylon.layer.ts" />
  217. <TypeScriptCompile Include="src\LensFlare\babylon.lensFlare.ts" />
  218. <TypeScriptCompile Include="src\LensFlare\babylon.lensFlareSystem.ts" />
  219. <TypeScriptCompile Include="src\Lights\babylon.directionalLight.ts" />
  220. <TypeScriptCompile Include="src\Lights\babylon.hemisphericLight.ts" />
  221. <TypeScriptCompile Include="src\Lights\babylon.light.ts" />
  222. <TypeScriptCompile Include="src\Lights\babylon.pointLight.ts" />
  223. <TypeScriptCompile Include="src\Lights\babylon.spotLight.ts" />
  224. <TypeScriptCompile Include="src\Lights\Shadows\babylon.shadowGenerator.ts" />
  225. <TypeScriptCompile Include="src\Loading\babylon.sceneLoader.ts" />
  226. <TypeScriptCompile Include="src\Loading\Plugins\babylon.babylonFileLoader.ts" />
  227. <TypeScriptCompile Include="src\Materials\babylon.effect.ts" />
  228. <TypeScriptCompile Include="src\Materials\babylon.fresnelParameters.ts" />
  229. <TypeScriptCompile Include="src\Materials\babylon.material.ts" />
  230. <TypeScriptCompile Include="src\Materials\babylon.materialHelper.ts" />
  231. <TypeScriptCompile Include="src\Materials\babylon.multiMaterial.ts" />
  232. <TypeScriptCompile Include="src\Materials\babylon.shaderMaterial.ts" />
  233. <TypeScriptCompile Include="src\Materials\babylon.standardMaterial.ts" />
  234. <TypeScriptCompile Include="src\Materials\Textures\babylon.baseTexture.ts" />
  235. <TypeScriptCompile Include="src\Materials\Textures\babylon.cubeTexture.ts" />
  236. <TypeScriptCompile Include="src\Materials\Textures\babylon.dynamicTexture.ts" />
  237. <TypeScriptCompile Include="src\Materials\Textures\babylon.hdrcubetexture.ts" />
  238. <TypeScriptCompile Include="src\Materials\Textures\babylon.mirrorTexture.ts" />
  239. <TypeScriptCompile Include="src\Materials\Textures\babylon.rawTexture.ts" />
  240. <TypeScriptCompile Include="src\Materials\Textures\babylon.refractionTexture.ts" />
  241. <TypeScriptCompile Include="src\Materials\Textures\babylon.renderTargetTexture.ts" />
  242. <TypeScriptCompile Include="src\Materials\Textures\babylon.texture.ts" />
  243. <TypeScriptCompile Include="src\Materials\Textures\babylon.videoTexture.ts" />
  244. <TypeScriptCompile Include="src\Materials\Textures\Procedurals\babylon.customProceduralTexture.ts" />
  245. <TypeScriptCompile Include="src\Materials\Textures\Procedurals\babylon.proceduralTexture.ts" />
  246. <TypeScriptCompile Include="src\Math\babylon.math.SIMD.ts" />
  247. <TypeScriptCompile Include="src\Math\babylon.math.ts" />
  248. <TypeScriptCompile Include="src\Mesh\babylon.abstractMesh.ts" />
  249. <TypeScriptCompile Include="src\Mesh\babylon.csg.ts" />
  250. <TypeScriptCompile Include="src\Mesh\babylon.geometry.ts" />
  251. <TypeScriptCompile Include="src\Mesh\babylon.groundMesh.ts" />
  252. <TypeScriptCompile Include="src\Mesh\babylon.instancedMesh.ts" />
  253. <TypeScriptCompile Include="src\Mesh\babylon.linesMesh.ts" />
  254. <TypeScriptCompile Include="src\Mesh\babylon.mesh.ts" />
  255. <TypeScriptCompile Include="src\Mesh\babylon.mesh.vertexData.ts" />
  256. <TypeScriptCompile Include="src\Mesh\babylon.meshBuilder.ts" />
  257. <TypeScriptCompile Include="src\Mesh\babylon.meshLODLevel.ts" />
  258. <TypeScriptCompile Include="src\Mesh\babylon.meshSimplification.ts" />
  259. <TypeScriptCompile Include="src\Mesh\babylon.polygonMesh.ts" />
  260. <TypeScriptCompile Include="src\Mesh\babylon.subMesh.ts" />
  261. <TypeScriptCompile Include="src\Mesh\babylon.vertexBuffer.ts" />
  262. <TypeScriptCompile Include="src\Particles\babylon.particle.ts" />
  263. <TypeScriptCompile Include="src\Particles\babylon.particleSystem.ts" />
  264. <TypeScriptCompile Include="src\Particles\babylon.solidParticle.ts" />
  265. <TypeScriptCompile Include="src\Particles\babylon.solidParticleSystem.ts" />
  266. <TypeScriptCompile Include="src\Physics\babylon.physicsEngine.ts" />
  267. <TypeScriptCompile Include="src\Physics\babylon.physicsImpostor.ts" />
  268. <TypeScriptCompile Include="src\Physics\babylon.physicsJoint.ts" />
  269. <TypeScriptCompile Include="src\Physics\Plugins\babylon.cannonJSPlugin.ts" />
  270. <TypeScriptCompile Include="src\Physics\Plugins\babylon.oimoJSPlugin.ts" />
  271. <TypeScriptCompile Include="src\PostProcess\babylon.anaglyphPostProcess.ts" />
  272. <TypeScriptCompile Include="src\PostProcess\babylon.blackAndWhitePostProcess.ts" />
  273. <TypeScriptCompile Include="src\PostProcess\babylon.blurPostProcess.ts" />
  274. <TypeScriptCompile Include="src\PostProcess\babylon.colorCorrectionPostProcess.ts" />
  275. <TypeScriptCompile Include="src\PostProcess\babylon.convolutionPostProcess.ts" />
  276. <TypeScriptCompile Include="src\PostProcess\babylon.displayPassPostProcess.ts" />
  277. <TypeScriptCompile Include="src\PostProcess\babylon.filterPostProcess.ts" />
  278. <TypeScriptCompile Include="src\PostProcess\babylon.fxaaPostProcess.ts" />
  279. <TypeScriptCompile Include="src\PostProcess\babylon.hdrRenderingPipeline.ts" />
  280. <TypeScriptCompile Include="src\PostProcess\babylon.lensRenderingPipeline.ts" />
  281. <TypeScriptCompile Include="src\PostProcess\babylon.passPostProcess.ts" />
  282. <TypeScriptCompile Include="src\PostProcess\babylon.postProcess.ts" />
  283. <TypeScriptCompile Include="src\PostProcess\babylon.postProcessManager.ts" />
  284. <TypeScriptCompile Include="src\PostProcess\babylon.refractionPostProcess.ts" />
  285. <TypeScriptCompile Include="src\PostProcess\babylon.ssaoRenderingPipeline.ts" />
  286. <TypeScriptCompile Include="src\PostProcess\babylon.stereoscopicInterlacePostProcess.ts" />
  287. <TypeScriptCompile Include="src\PostProcess\babylon.tonemapPostProcess.ts" />
  288. <TypeScriptCompile Include="src\PostProcess\babylon.volumetricLightScatteringPostProcess.ts" />
  289. <TypeScriptCompile Include="src\PostProcess\babylon.vrDistortionCorrectionPostProcess.ts" />
  290. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderEffect.ts" />
  291. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderPass.ts" />
  292. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderPipeline.ts" />
  293. <TypeScriptCompile Include="src\PostProcess\RenderPipeline\babylon.postProcessRenderPipelineManager.ts" />
  294. <TypeScriptCompile Include="src\Probes\babylon.reflectionProbe.ts" />
  295. <TypeScriptCompile Include="src\Rendering\babylon.boundingBoxRenderer.ts" />
  296. <TypeScriptCompile Include="src\Rendering\babylon.depthRenderer.ts" />
  297. <TypeScriptCompile Include="src\Rendering\babylon.edgesRenderer.ts" />
  298. <TypeScriptCompile Include="src\Rendering\babylon.outlineRenderer.ts" />
  299. <TypeScriptCompile Include="src\Rendering\babylon.renderingGroup.ts" />
  300. <TypeScriptCompile Include="src\Rendering\babylon.renderingManager.ts" />
  301. <TypeScriptCompile Include="src\Sprites\babylon.sprite.ts" />
  302. <TypeScriptCompile Include="src\Sprites\babylon.spriteManager.ts" />
  303. <TypeScriptCompile Include="src\States\babylon.alphaCullingState.ts" />
  304. <TypeScriptCompile Include="src\States\babylon.depthCullingState.ts" />
  305. <TypeScriptCompile Include="src\Tools\babylon.andOrNotEvaluator.ts" />
  306. <TypeScriptCompile Include="src\Tools\babylon.assetsManager.ts" />
  307. <TypeScriptCompile Include="src\Tools\babylon.database.ts" />
  308. <TypeScriptCompile Include="src\Tools\babylon.decorators.ts" />
  309. <TypeScriptCompile Include="src\Tools\babylon.filesInput.ts" />
  310. <TypeScriptCompile Include="src\Tools\babylon.gamepads.ts" />
  311. <TypeScriptCompile Include="src\Tools\babylon.loadingScreen.ts" />
  312. <TypeScriptCompile Include="src\Tools\babylon.sceneOptimizer.ts" />
  313. <TypeScriptCompile Include="src\Tools\babylon.sceneSerializer.ts" />
  314. <TypeScriptCompile Include="src\Tools\babylon.smartArray.ts" />
  315. <TypeScriptCompile Include="src\Tools\babylon.smartCollection.ts" />
  316. <TypeScriptCompile Include="src\Tools\babylon.tags.ts" />
  317. <TypeScriptCompile Include="src\Tools\babylon.tools.dds.ts" />
  318. <TypeScriptCompile Include="src\Tools\babylon.tools.tga.ts" />
  319. <TypeScriptCompile Include="src\Tools\babylon.tools.ts" />
  320. <TypeScriptCompile Include="src\Tools\babylon.virtualJoystick.ts" />
  321. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.cubemaptosphericalpolynomial.ts" />
  322. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.hdr.ts" />
  323. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.panoramaToCubemap.ts" />
  324. <TypeScriptCompile Include="src\Tools\HDR\babylon.tools.pmremgenerator.ts" />
  325. <TypeScriptCompile Include="typescript\MainClass.ts" />
  326. </ItemGroup>
  327. <ItemGroup>
  328. <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
  329. </ItemGroup>
  330. <PropertyGroup>
  331. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  332. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  333. </PropertyGroup>
  334. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  335. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  336. <TypeScriptTarget>ES5</TypeScriptTarget>
  337. <TypeScriptJSXEmit>None</TypeScriptJSXEmit>
  338. <TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
  339. <TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
  340. <TypeScriptModuleKind>None</TypeScriptModuleKind>
  341. <TypeScriptRemoveComments>False</TypeScriptRemoveComments>
  342. <TypeScriptOutFile />
  343. <TypeScriptOutDir />
  344. <TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
  345. <TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
  346. <TypeScriptSourceMap>True</TypeScriptSourceMap>
  347. <TypeScriptExperimentalDecorators>true</TypeScriptExperimentalDecorators>
  348. <TypeScriptMapRoot />
  349. <TypeScriptSourceRoot />
  350. <UseVSHostingProcess>false</UseVSHostingProcess>
  351. </PropertyGroup>
  352. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
  353. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  354. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  355. <ProjectExtensions>
  356. <VisualStudio>
  357. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  358. <WebProjectProperties>
  359. <UseIIS>True</UseIIS>
  360. <AutoAssignPort>True</AutoAssignPort>
  361. <DevelopmentServerPort>58598</DevelopmentServerPort>
  362. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  363. <IISUrl>http://localhost:58598/</IISUrl>
  364. <NTLMAuthentication>False</NTLMAuthentication>
  365. <UseCustomServer>False</UseCustomServer>
  366. <CustomServerUrl>
  367. </CustomServerUrl>
  368. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  369. </WebProjectProperties>
  370. </FlavorProperties>
  371. </VisualStudio>
  372. </ProjectExtensions>
  373. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  374. <PropertyGroup>
  375. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  376. </PropertyGroup>
  377. <Error Condition="!Exists('.\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '.\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
  378. <Error Condition="!Exists('.\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '.\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  379. <Error Condition="!Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  380. <Error Condition="!Exists('packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
  381. </Target>
  382. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  383. Other similar extension points exist, see Microsoft.Common.targets.
  384. <Target Name="BeforeBuild">
  385. </Target>
  386. <Target Name="AfterBuild">
  387. </Target>
  388. -->
  389. </Project>