Babylon.js.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
  4. <Import Project="..\..\..\..\Users\garyhsu\.nuget\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\..\..\..\Users\garyhsu\.nuget\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  5. <Import Project="..\..\..\..\Users\garyhsu\.nuget\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\..\..\..\Users\garyhsu\.nuget\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>
  11. </ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <ProjectGuid>{1D037CAD-6A6E-4B87-972D-F412E09C307E}</ProjectGuid>
  14. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>Babylon.js</RootNamespace>
  18. <AssemblyName>Babylon.js</AssemblyName>
  19. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  20. <UseIISExpress>true</UseIISExpress>
  21. <IISExpressSSLPort />
  22. <IISExpressAnonymousAuthentication />
  23. <IISExpressWindowsAuthentication />
  24. <IISExpressUseClassicPipelineMode />
  25. <UseGlobalApplicationHostFile />
  26. <NuGetPackageImportStamp>
  27. </NuGetPackageImportStamp>
  28. <TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
  29. <TypeScriptExperimentalDecorators>true</TypeScriptExperimentalDecorators>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <TypeScriptTarget>ES5</TypeScriptTarget>
  40. <TypeScriptJSXEmit>None</TypeScriptJSXEmit>
  41. <TypeScriptCompileOnSaveEnabled>False</TypeScriptCompileOnSaveEnabled>
  42. <TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
  43. <TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
  44. <TypeScriptRemoveComments>False</TypeScriptRemoveComments>
  45. <TypeScriptOutFile />
  46. <TypeScriptOutDir />
  47. <TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
  48. <TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
  49. <TypeScriptSourceMap>True</TypeScriptSourceMap>
  50. <TypeScriptMapRoot />
  51. <TypeScriptSourceRoot />
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54. <DebugType>pdbonly</DebugType>
  55. <Optimize>true</Optimize>
  56. <OutputPath>bin\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  63. <HintPath>..\..\..\..\Users\garyhsu\.nuget\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Web.DynamicData" />
  68. <Reference Include="System.Web.Entity" />
  69. <Reference Include="System.Web.ApplicationServices" />
  70. <Reference Include="System.ComponentModel.DataAnnotations" />
  71. <Reference Include="System" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="System.Web.Extensions" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Web" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="System.Configuration" />
  81. <Reference Include="System.Web.Services" />
  82. <Reference Include="System.EnterpriseServices" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Content Include="loaders\gulpfile.js" />
  86. <Content Include="packages.config" />
  87. <Content Include="loaders\config.json" />
  88. <Content Include="loaders\package.json" />
  89. <Content Include="Tools\Gulp\.gitignore" />
  90. <Content Include="Tools\Gulp\config.json" />
  91. <Content Include="Tools\Gulp\package.json" />
  92. <Content Include="Tools\Gulp\readme.md" />
  93. <None Include="Web.Debug.config">
  94. <DependentUpon>Web.config</DependentUpon>
  95. </None>
  96. <None Include="Web.Release.config">
  97. <DependentUpon>Web.config</DependentUpon>
  98. </None>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Content Include="Tools\Gulp\gulp-addModuleExports.js" />
  102. <Content Include="Tools\Gulp\gulp-removeShaderComments.js" />
  103. <Content Include="Tools\Gulp\gulpfile.js" />
  104. <Content Include="Web.config" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Compile Include="Properties\AssemblyInfo.cs" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <TypeScriptCompile Include="loaders\glTF\babylon.glTFFileLoaderUtils.ts" />
  111. <TypeScriptCompile Include="src\**\*.ts" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <TypeScriptCompile Include="loaders\glTF\babylon.glTFFileLoader.ts" />
  115. <TypeScriptCompile Include="loaders\glTF\babylon.glTFFileLoaderInterfaces.ts" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
  119. </ItemGroup>
  120. <PropertyGroup>
  121. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  122. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  123. </PropertyGroup>
  124. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  125. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
  126. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  127. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  128. <ProjectExtensions>
  129. <VisualStudio>
  130. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  131. <WebProjectProperties>
  132. <UseIIS>False</UseIIS>
  133. <AutoAssignPort>True</AutoAssignPort>
  134. <DevelopmentServerPort>16904</DevelopmentServerPort>
  135. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  136. <IISUrl>http://localhost:16904/</IISUrl>
  137. <NTLMAuthentication>False</NTLMAuthentication>
  138. <UseCustomServer>False</UseCustomServer>
  139. <CustomServerUrl>
  140. </CustomServerUrl>
  141. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  142. </WebProjectProperties>
  143. </FlavorProperties>
  144. </VisualStudio>
  145. </ProjectExtensions>
  146. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  147. <PropertyGroup>
  148. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  149. </PropertyGroup>
  150. <Error Condition="!Exists('..\..\..\..\Users\garyhsu\.nuget\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\Users\garyhsu\.nuget\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
  151. <Error Condition="!Exists('..\..\..\..\Users\garyhsu\.nuget\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\Users\garyhsu\.nuget\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  152. </Target>
  153. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  154. Other similar extension points exist, see Microsoft.Common.targets.
  155. <Target Name="BeforeBuild">
  156. </Target>
  157. <Target Name="AfterBuild">
  158. </Target>
  159. -->
  160. </Project>