BuildOurOwnBabylonJSServer.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{93EF5B02-72EB-4B55-831E-E5051269EDA6}</ProjectGuid>
  10. <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>BuildOurOwnBabylonJSServer</RootNamespace>
  14. <AssemblyName>BuildOurOwnBabylonJSServer</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <MvcBuildViews>false</MvcBuildViews>
  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. <PropertyGroup>
  39. <RunPostBuildEvent>Always</RunPostBuildEvent>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data.Entity" />
  44. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  45. <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  46. <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Web.DynamicData" />
  51. <Reference Include="System.Web.Entity" />
  52. <Reference Include="System.Web.ApplicationServices" />
  53. <Reference Include="System.ComponentModel.DataAnnotations" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Web.Extensions" />
  59. <Reference Include="System.Web.Abstractions" />
  60. <Reference Include="System.Web.Routing" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="System.Configuration" />
  63. <Reference Include="System.Web.Services" />
  64. <Reference Include="System.EnterpriseServices" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Controllers\BabylonJSDemoController.cs" />
  68. <Compile Include="Controllers\OurDemoController.cs" />
  69. <Compile Include="WebViewPageExtensions.cs" />
  70. <Compile Include="Controllers\HomeController.cs" />
  71. <Compile Include="Controllers\BuildOurOwnBabylonJSController.cs" />
  72. <Compile Include="Global.asax.cs">
  73. <DependentUpon>Global.asax</DependentUpon>
  74. </Compile>
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Content Include="Content\Logo.png" />
  79. <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  80. <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
  81. <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  82. <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
  83. <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
  84. <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  85. <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
  86. <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  87. <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
  88. <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
  89. <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
  90. <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
  91. <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
  92. <Content Include="Content\themes\base\jquery.ui.accordion.css" />
  93. <Content Include="Content\themes\base\jquery.ui.all.css" />
  94. <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
  95. <Content Include="Content\themes\base\jquery.ui.base.css" />
  96. <Content Include="Content\themes\base\jquery.ui.button.css" />
  97. <Content Include="Content\themes\base\jquery.ui.core.css" />
  98. <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
  99. <Content Include="Content\themes\base\jquery.ui.dialog.css" />
  100. <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
  101. <Content Include="Content\themes\base\jquery.ui.resizable.css" />
  102. <Content Include="Content\themes\base\jquery.ui.selectable.css" />
  103. <Content Include="Content\themes\base\jquery.ui.slider.css" />
  104. <Content Include="Content\themes\base\jquery.ui.tabs.css" />
  105. <Content Include="Content\themes\base\jquery.ui.theme.css" />
  106. <Content Include="..\..\..\Samples\Scenes\**\*.*">
  107. <Link>Content\BabylonJS-Demos\%(RecursiveDir)%(Filename)%(Extension)</Link>
  108. </Content>
  109. <Content Include="Global.asax" />
  110. <Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
  111. <Content Include="Scripts\jquery-1.5.1.js" />
  112. <Content Include="Scripts\jquery-1.5.1.min.js" />
  113. <Content Include="Scripts\jquery-ui-1.8.11.js" />
  114. <Content Include="Scripts\jquery-ui-1.8.11.min.js" />
  115. <Content Include="Scripts\jquery.validate-vsdoc.js" />
  116. <Content Include="Scripts\jquery.validate.js" />
  117. <Content Include="Scripts\jquery.validate.min.js" />
  118. <Content Include="Scripts\modernizr-1.7.js" />
  119. <Content Include="Scripts\modernizr-1.7.min.js" />
  120. <Content Include="Web.config" />
  121. <Content Include="Web.Debug.config">
  122. <DependentUpon>Web.config</DependentUpon>
  123. </Content>
  124. <Content Include="Web.Release.config">
  125. <DependentUpon>Web.config</DependentUpon>
  126. </Content>
  127. <Content Include="Content\Site.css" />
  128. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  129. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  130. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  131. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  132. <Content Include="Scripts\MicrosoftAjax.js" />
  133. <Content Include="Scripts\MicrosoftAjax.debug.js" />
  134. <Content Include="Scripts\MicrosoftMvcAjax.js" />
  135. <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
  136. <Content Include="Scripts\MicrosoftMvcValidation.js" />
  137. <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
  138. <Content Include="Views\_ViewStart.cshtml" />
  139. <Content Include="Views\Home\Index.cshtml" />
  140. <Content Include="Views\Shared\Error.cshtml" />
  141. <Content Include="Views\Shared\_Layout.cshtml" />
  142. <Content Include="Views\Web.config" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Content Include="packages.config" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Content Include="Views\BabylonJSDemo\Index.cshtml" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ProjectReference Include="..\BuildOurOwnBabylonJS\BuildOurOwnBabylonJS.csproj">
  152. <Project>{CFBE5149-1605-4824-8BD2-55C9B3C1DA60}</Project>
  153. <Name>BuildOurOwnBabylonJS</Name>
  154. <Private>True</Private>
  155. </ProjectReference>
  156. </ItemGroup>
  157. <ItemGroup />
  158. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  159. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  160. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  161. Other similar extension points exist, see Microsoft.Common.targets.
  162. <Target Name="BeforeBuild">
  163. </Target>
  164. <Target Name="AfterBuild">
  165. </Target> -->
  166. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  167. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  168. </Target>
  169. <ProjectExtensions>
  170. <VisualStudio>
  171. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  172. <WebProjectProperties>
  173. <UseIIS>False</UseIIS>
  174. <AutoAssignPort>True</AutoAssignPort>
  175. <DevelopmentServerPort>46970</DevelopmentServerPort>
  176. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  177. <IISUrl>
  178. </IISUrl>
  179. <NTLMAuthentication>False</NTLMAuthentication>
  180. <UseCustomServer>False</UseCustomServer>
  181. <CustomServerUrl>
  182. </CustomServerUrl>
  183. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  184. </WebProjectProperties>
  185. </FlavorProperties>
  186. </VisualStudio>
  187. </ProjectExtensions>
  188. <PropertyGroup>
  189. <PreBuildEvent>
  190. </PreBuildEvent>
  191. </PropertyGroup>
  192. <PropertyGroup>
  193. <PostBuildEvent>"$(SolutionDir)BuildOurOwnBabylonJS\$(OutDir)$(ConfigurationName)\BuildOurOwnBabylonJS.exe" /w:"$(SolutionDir)..\.." /i:"$(SolutionDir)BuildOurOwnBabylonJS\ourOwnBabylonJS.xml" /s:"Babylon\Shaders" /o:"$(SolutionDir)BuildOurOwnBabylonJS"</PostBuildEvent>
  194. </PropertyGroup>
  195. </Project>