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>{BA29DA30-C9D7-492C-81D4-E76754C0D88D}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <RootNamespace>MonitorTests</RootNamespace> 11 <AssemblyName>MonitorTests</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>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="nunit.framework"> 39 <HintPath>..\..\..\..\..\..\lib\resources\tools\nunit3\nunit.framework.dll</HintPath> 40 </Reference> 41 </ItemGroup> 42 <ItemGroup> 43 <Compile Include="FeaturesTests.cs" /> 44 <Compile Include="TokenizerTests.cs" /> 45 <Compile Include="CommandTests\PythonCommands.cs" /> 46 <Compile Include="CommandTests\ActionArguments.cs" /> 47 </ItemGroup> 48 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 49 <ItemGroup> 50 <ProjectReference Include="..\..\..\..\..\..\src\Renode\Renode.csproj"> 51 <Project>{5A7EF2B0-889A-488A-B296-97AF33791772}</Project> 52 <Name>Renode</Name> 53 </ProjectReference> 54 <ProjectReference Include="..\..\..\Infrastructure.csproj"> 55 <Project>{D3F10ED0-2A3F-45D5-8524-0D562905778B}</Project> 56 <Name>Infrastructure</Name> 57 </ProjectReference> 58 <ProjectReference Include="..\..\..\..\..\..\lib\AntShell\AntShell\AntShell.csproj"> 59 <Project>{0A473566-F4C6-455E-A56E-B3963FBABDFF}</Project> 60 <Name>AntShell</Name> 61 </ProjectReference> 62 <ProjectReference Include="..\..\..\..\..\..\lib\Migrant\Migrant\Migrant.csproj"> 63 <Project>{5F87C357-09FB-4F53-BE37-41FE5BD88957}</Project> 64 <Name>Migrant</Name> 65 </ProjectReference> 66 </ItemGroup> 67 <ItemGroup> 68 <EmbeddedResource Include="..\..\Main\Tests\UnitTests\Mocks\MockExtension.cs"> 69 <LogicalName>MockExtension.cs</LogicalName> 70 </EmbeddedResource> 71 </ItemGroup> 72 <ProjectExtensions> 73 <MonoDevelop> 74 <Properties> 75 <Policies> 76 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileName" /> 77 <TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" /> 78 <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" TabsToSpaces="True" NoTabsAfterNonTabs="True" EolMarker="Unix" scope="text/x-csharp" /> 79 <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" /> 80 <StandardHeader IncludeInNewFiles="True" Text="
Copyright (c) 2010-${Year} Antmicro

 This file is licensed under the MIT License.
 Full license text is available in 'licenses/MIT.txt'.
" /> 81 </Policies> 82 </Properties> 83 </MonoDevelop> 84 </ProjectExtensions> 85</Project> 86