Files
libexeinfo/libexeinfo/libexeinfo.csproj

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="&#xA;${FileName}&#xA; &#xA;Author:&#xA; ${AuthorName} &lt;${AuthorEmail}&gt;&#xA;&#xA;Copyright (c) ${Year} ${CopyrightHolder}&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xA;in the Software without restriction, including without limitation the rights&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE." />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>