96 lines
4.8 KiB
XML
96 lines
4.8 KiB
XML
<?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>{DF96F24E-FED9-4BAC-8389-63590125DC61}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>UniversalEditor</RootNamespace>
|
|
<AssemblyName>UniversalEditor.Plugins.UnrealEngine</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Output\Debug\Plugins\</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>..\..\Output\Release\Plugins\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataFormats\UnrealEngine\Installer\UMODDataFormat.cs" />
|
|
<Compile Include="DataFormats\UnrealEngine\Installer\UMODFileFlags.cs" />
|
|
<Compile Include="DataFormats\UnrealEngine\Package\UnrealPackageDataFormat.cs" />
|
|
<Compile Include="ExtensionMethods.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\ExportTableEntry.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\FunctionFlags.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\Generation.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\ImportTableEntry.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\NameTableEntry.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\ObjectFlags.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\ObjectReference.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\PackageFlags.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\PropertyFlags.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\PropertyType.cs" />
|
|
<Compile Include="ObjectModels\UnrealEngine\UnrealPackageObjectModel.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Palette\Unreal\UnrealPaletteDataFormat.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
|
|
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
|
|
<Name>UniversalEditor.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
|
|
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
|
|
<Name>UniversalEditor.Essential</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\UniversalEditor.Plugins.Multimedia\UniversalEditor.Plugins.Multimedia.csproj">
|
|
<Project>{BE4D0BA3-0888-42A5-9C09-FC308A4509D2}</Project>
|
|
<Name>UniversalEditor.Plugins.Multimedia</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MBS.Framework\MBS.Framework\MBS.Framework.csproj">
|
|
<Project>{00266B21-35C9-4A7F-A6BA-D54D7FDCC25C}</Project>
|
|
<Name>MBS.Framework</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Associations\" />
|
|
<Folder Include="Associations\Palette\" />
|
|
<Folder Include="DataFormats\Multimedia\" />
|
|
<Folder Include="DataFormats\Multimedia\Palette\" />
|
|
<Folder Include="DataFormats\Multimedia\Palette\Unreal\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Associations\UnrealPackage.uexml" />
|
|
<EmbeddedResource Include="Associations\UnrealUMOD.uexml" />
|
|
<EmbeddedResource Include="Associations\Palette\UnrealPalette.uexml" />
|
|
</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>
|