BabylonJS.csproj 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Resource Include="..\..\..\cannon.js">
  37. <Link>cannon.js</Link>
  38. </Resource>
  39. <Resource Include="..\..\..\babylon.*.*.*.js">
  40. <Link>%(Filename)%(Extension)</Link>
  41. </Resource>
  42. <Resource Include="..\..\..\Babylon\**\*.*">
  43. <Link>Babylon\%(RecursiveDir)%(Filename)%(Extension)</Link>
  44. </Resource>
  45. <Resource Include="..\..\..\Typescript\**\*.*">
  46. <Link>Typescript\%(RecursiveDir)%(Filename)%(Extension)</Link>
  47. </Resource>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Folder Include="Properties\" />
  51. </ItemGroup>
  52. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  53. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  54. <ProjectExtensions>
  55. <VisualStudio>
  56. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  57. <WebProjectProperties>
  58. <UseIIS>False</UseIIS>
  59. <AutoAssignPort>True</AutoAssignPort>
  60. <DevelopmentServerPort>25752</DevelopmentServerPort>
  61. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  62. <IISUrl>
  63. </IISUrl>
  64. <NTLMAuthentication>False</NTLMAuthentication>
  65. <UseCustomServer>False</UseCustomServer>
  66. <CustomServerUrl>
  67. </CustomServerUrl>
  68. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  69. </WebProjectProperties>
  70. </FlavorProperties>
  71. </VisualStudio>
  72. </ProjectExtensions>
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. </Project>