BabylonJS.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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\**\*.js">
  46. <Link>Babylon\%(RecursiveDir)js\%(Filename)%(Extension)</Link>
  47. </Resource>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Folder Include="Properties\" />
  51. </ItemGroup>
  52. <PropertyGroup>
  53. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  54. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  55. <TypeScriptSourceMap>true</TypeScriptSourceMap>
  56. </PropertyGroup>
  57. <Choose>
  58. <When Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')">
  59. <ItemGroup>
  60. <TypeScriptCompile Include="..\..\..\Babylon\**\*.ts">
  61. <Link>Babylon\%(RecursiveDir)%(Filename)%(Extension)</Link>
  62. </TypeScriptCompile>
  63. </ItemGroup>
  64. </When>
  65. <Otherwise>
  66. <ItemGroup>
  67. <Resource Include="..\..\..\Babylon\**\*.ts">
  68. <Link>Babylon\%(RecursiveDir)%(Filename)%(Extension)</Link>
  69. </Resource>
  70. </ItemGroup>
  71. </Otherwise>
  72. </Choose>
  73. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  74. <Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')"/>
  75. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  76. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  77. <ProjectExtensions>
  78. <VisualStudio>
  79. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  80. <WebProjectProperties>
  81. <UseIIS>False</UseIIS>
  82. <AutoAssignPort>True</AutoAssignPort>
  83. <DevelopmentServerPort>25752</DevelopmentServerPort>
  84. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  85. <IISUrl>
  86. </IISUrl>
  87. <NTLMAuthentication>False</NTLMAuthentication>
  88. <UseCustomServer>False</UseCustomServer>
  89. <CustomServerUrl>
  90. </CustomServerUrl>
  91. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  92. </WebProjectProperties>
  93. </FlavorProperties>
  94. </VisualStudio>
  95. </ProjectExtensions>
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>