BabylonJS.csproj 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{0263AD0D-56E6-4439-BC05-6EC957200F52}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>BabylonJS</RootNamespace>
  14. <AssemblyName>BabylonJS</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <UseIISExpress>false</UseIISExpress>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <PlatformTarget>x86</PlatformTarget>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <PlatformTarget>x86</PlatformTarget>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Resource Include="..\..\..\cannon.js">
  39. <Link>cannon.js</Link>
  40. </Resource>
  41. <Resource Include="..\..\..\babylon.*.*.*.js">
  42. <Link>%(Filename)%(Extension)</Link>
  43. </Resource>
  44. <Resource Include="..\..\..\Babylon\**\*.*">
  45. <Link>Babylon\%(RecursiveDir)%(Filename)%(Extension)</Link>
  46. </Resource>
  47. <Resource Include="..\..\..\Typescript\**\*.*">
  48. <Link>Typescript\%(RecursiveDir)%(Filename)%(Extension)</Link>
  49. </Resource>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Folder Include="Properties\" />
  53. </ItemGroup>
  54. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  55. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  56. <ProjectExtensions>
  57. <VisualStudio>
  58. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  59. <WebProjectProperties>
  60. <UseIIS>False</UseIIS>
  61. <AutoAssignPort>True</AutoAssignPort>
  62. <DevelopmentServerPort>25752</DevelopmentServerPort>
  63. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  64. <IISUrl>
  65. </IISUrl>
  66. <NTLMAuthentication>False</NTLMAuthentication>
  67. <UseCustomServer>False</UseCustomServer>
  68. <CustomServerUrl>
  69. </CustomServerUrl>
  70. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  71. </WebProjectProperties>
  72. </FlavorProperties>
  73. </VisualStudio>
  74. </ProjectExtensions>
  75. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  76. Other similar extension points exist, see Microsoft.Common.targets.
  77. <Target Name="BeforeBuild">
  78. </Target>
  79. <Target Name="AfterBuild">
  80. </Target>
  81. -->
  82. </Project>