mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
94 lines
5.1 KiB
XML
94 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\NuGet.Build.Packaging.0.1.276\build\NuGet.Build.Packaging.props" Condition="Exists('..\packages\NuGet.Build.Packaging.0.1.276\build\NuGet.Build.Packaging.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{5DD22357-AEA1-4B1D-9CAB-F51873A3A5D0}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>libexeinfo</RootNamespace>
|
|
<AssemblyName>libexeinfo</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<PackOnBuild>true</PackOnBuild>
|
|
<PackageId>libexeinfo</PackageId>
|
|
<PackageVersion>0.2</PackageVersion>
|
|
<Authors>Natalia Portillo</Authors>
|
|
<Owners>Natalia Portillo</Owners>
|
|
<Summary>Library to get information about executable files.</Summary>
|
|
<Title>libexeinfo</Title>
|
|
<Description>Library to get information about executable files.</Description>
|
|
<PackageProjectUrl>https://github.com/claunia/libexeinfo</PackageProjectUrl>
|
|
<ReleaseVersion>0.2</ReleaseVersion>
|
|
<PackageTags>executable MZ NE exe</PackageTags>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\libexeinfo.xml</DocumentationFile>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="MZ\Consts.cs" />
|
|
<Compile Include="MZ\Info.cs" />
|
|
<Compile Include="MZ\Structs.cs" />
|
|
<Compile Include="NE\Consts.cs" />
|
|
<Compile Include="NE\Info.cs" />
|
|
<Compile Include="NE\Structs.cs" />
|
|
<Compile Include="NE\Version.cs" />
|
|
<Compile Include="MZ\MZ.cs" />
|
|
<Compile Include="NE\NE.cs" />
|
|
<Compile Include="BigEndianMarshal.cs" />
|
|
<Compile Include="AtariST\Structs.cs" />
|
|
<Compile Include="AtariST\Consts.cs" />
|
|
<Compile Include="AtariST\AtariST.cs" />
|
|
<Compile Include="AtariST\Info.cs" />
|
|
<Compile Include="LX\Structs.cs" />
|
|
<Compile Include="NE\Enums.cs" />
|
|
<Compile Include="LX\Enums.cs" />
|
|
<Compile Include="LX\Consts.cs" />
|
|
<Compile Include="LX\Info.cs" />
|
|
<Compile Include="LX\LX.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="..\LICENSE">
|
|
<Link>LICENSE</Link>
|
|
</None>
|
|
<None Include="..\README.md">
|
|
<Link>README.md</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="MZ\" />
|
|
<Folder Include="NE\" />
|
|
<Folder Include="AtariST\" />
|
|
<Folder Include="LX\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="..\packages\NuGet.Build.Packaging.0.1.276\build\NuGet.Build.Packaging.targets" Condition="Exists('..\packages\NuGet.Build.Packaging.0.1.276\build\NuGet.Build.Packaging.targets')" />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<StandardHeader IncludeInNewFiles="True" Text="
${FileName}
 
Author:
 ${AuthorName} <${AuthorEmail}>

Copyright (c) ${Year} ${CopyrightHolder}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE." />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |