Files
libexeinfo/exeinfo/exeinfo.csproj

58 lines
2.3 KiB
XML
Raw Normal View History

2018-02-27 04:53:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2017-10-03 13:26:49 +01:00
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{504F0A15-25DC-42B1-81FE-BA22A8EF24B5}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>exeinfo</RootNamespace>
<AssemblyName>exeinfo</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
2017-10-16 15:53:45 +01:00
<ReleaseVersion>0.2</ReleaseVersion>
2017-10-03 13:26:49 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
2018-03-07 20:12:19 +00:00
<Reference Include="Claunia.Encoding, Version=1.6.1.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Claunia.Encoding.1.6.1\lib\portable40-net40+sl5+win8+wp8\Claunia.Encoding.dll</HintPath>
2018-02-27 04:53:33 +00:00
</Reference>
2017-10-03 13:26:49 +01:00
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
2017-10-16 14:13:42 +01:00
<ProjectReference Include="..\libexeinfo\libexeinfo.csproj">
<Project>{5DD22357-AEA1-4B1D-9CAB-F51873A3A5D0}</Project>
<Name>libexeinfo</Name>
</ProjectReference>
2017-10-03 13:26:49 +01:00
</ItemGroup>
2017-10-16 15:31:49 +01:00
<ItemGroup>
<None Include="..\LICENSE">
<Link>LICENSE</Link>
</None>
<None Include="..\README.md">
<Link>README.md</Link>
</None>
2018-02-27 04:53:33 +00:00
<None Include="packages.config" />
2017-10-16 15:31:49 +01:00
</ItemGroup>
2017-10-03 13:26:49 +01:00
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>