editor-legacy/Plugins/UniversalEditor.Plugins.Executable/UniversalEditor.Plugins.Executable.csproj

150 lines
9.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>{791A36F8-5D96-452B-89D2-78BA74596A1E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UniversalEditor</RootNamespace>
<AssemblyName>UniversalEditor.Plugins.Executable</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\Executable\Apple\MachO\Internal\MachOSection.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\Internal\MachOSegment.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOCpuSubType.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOCpuType.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachODataFormat.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOFileType.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOFlags.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOLoadCommandType.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOMagic.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOSectionFlags.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOSegmentFlags.cs" />
<Compile Include="DataFormats\Executable\Apple\MachO\MachOVMProtection.cs" />
<Compile Include="DataFormats\Executable\Apple\PreferredExecutable\Internal\PEFContainerHeader.cs" />
<Compile Include="DataFormats\Executable\Apple\PreferredExecutable\PEFArchitecture.cs" />
<Compile Include="DataFormats\Executable\Apple\PreferredExecutable\PEFDataFormat.cs" />
<Compile Include="DataFormats\Executable\Apple\PreferredExecutable\Internal\PEFSectionHeader.cs" />
<Compile Include="DataFormats\Executable\Apple\PreferredExecutable\PEFSectionKind.cs" />
<Compile Include="DataFormats\Executable\Apple\PreferredExecutable\PEFSharingOption.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFCapacity.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFDataFormat.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFEncoding.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFMachine.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFObjectFileType.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFSectionFlags.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFSectionType.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFSpecialSectionIndex.cs" />
<Compile Include="DataFormats\Executable\Microsoft\DOSExecutableHeader.cs" />
<Compile Include="DataFormats\Executable\Microsoft\MicrosoftExecutableDataFormat.cs" />
<Compile Include="DataFormats\Executable\Microsoft\RichHeader.cs" />
<Compile Include="DataFormats\Executable\RelocatableObject\OBJDataFormat.cs" />
<Compile Include="DataFormats\Executable\RelocatableObject\OBJRecordType.cs" />
<Compile Include="ObjectModels\Executable\ExecutableCharacteristics.cs" />
<Compile Include="ObjectModels\Executable\ExecutableFunctionCall.cs" />
<Compile Include="ObjectModels\Executable\ExecutableInstruction.cs" />
<Compile Include="ObjectModels\Executable\ExecutableLibraryCharacteristics.cs" />
<Compile Include="ObjectModels\Executable\ExecutableLibraryReference.cs" />
<Compile Include="ObjectModels\Executable\ExecutableLoaderFlags.cs" />
<Compile Include="ObjectModels\Executable\ExecutableMachine.cs" />
<Compile Include="ObjectModels\Executable\ExecutableObjectModel.cs" />
<Compile Include="ObjectModels\Executable\ExecutableRelativeVirtualAddress.cs" />
<Compile Include="ObjectModels\Executable\ExecutableSection.cs" />
<Compile Include="ObjectModels\Executable\ExecutableSectionCharacteristics.cs" />
<Compile Include="ObjectModels\Executable\ExecutableSubsystem.cs" />
<Compile Include="ObjectModels\Executable\Instructions\ExecutableInstructionCall.cs" />
<Compile Include="ObjectModels\Executable\Instructions\ExecutableInstructionPush.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DataFormats\Executable\Atari\AtariSTExecutableDataFormat.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFF64DataFormat.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFF32AuxilaryHeader.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFFSectionHeader.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFF32SectionHeader.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFFSectionType.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFF64AuxilaryHeader.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFF64SectionHeader.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFF32DataFormat.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFFDataFormat.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFFAuxilaryHeader.cs" />
<Compile Include="DataFormats\Executable\IBM\CommonObject\Extended\XCOFFDocumentFlags.cs" />
<Compile Include="DataFormats\Executable\ELF\ELFSectionEntry.cs" />
<Compile Include="DataFormats\Executable\Microsoft\PortableExecutable\PECharacteristics.cs" />
<Compile Include="DataFormats\Executable\Microsoft\PortableExecutable\PECompiler.cs" />
<Compile Include="DataFormats\Executable\Microsoft\PortableExecutable\PEHeader.cs" />
<Compile Include="DataFormats\Executable\Microsoft\PortableExecutable\PEMachineType.cs" />
<Compile Include="DataFormats\Executable\Microsoft\PortableExecutable\PEOptionalHeader.cs" />
<Compile Include="DataFormats\Executable\Microsoft\PortableExecutable\PESectionCharacteristics.cs" />
<Compile Include="DataFormats\Executable\Microsoft\PortableExecutable\PESectionHeader.cs" />
<Compile Include="DataFormats\Executable\Microsoft\NewExecutable\NewExecutableHeader.cs" />
<Compile Include="DataFormats\Executable\Microsoft\NewExecutable\NewExecutableProgramFlags.cs" />
<Compile Include="DataFormats\Executable\Microsoft\NewExecutable\NewExecutableApplicationFlags.cs" />
<Compile Include="DataFormats\Executable\Microsoft\NewExecutable\NewExecutableTargetOperatingSystem.cs" />
<Compile Include="DataFormats\Executable\Microsoft\NewExecutable\NewExecutableOS2Flags.cs" />
<Compile Include="DataFormats\Executable\Microsoft\NewExecutable\NewExecutableResourceTableEntry.cs" />
<Compile Include="DataFormats\Executable\Microsoft\NewExecutable\NewExecutableResourceType.cs" />
<Compile Include="ObjectModels\Executable\ExecutableResourceType.cs" />
<Compile Include="ObjectModels\Executable\ExecutableResource.cs" />
<Compile Include="ObjectModels\Executable\ExecutableResourceTypes.cs" />
<Compile Include="ObjectModels\Executable\ExecutableResourceIdentifier.cs" />
<Compile Include="ObjectModels\Executable\ExecutableResourceIdentifierType.cs" />
</ItemGroup>
<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>
</ItemGroup>
<ItemGroup>
<Folder Include="DataFormats\Executable\Microsoft\PortableExecutable\" />
<Folder Include="DataFormats\Executable\Microsoft\NewExecutable\" />
<Folder Include="Associations\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Associations\AppleMachO.uexml" />
<EmbeddedResource Include="Associations\ApplePreferredExecutable.uexml" />
<EmbeddedResource Include="Associations\ELF.uexml" />
<EmbeddedResource Include="Associations\MZ.uexml" />
<EmbeddedResource Include="Associations\RelocatableObject.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>