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    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{4FBABBAC-D029-4867-8416-32C3469BCAEA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <RootNamespace>Antmicro.Renode.Tests.PeripheralsTests</RootNamespace>
11    <AssemblyName>PeripheralsTests</AssemblyName>
12    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
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>$(DefineConstants);DEBUG</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>none</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="Moq">
39      <HintPath>..\..\..\..\..\..\..\lib\resources\libraries\Moq.dll</HintPath>
40    </Reference>
41    <Reference Include="nunit.framework">
42      <HintPath>..\..\..\..\..\..\..\lib\resources\tools\nunit3\nunit.framework.dll</HintPath>
43    </Reference>
44  </ItemGroup>
45  <ItemGroup>
46    <Compile Include="CortexA9GICTests.cs" />
47    <Compile Include="EFM32GGI2CControllerTest.cs" />
48    <Compile Include="BMA180Test.cs" />
49    <Compile Include="SHT21Test.cs" />
50    <Compile Include="BMC050Test.cs" />
51    <Compile Include="STMCANTest.cs" />
52    <Compile Include="LPC43xx_GPIO_Test.cs" />
53    <Compile Include="OpenTitan_AES_Test.cs" />
54    <Compile Include="OpenTitan_KeyManagerTest.cs" />
55    <Compile Include="OpenTitan_I2C_Test.cs" />
56    <Compile Include="OpenTitan_SpiDeviceTest.cs" />
57    <Compile Include="Cadence_TTCTests.cs" />
58    <Compile Include="Cadence_UARTTests.cs" />
59    <Compile Include="EFR32_I2CControllerTests.cs" />
60  </ItemGroup>
61  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
62  <ItemGroup>
63    <ProjectReference Include="..\..\..\..\Infrastructure.csproj">
64      <Project>{D3F10ED0-2A3F-45D5-8524-0D562905778B}</Project>
65      <Name>Infrastructure</Name>
66    </ProjectReference>
67    <ProjectReference Include="..\..\..\..\..\..\..\lib\Migrant\Migrant\Migrant.csproj">
68      <Project>{5F87C357-09FB-4F53-BE37-41FE5BD88957}</Project>
69      <Name>Migrant</Name>
70    </ProjectReference>
71  </ItemGroup>
72  <ProjectExtensions>
73    <MonoDevelop>
74      <Properties>
75        <Policies>
76          <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileName" />
77          <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" TabsToSpaces="True" NoTabsAfterNonTabs="True" EolMarker="Unix" scope="text/x-csharp" />
78          <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" />
79          <TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
80          <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;" />
81        </Policies>
82      </Properties>
83    </MonoDevelop>
84  </ProjectExtensions>
85</Project>
86