MBansheeEditor.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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>{ABC62E37-342E-4345-A374-E37CA06C036E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BansheeEditor</RootNamespace>
  11. <AssemblyName>MBansheeEditor</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\..\..\bin\Assemblies\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <UseVSHostingProcess>false</UseVSHostingProcess>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\..\..\bin\Assemblies\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <CSFile Include="*.cs" />
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="Inspectors\AnimationClipInspector.cs" />
  40. <Compile Include="Inspectors\AnimationInspector.cs" />
  41. <Compile Include="Inspectors\AudioClipInspector.cs" />
  42. <Compile Include="Inspectors\AudioListenerInspector.cs" />
  43. <Compile Include="Inspectors\AudioSourceInspector.cs" />
  44. <Compile Include="Inspectors\BoneInspector.cs" />
  45. <Compile Include="Inspectors\LightProbeVolumeInspector.cs" />
  46. <Compile Include="Inspectors\ReflectionProbeInspector.cs" />
  47. <Compile Include="Inspectors\RenderSettingsInspector.cs" />
  48. <Compile Include="Utility\EdAnimationCurve.cs" />
  49. <Compile Include="Utility\SerializedSceneObject.cs" />
  50. <Compile Include="Utility\SerializedDiff.cs" />
  51. <Compile Include="Utility\SerializedObject.cs" />
  52. <Compile Include="Utility\UndoableCommand.cs" />
  53. <Compile Include="Windows\AboutBox.cs" />
  54. <Compile Include="Windows\AnimationWindow.cs" />
  55. <Compile Include="Windows\Animation\AnimationGizmo.cs" />
  56. <Compile Include="Windows\Animation\EditorAnimInfo.cs" />
  57. <Compile Include="Windows\Animation\FieldSelectionWindow.cs" />
  58. <Compile Include="Windows\Animation\GUIAnimEvents.cs" />
  59. <Compile Include="Windows\Animation\GUIAnimFieldDisplay.cs" />
  60. <Compile Include="Windows\Animation\GUICurveDrawing.cs" />
  61. <Compile Include="Windows\Animation\GUICurveEditor.cs" />
  62. <Compile Include="Windows\Animation\GUIFieldSelector.cs" />
  63. <Compile Include="Windows\Animation\GUIGraphValues.cs" />
  64. <Compile Include="Windows\Animation\GUIGraphTicks.cs" />
  65. <Compile Include="Windows\Animation\GUIGraphTime.cs" />
  66. <Compile Include="Windows\Animation\GUITimelineBase.cs" />
  67. <Compile Include="Windows\BrowseDialog.cs" />
  68. <Compile Include="Windows\Build\BuildManager.cs" />
  69. <Compile Include="Windows\Build\BuildWindow.cs" />
  70. <Compile Include="Script\CodeEditor.cs" />
  71. <Compile Include="Windows\ColorPicker.cs" />
  72. <Compile Include="General\EditorPersistentData.cs" />
  73. <Compile Include="General\IGlobalShortcuts.cs" />
  74. <Compile Include="Inspectors\BoxColliderInspector.cs" />
  75. <Compile Include="Inspectors\CapsuleColliderInspector.cs" />
  76. <Compile Include="Inspectors\CharacterControllerInspector.cs" />
  77. <Compile Include="Inspectors\ColliderInspector.cs" />
  78. <Compile Include="Inspectors\D6JointInspector.cs" />
  79. <Compile Include="Inspectors\DistanceJointInspector.cs" />
  80. <Compile Include="Inspectors\FixedJointInspector.cs" />
  81. <Compile Include="Inspectors\GUIWidgetInspector.cs" />
  82. <Compile Include="Inspectors\HingeJointInspector.cs" />
  83. <Compile Include="Inspectors\JointInspector.cs" />
  84. <Compile Include="Inspectors\LimitInspectors.cs" />
  85. <Compile Include="Inspectors\MeshColliderInspector.cs" />
  86. <Compile Include="Inspectors\PhysicsMaterialInspector.cs" />
  87. <Compile Include="Inspectors\PhysicsMeshInspector.cs" />
  88. <Compile Include="Inspectors\PlaneColliderInspector.cs" />
  89. <Compile Include="Inspectors\RigidbodyInspector.cs" />
  90. <Compile Include="Inspectors\SliderJointInspector.cs" />
  91. <Compile Include="Inspectors\SphereColliderInspector.cs" />
  92. <Compile Include="Inspectors\SphericalJointInspector.cs" />
  93. <Compile Include="Windows\DbgWindow.cs" />
  94. <Compile Include="Windows\Inspector\Style\InspectableFieldRangeStyle.cs" />
  95. <Compile Include="Windows\Inspector\Style\InspectableFieldStepStyle.cs" />
  96. <Compile Include="Windows\Inspector\Style\InspectableFieldStyle.cs" />
  97. <Compile Include="Windows\Inspector\InspectableRangedField.cs" />
  98. <Compile Include="Windows\Inspector\InspectableRangedFloat.cs" />
  99. <Compile Include="Windows\Inspector\InspectableRangedInt.cs" />
  100. <Compile Include="Windows\Inspector\Style\InspectableFieldStyleInfo.cs" />
  101. <Compile Include="Windows\LogWindow.cs" />
  102. <Compile Include="Windows\Scene\Gizmos\CameraGizmo.cs" />
  103. <Compile Include="Windows\Scene\Gizmos\LightProbeVolumeGizmo.cs" />
  104. <Compile Include="Windows\Scene\Gizmos\ReflectionProbeGizmo.cs" />
  105. <Compile Include="Windows\Scene\Handles\HandleSlider2D.cs" />
  106. <Compile Include="Windows\Scene\Handles\HandleSliderSphere.cs" />
  107. <Compile Include="Window\DefaultSize.cs" />
  108. <Compile Include="Windows\DialogBox.cs" />
  109. <Compile Include="Utility\DragDrop.cs" />
  110. <Compile Include="Window\DropDownWindow.cs" />
  111. <Compile Include="Input\EditorInput.cs" />
  112. <Compile Include="Input\EditorVirtualInput.cs" />
  113. <Compile Include="Utility\FolderMonitor.cs" />
  114. <Compile Include="Windows\GameWindow.cs" />
  115. <Compile Include="GUI\GUIDictionaryField.cs" />
  116. <Compile Include="GUI\GUIListField.cs" />
  117. <Compile Include="GUI\GUIEnumField.cs" />
  118. <Compile Include="GUI\GUIListBoxField.cs" />
  119. <Compile Include="GUI\GUISceneTreeView.cs" />
  120. <Compile Include="GUI\GUISliderField.cs" />
  121. <Compile Include="GUI\GUITextureField.cs" />
  122. <Compile Include="Windows\HierarchyWindow.cs" />
  123. <Compile Include="Inspectors\CameraInspector.cs" />
  124. <Compile Include="Inspectors\FontInspector.cs" />
  125. <Compile Include="Inspectors\GUISkinInspector.cs" />
  126. <Compile Include="Inspectors\LightInspector.cs" />
  127. <Compile Include="Inspectors\MaterialInspector.cs" />
  128. <Compile Include="Inspectors\MeshInspector.cs" />
  129. <Compile Include="Inspectors\PlainTextInspector.cs" />
  130. <Compile Include="Inspectors\PrefabInspector.cs" />
  131. <Compile Include="Inspectors\RenderableInspector.cs" />
  132. <Compile Include="Inspectors\ScriptCodeInspector.cs" />
  133. <Compile Include="Inspectors\ShaderInspector.cs" />
  134. <Compile Include="Inspectors\SpriteTextureInspector.cs" />
  135. <Compile Include="Inspectors\StringTableInspector.cs" />
  136. <Compile Include="Inspectors\TextureInspector.cs" />
  137. <Compile Include="Windows\Inspector\InspectableDictionary.cs" />
  138. <Compile Include="Windows\Inspector\InspectorPersistentData.cs" />
  139. <Compile Include="Windows\Inspector\InspectorUtility.cs" />
  140. <Compile Include="Windows\Library\LibraryGUIContent.cs" />
  141. <Compile Include="Windows\Library\LibraryDropDown.cs" />
  142. <Compile Include="Windows\Library\LibraryGUIEntry.cs" />
  143. <Compile Include="Windows\Library\LibraryMenu.cs" />
  144. <Compile Include="Windows\Library\LibraryUtility.cs" />
  145. <Compile Include="GUI\LocEdString.cs" />
  146. <Compile Include="Window\MenuItems.cs" />
  147. <Compile Include="Utility\PrefabUtility.cs" />
  148. <Compile Include="Windows\Library\LibraryDropTarget.cs" />
  149. <Compile Include="Utility\OSDropTarget.cs" />
  150. <Compile Include="General\EditorApplication.cs" />
  151. <Compile Include="Utility\EditorBuiltin.cs" />
  152. <Compile Include="Windows\Settings\EditorSettings.cs" />
  153. <Compile Include="GUI\EditorStyles.cs" />
  154. <Compile Include="Utility\EditorUtility.cs" />
  155. <Compile Include="Window\EditorWindow.cs" />
  156. <Compile Include="GUI\GUIGameObjectField.cs" />
  157. <Compile Include="GUI\GUIResourceField.cs" />
  158. <Compile Include="GUI\GUIVector3Field.cs" />
  159. <Compile Include="GUI\GUIColorField.cs" />
  160. <Compile Include="GUI\GUIFloatField.cs" />
  161. <Compile Include="GUI\GUIIntField.cs" />
  162. <Compile Include="GUI\GUITextField.cs" />
  163. <Compile Include="GUI\GUIToggleField.cs" />
  164. <Compile Include="GUI\GUIVector2Field.cs" />
  165. <Compile Include="GUI\GUIVector4Field.cs" />
  166. <Compile Include="Windows\Library\ImportOptions.cs" />
  167. <Compile Include="Windows\Inspector\CustomInspector.cs" />
  168. <Compile Include="Windows\Inspector\GenericInspector.cs" />
  169. <Compile Include="Windows\Inspector\InspectableArray.cs" />
  170. <Compile Include="Windows\Inspector\InspectableBool.cs" />
  171. <Compile Include="Windows\Inspector\InspectableColor.cs" />
  172. <Compile Include="Windows\Inspector\InspectableFieldLayout.cs" />
  173. <Compile Include="Windows\Inspector\InspectableFloat.cs" />
  174. <Compile Include="Windows\Inspector\InspectableGameObjectRef.cs" />
  175. <Compile Include="Windows\Inspector\InspectableList.cs" />
  176. <Compile Include="Windows\Inspector\InspectableObject.cs" />
  177. <Compile Include="Windows\Inspector\InspectableField.cs" />
  178. <Compile Include="Windows\Inspector\InspectableInt.cs" />
  179. <Compile Include="Windows\Inspector\InspectableResourceRef.cs" />
  180. <Compile Include="Windows\Inspector\InspectableString.cs" />
  181. <Compile Include="Windows\Inspector\InspectableVector2.cs" />
  182. <Compile Include="Windows\Inspector\InspectableVector3.cs" />
  183. <Compile Include="Windows\Inspector\InspectableVector4.cs" />
  184. <Compile Include="Windows\Inspector\Inspector.cs" />
  185. <Compile Include="Windows\Inspector\InspectorWindow.cs" />
  186. <Compile Include="Window\MenuItem.cs" />
  187. <Compile Include="Window\ModalWindow.cs" />
  188. <Compile Include="Windows\ProgressBar.cs" />
  189. <Compile Include="Windows\Settings\ProjectSettings.cs" />
  190. <Compile Include="Windows\Library\LibraryWindow.cs" />
  191. <Compile Include="Windows\ProjectWindow.cs" />
  192. <Compile Include="Windows\Scene\Gizmos\CharacterControllerGizmo.cs" />
  193. <Compile Include="Windows\Scene\Gizmos\ColliderGizmos.cs" />
  194. <Compile Include="Windows\Scene\Gizmos\JointGizmos.cs" />
  195. <Compile Include="Windows\Scene\Gizmos\LightGizmos.cs" />
  196. <Compile Include="Windows\Scene\SceneAxesGUI.cs" />
  197. <Compile Include="Windows\Scene\SceneAxesHandle.cs" />
  198. <Compile Include="Windows\Scene\SceneCamera.cs" />
  199. <Compile Include="Windows\Scene\SceneGizmos.cs" />
  200. <Compile Include="Windows\Scene\SceneGrid.cs" />
  201. <Compile Include="Windows\Scene\SceneHandles.cs" />
  202. <Compile Include="Windows\Scene\SceneSelection.cs" />
  203. <Compile Include="Windows\Scene\SceneWindow.cs" />
  204. <Compile Include="Windows\Scene\Handles\DefaultHandle.cs" />
  205. <Compile Include="Windows\Scene\Handles\DefaultHandleManager.cs" />
  206. <Compile Include="Windows\Scene\Handles\Handles.cs" />
  207. <Compile Include="Windows\Scene\Handles\MoveHandle.cs" />
  208. <Compile Include="General\Program.cs" />
  209. <Compile Include="Windows\Library\ProjectLibrary.cs" />
  210. <Compile Include="Properties\AssemblyInfo.cs" />
  211. <Compile Include="Windows\Scene\Handles\CustomHandle.cs" />
  212. <Compile Include="Windows\Scene\Gizmos\DrawGizmo.cs" />
  213. <Compile Include="Windows\Scene\Gizmos\Gizmos.cs" />
  214. <Compile Include="Windows\Scene\Handles\HandleDrawing.cs" />
  215. <Compile Include="Windows\Scene\Handles\HandleSlider.cs" />
  216. <Compile Include="Windows\Scene\Handles\HandleSliderDisc.cs" />
  217. <Compile Include="Windows\Scene\Handles\HandleSliderLine.cs" />
  218. <Compile Include="Windows\Scene\Handles\HandleSliderPlane.cs" />
  219. <Compile Include="Windows\Scene\Handles\Handle.cs" />
  220. <Compile Include="Windows\Scene\Handles\RotateHandle.cs" />
  221. <Compile Include="Windows\Scene\Handles\ScaleHandle.cs" />
  222. <Compile Include="Script\ScriptCodeManager.cs" />
  223. <Compile Include="Script\ScriptCompiler.cs" />
  224. <Compile Include="General\Selection.cs" />
  225. <Compile Include="Windows\Settings\SettingsWindow.cs" />
  226. <Compile Include="Window\ToolbarItem.cs" />
  227. <Compile Include="Utility\UndoRedo.cs" />
  228. <Compile Include="Tests\UnitTests.cs" />
  229. <Compile Include="Tests\UnitTestTypes.cs" />
  230. <Compile Include="Window\UndoRedoLocal.cs" />
  231. <Compile Include="Generated\*.cs" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <ProjectReference Include="..\MBansheeEngine\MBansheeEngine.csproj">
  235. <Project>{876EB338-489E-4727-84DA-8CBBF0DA5B5E}</Project>
  236. <Name>MBansheeEngine</Name>
  237. </ProjectReference>
  238. </ItemGroup>
  239. <ItemGroup />
  240. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  241. <PropertyGroup>
  242. <PostBuildEvent Condition=" '$(OS)' != 'Unix' ">"$(ProjectDir)..\..\..\Scripts\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
  243. </PropertyGroup>
  244. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  245. Other similar extension points exist, see Microsoft.Common.targets.
  246. <Target Name="BeforeBuild">
  247. </Target>
  248. <Target Name="AfterBuild">
  249. </Target>
  250. -->
  251. </Project>