BabylonJS.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. <PropertyGroup>
  75. <TypeScriptTarget>ES5</TypeScriptTarget>
  76. </PropertyGroup>
  77. <Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')" />
  78. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  79. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  80. <ProjectExtensions>
  81. <VisualStudio>
  82. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  83. <WebProjectProperties>
  84. <UseIIS>False</UseIIS>
  85. <AutoAssignPort>True</AutoAssignPort>
  86. <DevelopmentServerPort>25752</DevelopmentServerPort>
  87. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  88. <IISUrl>
  89. </IISUrl>
  90. <NTLMAuthentication>False</NTLMAuthentication>
  91. <UseCustomServer>False</UseCustomServer>
  92. <CustomServerUrl>
  93. </CustomServerUrl>
  94. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  95. </WebProjectProperties>
  96. </FlavorProperties>
  97. </VisualStudio>
  98. </ProjectExtensions>
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>