BuildOurOwnBabylonJSServer.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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>{93EF5B02-72EB-4B55-831E-E5051269EDA6}</ProjectGuid>
  11. <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>BuildOurOwnBabylonJSServer</RootNamespace>
  15. <AssemblyName>BuildOurOwnBabylonJSServer</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>false</UseIISExpress>
  19. <MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked>
  20. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <UpgradeBackupLocation>
  23. </UpgradeBackupLocation>
  24. <OldToolsVersion>4.0</OldToolsVersion>
  25. <IISExpressSSLPort />
  26. <IISExpressAnonymousAuthentication />
  27. <IISExpressWindowsAuthentication />
  28. <IISExpressUseClassicPipelineMode />
  29. <TargetFrameworkProfile />
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <PlatformTarget>x86</PlatformTarget>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <RunPostBuildEvent>Always</RunPostBuildEvent>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="Newtonsoft.Json">
  58. <HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Data.Entity" />
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Web.DynamicData" />
  66. <Reference Include="System.Web.Entity" />
  67. <Reference Include="System.Web.ApplicationServices" />
  68. <Reference Include="System.ComponentModel.DataAnnotations" />
  69. <Reference Include="System.Web.Extensions" />
  70. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  71. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  72. <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  73. <Reference Include="System.Web" />
  74. <Reference Include="System.Web.Abstractions" />
  75. <Reference Include="System.Web.Routing" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Web.Services" />
  79. <Reference Include="System.EnterpriseServices" />
  80. <Reference Include="System.Xml.Linq" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Controllers\BabylonJSDemoController.cs" />
  84. <Compile Include="Controllers\SandBoxController.cs" />
  85. <Compile Include="Controllers\OurDemoController.cs" />
  86. <Compile Include="ViewModel\OurDemoViewModel.cs" />
  87. <Compile Include="WebViewPageExtensions.cs" />
  88. <Compile Include="Controllers\HomeController.cs" />
  89. <Compile Include="Controllers\BuildOurOwnBabylonJSController.cs" />
  90. <Compile Include="Global.asax.cs">
  91. <DependentUpon>Global.asax</DependentUpon>
  92. </Compile>
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Content Include="Content\Loading.css" />
  97. <Content Include="Content\Logo.png" />
  98. <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  99. <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
  100. <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  101. <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
  102. <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
  103. <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  104. <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
  105. <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  106. <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
  107. <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
  108. <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
  109. <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
  110. <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
  111. <Content Include="Content\themes\base\jquery.ui.accordion.css" />
  112. <Content Include="Content\themes\base\jquery.ui.all.css" />
  113. <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
  114. <Content Include="Content\themes\base\jquery.ui.base.css" />
  115. <Content Include="Content\themes\base\jquery.ui.button.css" />
  116. <Content Include="Content\themes\base\jquery.ui.core.css" />
  117. <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
  118. <Content Include="Content\themes\base\jquery.ui.dialog.css" />
  119. <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
  120. <Content Include="Content\themes\base\jquery.ui.resizable.css" />
  121. <Content Include="Content\themes\base\jquery.ui.selectable.css" />
  122. <Content Include="Content\themes\base\jquery.ui.slider.css" />
  123. <Content Include="Content\themes\base\jquery.ui.tabs.css" />
  124. <Content Include="Content\themes\base\jquery.ui.theme.css" />
  125. <Content Include="$(BabylonJSSamplesDirFullPath)Scenes\**\*.*">
  126. <Link>Content\BabylonJS-Demos\%(RecursiveDir)%(Filename)%(Extension)</Link>
  127. </Content>
  128. <Content Include="Global.asax" />
  129. <Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
  130. <Content Include="Scripts\jquery-1.5.1.js" />
  131. <Content Include="Scripts\jquery-1.5.1.min.js" />
  132. <Content Include="Scripts\jquery-ui-1.8.11.js" />
  133. <Content Include="Scripts\jquery-ui-1.8.11.min.js" />
  134. <Content Include="Scripts\jquery.validate-vsdoc.js" />
  135. <Content Include="Scripts\jquery.validate.js" />
  136. <Content Include="Scripts\jquery.validate.min.js" />
  137. <Content Include="Scripts\modernizr-1.7.js" />
  138. <Content Include="Scripts\modernizr-1.7.min.js" />
  139. <Content Include="Web.config" />
  140. <Content Include="Web.Debug.config">
  141. <DependentUpon>Web.config</DependentUpon>
  142. </Content>
  143. <Content Include="Web.Release.config">
  144. <DependentUpon>Web.config</DependentUpon>
  145. </Content>
  146. <Content Include="Content\Site.css" />
  147. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  148. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  149. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  150. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  151. <Content Include="Scripts\MicrosoftAjax.js" />
  152. <Content Include="Scripts\MicrosoftAjax.debug.js" />
  153. <Content Include="Scripts\MicrosoftMvcAjax.js" />
  154. <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
  155. <Content Include="Scripts\MicrosoftMvcValidation.js" />
  156. <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
  157. <Content Include="Views\_ViewStart.cshtml" />
  158. <Content Include="Views\Home\Index.cshtml" />
  159. <Content Include="Views\Shared\Error.cshtml" />
  160. <Content Include="Views\Shared\_Layout.cshtml" />
  161. <Content Include="Views\Web.config" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Content Include="packages.config" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Content Include="Views\BabylonJSDemo\Index.cshtml" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <ProjectReference Include="..\BuildOurOwnBabylonJS\BuildOurOwnBabylonJS.csproj">
  171. <Project>{CFBE5149-1605-4824-8BD2-55C9B3C1DA60}</Project>
  172. <Name>BuildOurOwnBabylonJS</Name>
  173. <Private>True</Private>
  174. </ProjectReference>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Content Include="Views\SandBox\Index.cshtml" />
  178. </ItemGroup>
  179. <PropertyGroup>
  180. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  181. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  182. </PropertyGroup>
  183. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  184. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  185. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target> -->
  192. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  193. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  194. </Target>
  195. <ProjectExtensions>
  196. <VisualStudio>
  197. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  198. <WebProjectProperties>
  199. <UseIIS>False</UseIIS>
  200. <AutoAssignPort>True</AutoAssignPort>
  201. <DevelopmentServerPort>46970</DevelopmentServerPort>
  202. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  203. <IISUrl>
  204. </IISUrl>
  205. <NTLMAuthentication>False</NTLMAuthentication>
  206. <UseCustomServer>False</UseCustomServer>
  207. <CustomServerUrl>
  208. </CustomServerUrl>
  209. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  210. </WebProjectProperties>
  211. </FlavorProperties>
  212. </VisualStudio>
  213. </ProjectExtensions>
  214. <PropertyGroup>
  215. <PreBuildEvent>
  216. </PreBuildEvent>
  217. </PropertyGroup>
  218. <PropertyGroup>
  219. <PostBuildEvent>"$(SolutionDir)BuildOurOwnBabylonJS\$(OutDir)$(ConfigurationName)\BuildOurOwnBabylonJS.exe" /w:"$(SolutionDir)..\.." /i:"$(SolutionDir)BuildOurOwnBabylonJS\ourOwnBabylonJS.xml" /s:"Babylon\Shaders" /o:"$(SolutionDir)BuildOurOwnBabylonJS"</PostBuildEvent>
  220. </PropertyGroup>
  221. </Project>