Files
simulation_core/lib/termsharp/TermSharp.csproj

86 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{25FAECC1-55F0-4608-88BD-4207A7F993B0}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>TermSharp</RootNamespace>
<AssemblyName>TermSharp</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
</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>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Compile Include="LayoutParameters.cs" />
<Compile Include="ILayoutParameters.cs" />
<Compile Include="Terminal.cs" />
<Compile Include="SelectionMode.cs" />
<Compile Include="SelectionDirection.cs" />
<Compile Include="Cursor.cs" />
<Compile Include="Rows\MonospaceTextRow.cs" />
<Compile Include="Vt100\IDecoderLogger.cs" />
<Compile Include="Vt100\ConsoleDecoderLogger.cs" />
<Compile Include="Vt100\Decoder.cs" />
<Compile Include="Vt100\Encoder.cs" />
<Compile Include="Vt100\DecoderCommands.cs" />
<Compile Include="Vt100\ControlByte.cs" />
<Compile Include="Vt100\Vt100ITermFileEscapeCodeHandler.cs" />
<Compile Include="Misc\SimpleCache.cs" />
<Compile Include="Misc\Utilities.cs" />
<Compile Include="Rows\IRow.cs" />
<Compile Include="Misc\IntegerPosition.cs" />
<Compile Include="Misc\ClipboardData.cs" />
<Compile Include="Vt100\ByteUtf8Decoder.cs" />
<Compile Include="Misc\IGenerationAware.cs" />
<Compile Include="Rows\ImageRow.cs" />
<Compile Include="Rows\RowUtils.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Rows\" />
<Folder Include="Vt100\" />
<Folder Include="Misc\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="xwt\Xwt\Xwt.csproj">
<Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
<Name>Xwt</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileName" />
<CSharpFormattingPolicy NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" SpacingAfterMethodDeclarationName="False" SpaceAfterMethodCallName="False" SpaceAfterControlFlowStatementKeyword="False" SpaceBeforeOpenSquareBracket="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
<TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
<TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="application/t4-template" />
<StandardHeader Text="&#xA;Copyright (c) Antmicro&#xA;&#xA;Full license details are defined in the 'LICENSE' file.&#xA;" IncludeInNewFiles="True" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>