| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <?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>{876EB338-489E-4727-84DA-8CBBF0DA5B5E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>BansheeEngine</RootNamespace>
- <AssemblyName>MBansheeEngine</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\..\bin\Assemblies\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\..\bin\Assemblies\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <CSFile Include="*.cs" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Animation\Animation.cs" />
- <Compile Include="GUI\GUICanvas.cs" />
- <Compile Include="GUI\GUIScrollBar.cs" />
- <Compile Include="Rendering\Material.cs" />
- <Compile Include="Serialization\ShowInInspector.cs" />
- <Compile Include="Serialization\Step.cs" />
- <Compile Include="Utility\AsyncOp.cs" />
- <Compile Include="Math\Bounds.cs" />
- <Compile Include="Utility\Builtin.cs" />
- <Compile Include="GUI\GUI.cs" />
- <Compile Include="GUI\GUIListView.cs" />
- <Compile Include="GUI\GUIWidget.cs" />
- <Compile Include="Utility\Layers.cs" />
- <Compile Include="Math\Capsule.cs" />
- <Compile Include="Math\LineSegment.cs" />
- <Compile Include="GUI\ContextMenu.cs" />
- <Compile Include="Utility\Cursor.cs" />
- <Compile Include="Utility\Debug.cs" />
- <Compile Include="Utility\Color.cs" />
- <Compile Include="Scene\Component.cs" />
- <Compile Include="Utility\DirectoryEx.cs" />
- <Compile Include="Serialization\DontSerializeField.cs" />
- <Compile Include="Utility\FileEx.cs" />
- <Compile Include="Scene\GameObject.cs" />
- <Compile Include="GUI\GUIUtility.cs" />
- <Compile Include="GUI\GUIButton.cs" />
- <Compile Include="GUI\GUIContent.cs" />
- <Compile Include="GUI\GUIElement.cs" />
- <Compile Include="GUI\GUIElementStateStyle.cs" />
- <Compile Include="GUI\GUIElementStyle.cs" />
- <Compile Include="GUI\GUIListBox.cs" />
- <Compile Include="GUI\GUIPanel.cs" />
- <Compile Include="GUI\GUIProgressBar.cs" />
- <Compile Include="GUI\GUIRenderTexture.cs" />
- <Compile Include="GUI\GUIScrollArea.cs" />
- <Compile Include="GUI\GUISlider.cs" />
- <Compile Include="GUI\GUITextBox.cs" />
- <Compile Include="GUI\GUILabel.cs" />
- <Compile Include="GUI\GUILayout.cs" />
- <Compile Include="GUI\GUILayoutX.cs" />
- <Compile Include="GUI\GUILayoutY.cs" />
- <Compile Include="GUI\GUIOption.cs" />
- <Compile Include="GUI\GUISkin.cs" />
- <Compile Include="GUI\GUISpace.cs" />
- <Compile Include="GUI\GUITexture.cs" />
- <Compile Include="GUI\GUIToggle.cs" />
- <Compile Include="GUI\GUIToggleGroup.cs" />
- <Compile Include="Serialization\HideInInspector.cs" />
- <Compile Include="Input\Input.cs" />
- <Compile Include="Input\InputConfiguration.cs" />
- <Compile Include="Interop\NativeGUIWidget.cs" />
- <Compile Include="GUI\LocString.cs" />
- <Compile Include="Resources\ManagedResource.cs" />
- <Compile Include="Math\AABox.cs" />
- <Compile Include="Math\BsRect3.cs" />
- <Compile Include="Math\Degree.cs" />
- <Compile Include="Math\MathEx.cs" />
- <Compile Include="Math\Matrix3.cs" />
- <Compile Include="Math\Matrix4.cs" />
- <Compile Include="Math\Radian.cs" />
- <Compile Include="Math\Ray.cs" />
- <Compile Include="Math\Rect2.cs" />
- <Compile Include="Math\Rect2I.cs" />
- <Compile Include="Math\Vector2I.cs" />
- <Compile Include="Rendering\Mesh.cs" />
- <Compile Include="Scene\MissingComponent.cs" />
- <Compile Include="Utility\PathEx.cs" />
- <Compile Include="Utility\PixelUtility.cs" />
- <Compile Include="Utility\PlainText.cs" />
- <Compile Include="Scene\Prefab.cs" />
- <Compile Include="Utility\ProfilerOverlay.cs" />
- <Compile Include="Interop\ProfilerOverlayInternal.cs" />
- <Compile Include="Interop\Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Math\Quaternion.cs" />
- <Compile Include="Serialization\Range.cs" />
- <Compile Include="Resources\Resource.cs" />
- <Compile Include="Resources\ResourceRef.cs" />
- <Compile Include="Resources\Resources.cs" />
- <Compile Include="Scene\RunInEditor.cs" />
- <Compile Include="Scene\Scene.cs" />
- <Compile Include="Scene\SceneObject.cs" />
- <Compile Include="Utility\ScriptCode.cs" />
- <Compile Include="Interop\ScriptObject.cs" />
- <Compile Include="Serialization\SerializableArray.cs" />
- <Compile Include="Serialization\SerializableDictionary.cs" />
- <Compile Include="Serialization\SerializableField.cs" />
- <Compile Include="Serialization\SerializableList.cs" />
- <Compile Include="Serialization\SerializableObject.cs" />
- <Compile Include="Serialization\SerializableProperty.cs" />
- <Compile Include="Serialization\SerializableUtility.cs" />
- <Compile Include="Serialization\SerializeObject.cs" />
- <Compile Include="Serialization\SerializeField.cs" />
- <Compile Include="Rendering\ShaderInclude.cs" />
- <Compile Include="GUI\ShortcutKey.cs" />
- <Compile Include="Math\Sphere.cs" />
- <Compile Include="Rendering\Texture.cs" />
- <Compile Include="Math\Vector2.cs" />
- <Compile Include="Math\Vector3.cs" />
- <Compile Include="Math\Vector4.cs" />
- <Compile Include="Utility\Time.cs" />
- <Compile Include="Input\VirtualInput.cs" />
- <Compile Include="Generated\*.cs" />
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent Condition=" '$(OS)' != 'Unix' ">"$(ProjectDir)..\..\..\Scripts\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
- </PropertyGroup>
- <!-- 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>
|