MBansheeEngine.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. <ProjectGuid>{876EB338-489E-4727-84DA-8CBBF0DA5B5E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BansheeEngine</RootNamespace>
  11. <AssemblyName>MBansheeEngine</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <ProductVersion>10.0.0</ProductVersion>
  16. <SchemaVersion>2.0</SchemaVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\bin\Assemblies\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\bin\Assemblies\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="AsyncOp.cs" />
  46. <Compile Include="Bounds.cs" />
  47. <Compile Include="Builtin.cs" />
  48. <Compile Include="Camera.cs" />
  49. <Compile Include="GUI\GUIListView.cs" />
  50. <Compile Include="Layers.cs" />
  51. <Compile Include="NativeCamera.cs" />
  52. <Compile Include="ContextMenu.cs" />
  53. <Compile Include="Cursor.cs" />
  54. <Compile Include="Debug.cs" />
  55. <Compile Include="Color.cs" />
  56. <Compile Include="Component.cs" />
  57. <Compile Include="DirectoryEx.cs" />
  58. <Compile Include="DontSerializeField.cs" />
  59. <Compile Include="FileEx.cs" />
  60. <Compile Include="Font.cs" />
  61. <Compile Include="GameObject.cs" />
  62. <Compile Include="GUI\GUILayoutUtility.cs" />
  63. <Compile Include="GUI\GUIButton.cs" />
  64. <Compile Include="GUI\GUIContent.cs" />
  65. <Compile Include="GUI\GUIElement.cs" />
  66. <Compile Include="GUI\GUIElementStateStyle.cs" />
  67. <Compile Include="GUI\GUIElementStyle.cs" />
  68. <Compile Include="GUI\GUIListBox.cs" />
  69. <Compile Include="GUI\GUIPanel.cs" />
  70. <Compile Include="GUI\GUIProgressBar.cs" />
  71. <Compile Include="GUI\GUIRenderTexture.cs" />
  72. <Compile Include="GUI\GUIScrollArea.cs" />
  73. <Compile Include="GUI\GUISlider.cs" />
  74. <Compile Include="GUI\GUITextBox.cs" />
  75. <Compile Include="GUI\GUILabel.cs" />
  76. <Compile Include="GUI\GUILayout.cs" />
  77. <Compile Include="GUI\GUILayoutX.cs" />
  78. <Compile Include="GUI\GUILayoutY.cs" />
  79. <Compile Include="GUI\GUIOption.cs" />
  80. <Compile Include="GUI\GUISkin.cs" />
  81. <Compile Include="GUI\GUISpace.cs" />
  82. <Compile Include="GUI\GUITexture.cs" />
  83. <Compile Include="GUI\GUIToggle.cs" />
  84. <Compile Include="GUI\GUIToggleGroup.cs" />
  85. <Compile Include="HideInInspector.cs" />
  86. <Compile Include="Input.cs" />
  87. <Compile Include="InputConfiguration.cs" />
  88. <Compile Include="Light.cs" />
  89. <Compile Include="NativeLight.cs" />
  90. <Compile Include="LocString.cs" />
  91. <Compile Include="ManagedResource.cs" />
  92. <Compile Include="Material.cs" />
  93. <Compile Include="Math\AABox.cs" />
  94. <Compile Include="Math\BsRect3.cs" />
  95. <Compile Include="Math\Degree.cs" />
  96. <Compile Include="Math\MathEx.cs" />
  97. <Compile Include="Math\Matrix3.cs" />
  98. <Compile Include="Math\Matrix4.cs" />
  99. <Compile Include="Math\Radian.cs" />
  100. <Compile Include="Math\Ray.cs" />
  101. <Compile Include="Math\Rect2.cs" />
  102. <Compile Include="Math\Rect2I.cs" />
  103. <Compile Include="Math\Vector2I.cs" />
  104. <Compile Include="Mesh.cs" />
  105. <Compile Include="MeshData.cs" />
  106. <Compile Include="MissingComponent.cs" />
  107. <Compile Include="PathEx.cs" />
  108. <Compile Include="PixelData.cs" />
  109. <Compile Include="PixelUtility.cs" />
  110. <Compile Include="PlainText.cs" />
  111. <Compile Include="Prefab.cs" />
  112. <Compile Include="ProfilerOverlay.cs" />
  113. <Compile Include="ProfilerOverlayInternal.cs" />
  114. <Compile Include="Program.cs" />
  115. <Compile Include="Properties\AssemblyInfo.cs" />
  116. <Compile Include="Math\Quaternion.cs" />
  117. <Compile Include="Range.cs" />
  118. <Compile Include="Renderable.cs" />
  119. <Compile Include="NativeRenderable.cs" />
  120. <Compile Include="RenderTarget.cs" />
  121. <Compile Include="RenderTexture.cs" />
  122. <Compile Include="RenderTexture2D.cs" />
  123. <Compile Include="Resource.cs" />
  124. <Compile Include="Resources.cs" />
  125. <Compile Include="RunInEditor.cs" />
  126. <Compile Include="Scene.cs" />
  127. <Compile Include="SceneObject.cs" />
  128. <Compile Include="ScriptCode.cs" />
  129. <Compile Include="ScriptObject.cs" />
  130. <Compile Include="SerializableArray.cs" />
  131. <Compile Include="SerializableDictionary.cs" />
  132. <Compile Include="SerializableField.cs" />
  133. <Compile Include="SerializableList.cs" />
  134. <Compile Include="SerializableObject.cs" />
  135. <Compile Include="SerializableProperty.cs" />
  136. <Compile Include="SerializableUtility.cs" />
  137. <Compile Include="SerializeObject.cs" />
  138. <Compile Include="SerializeField.cs" />
  139. <Compile Include="Shader.cs" />
  140. <Compile Include="ShaderInclude.cs" />
  141. <Compile Include="ShortcutKey.cs" />
  142. <Compile Include="Sphere.cs" />
  143. <Compile Include="SpriteTexture.cs" />
  144. <Compile Include="StringTable.cs" />
  145. <Compile Include="StringTables.cs" />
  146. <Compile Include="Texture.cs" />
  147. <Compile Include="Texture2D.cs" />
  148. <Compile Include="Math\Vector2.cs" />
  149. <Compile Include="Math\Vector3.cs" />
  150. <Compile Include="Math\Vector4.cs" />
  151. <Compile Include="Texture3D.cs" />
  152. <Compile Include="TextureCube.cs" />
  153. <Compile Include="Time.cs" />
  154. <Compile Include="VirtualInput.cs" />
  155. </ItemGroup>
  156. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  157. <PropertyGroup>
  158. <PostBuildEvent>$(SolutionDir)Dependencies\tools\pdb2mdb.bat "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
  159. </PropertyGroup>
  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. -->
  167. </Project>