| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{ABC62E37-342E-4345-A374-E37CA06C036E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>BansheeEditor</RootNamespace>
- <AssemblyName>MBansheeEditor</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\bin\Assemblies\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\bin\Assemblies\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BrowseDialog.cs" />
- <Compile Include="BuildManager.cs" />
- <Compile Include="CodeEditor.cs" />
- <Compile Include="ColorPicker.cs" />
- <Compile Include="DbgCustomInspector.cs" />
- <Compile Include="DbgEditorWindow.cs" />
- <Compile Include="DbgGizmo.cs" />
- <Compile Include="DbgGizmoComponent.cs" />
- <Compile Include="DbgResource.cs" />
- <Compile Include="DebugCameraHandle.cs" />
- <Compile Include="DebugWindow.cs" />
- <Compile Include="Debug_Component1.cs" />
- <Compile Include="Debug_Component2.cs" />
- <Compile Include="DialogBox.cs" />
- <Compile Include="DragDrop.cs" />
- <Compile Include="DropDownWindow.cs" />
- <Compile Include="DropTarget.cs" />
- <Compile Include="EditorApplication.cs" />
- <Compile Include="EditorBuiltin.cs" />
- <Compile Include="EditorSettings.cs" />
- <Compile Include="EditorStyles.cs" />
- <Compile Include="EditorUtility.cs" />
- <Compile Include="EditorWindow.cs" />
- <Compile Include="GUI\GUIFoldout.cs" />
- <Compile Include="GUI\GUIGameObjectField.cs" />
- <Compile Include="GUI\GUIResourceField.cs" />
- <Compile Include="GUI\GUIVector3Field.cs" />
- <Compile Include="GUI\GUIColorField.cs" />
- <Compile Include="GUI\GUIFloatField.cs" />
- <Compile Include="GUI\GUIComponentFoldout.cs" />
- <Compile Include="GUI\GUIIntField.cs" />
- <Compile Include="GUI\GUITextField.cs" />
- <Compile Include="GUI\GUIToggleField.cs" />
- <Compile Include="GUI\GUIVector2Field.cs" />
- <Compile Include="GUI\GUIVector4Field.cs" />
- <Compile Include="ImportOptions.cs" />
- <Compile Include="Inspector\CustomInspector.cs" />
- <Compile Include="Inspector\GenericInspector.cs" />
- <Compile Include="Inspector\InspectableArray.cs" />
- <Compile Include="Inspector\InspectableBool.cs" />
- <Compile Include="Inspector\InspectableColor.cs" />
- <Compile Include="Inspector\InspectableFieldLayout.cs" />
- <Compile Include="Inspector\InspectableFloat.cs" />
- <Compile Include="Inspector\InspectableGameObjectRef.cs" />
- <Compile Include="Inspector\InspectableList.cs" />
- <Compile Include="Inspector\InspectableObject.cs" />
- <Compile Include="Inspector\InspectableObjectBase.cs" />
- <Compile Include="Inspector\InspectableInt.cs" />
- <Compile Include="Inspector\InspectableResourceRef.cs" />
- <Compile Include="Inspector\InspectableString.cs" />
- <Compile Include="Inspector\InspectableVector2.cs" />
- <Compile Include="Inspector\InspectableVector3.cs" />
- <Compile Include="Inspector\InspectableVector4.cs" />
- <Compile Include="Inspector\Inspector.cs" />
- <Compile Include="Inspector\InspectorWindow.cs" />
- <Compile Include="MenuItem.cs" />
- <Compile Include="ModalWindow.cs" />
- <Compile Include="ProgressBar.cs" />
- <Compile Include="ProjectWindow.cs" />
- <Compile Include="Scene\SceneCamera.cs" />
- <Compile Include="Scene\SceneViewHandler.cs" />
- <Compile Include="Scene\SceneWindow.cs" />
- <Compile Include="Scene\DefaultHandle.cs" />
- <Compile Include="Scene\DefaultHandleManager.cs" />
- <Compile Include="Scene\Handles.cs" />
- <Compile Include="Scene\MoveHandle.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="ProjectLibrary.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Scene\CustomHandle.cs" />
- <Compile Include="Scene\DrawGizmo.cs" />
- <Compile Include="Scene\Gizmos.cs" />
- <Compile Include="Scene\HandleDrawing.cs" />
- <Compile Include="Scene\HandleSlider.cs" />
- <Compile Include="Scene\HandleSliderDisc.cs" />
- <Compile Include="Scene\HandleSliderLine.cs" />
- <Compile Include="Scene\HandleSliderPlane.cs" />
- <Compile Include="Scene\Handle.cs" />
- <Compile Include="Scene\RotateHandle.cs" />
- <Compile Include="Scene\ScaleHandle.cs" />
- <Compile Include="ScriptCompiler.cs" />
- <Compile Include="Selection.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\MBansheeEngine\MBansheeEngine.csproj">
- <Project>{876eb338-489e-4727-84da-8cbbf0da5b5e}</Project>
- <Name>MBansheeEngine</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|