1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProjectGuid>{887C6088-F483-466A-A671-06EEC42B8DC1}</ProjectGuid>
7    <OutputType>Library</OutputType>
8    <RootNamespace>Antmicro.Renode.Plugins.TracePlugin</RootNamespace>
9    <AssemblyName>TracePlugin</AssemblyName>
10    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
11    <ProductVersion>8.0.30703</ProductVersion>
12    <SchemaVersion>2.0</SchemaVersion>
13    <PropertiesLocation>..\..\..\..\..\output\properties.csproj</PropertiesLocation>
14  </PropertyGroup>
15  <Import Project="$(PropertiesLocation)" />
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <LangVersion>7.2</LangVersion>
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug</OutputPath>
22    <DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <ConsolePause>false</ConsolePause>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <LangVersion>7.2</LangVersion>
29    <DebugType>full</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release</OutputPath>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <ConsolePause>false</ConsolePause>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="Dynamitey">
39      <HintPath>..\..\..\..\..\lib\resources\libraries\Dynamitey.dll</HintPath>
40    </Reference>
41    <Reference Include="Microsoft.CSharp" />
42  </ItemGroup>
43  <ItemGroup>
44    <Compile Include="TraceCommand.cs" />
45    <Compile Include="Handlers\DefaultFunctionHandler.cs" />
46    <Compile Include="Handlers\PrintfHandler.cs" />
47    <Compile Include="Handlers\IFunctionHandler.cs" />
48    <Compile Include="TracePlugin.cs" />
49  </ItemGroup>
50  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
51  <ItemGroup>
52    <ProjectReference Include="..\..\..\..\..\lib\AntShell\AntShell\AntShell.csproj">
53      <Project>{0A473566-F4C6-455E-A56E-B3963FBABDFF}</Project>
54      <Name>AntShell</Name>
55    </ProjectReference>
56    <ProjectReference Include="..\..\Infrastructure.csproj">
57      <Project>{D3F10ED0-2A3F-45D5-8524-0D562905778B}</Project>
58      <Name>Infrastructure</Name>
59    </ProjectReference>
60  </ItemGroup>
61  <ProjectExtensions>
62    <MonoDevelop>
63      <Properties>
64        <Policies>
65          <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" TabsToSpaces="True" NoTabsAfterNonTabs="True" EolMarker="Unix" scope="text/x-csharp" />
66          <CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="True" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" NewLineForMembersInObjectInit="True" NewLineForMembersInAnonymousTypes="True" NewLineForClausesInQuery="True" SpacingAfterMethodDeclarationName="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceAfterMethodCallName="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBeforeOpenSquareBracket="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
67          <StandardHeader IncludeInNewFiles="True" Text="&#xA;Copyright (c) 2010-${Year} Antmicro&#xA;&#xA; This file is licensed under the MIT License.&#xA; Full license text is available in 'licenses/MIT.txt'.&#xA;" />
68          <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileName" />
69          <TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
70        </Policies>
71      </Properties>
72    </MonoDevelop>
73  </ProjectExtensions>
74</Project>
75