BabylonJS.csproj 3.9 KB

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