112 lines
6.9 KiB
XML
112 lines
6.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{779FB07B-87EB-472D-ABC4-ACBED1A5D9FC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Antmicro.Renode.UnitTests</RootNamespace>
|
|
<AssemblyName>RenodeTests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<PropertiesLocation>..\..\..\output\properties.csproj</PropertiesLocation>
|
|
</PropertyGroup>
|
|
<Import Project="$(PropertiesLocation)" />
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<LangVersion>7.2</LangVersion>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<LangVersion>7.2</LangVersion>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="nunit.framework">
|
|
<HintPath>..\..\..\lib\resources\tools\nunit3\nunit.framework.dll</HintPath>
|
|
<Package>nunit</Package>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Sprache">
|
|
<HintPath>..\..\..\lib\resources\libraries\Sprache.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Moq">
|
|
<HintPath>..\..\..\lib\resources\libraries\Moq.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="PlatformDescription\FakeUsingResolver.cs" />
|
|
<Compile Include="PlatformDescription\MergeAndCreationTests.cs" />
|
|
<Compile Include="PlatformDescription\ParserPrimitivesTest.cs" />
|
|
<Compile Include="PlatformDescription\ParserTests.cs" />
|
|
<Compile Include="PlatformDescription\PreLexerTests.cs" />
|
|
<Compile Include="PlatformDescription\UsingTests.cs" />
|
|
<Compile Include="PlatformDescription\VerificationTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\Renode\Renode.csproj">
|
|
<Project>{5A7EF2B0-889A-488A-B296-97AF33791772}</Project>
|
|
<Name>Renode</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\src\Infrastructure\src\Emulator\Main\Tests\UnitTests\UnitTests.csproj">
|
|
<Project>{E0E61E22-8E42-4ED8-8C1F-D683D7EC9FF6}</Project>
|
|
<Name>UnitTests</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\src\Infrastructure\src\Infrastructure.csproj">
|
|
<Project>{D3F10ED0-2A3F-45D5-8524-0D562905778B}</Project>
|
|
<Name>Infrastructure</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\lib\AntShell\AntShell\AntShell.csproj">
|
|
<Project>{0A473566-F4C6-455E-A56E-B3963FBABDFF}</Project>
|
|
<Name>AntShell</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="PlatformDescription\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" TabsToSpaces="True" NoTabsAfterNonTabs="True" EolMarker="Unix" scope="text/x-csharp">
|
|
<inheritsSet />
|
|
<inheritsScope />
|
|
</TextStylePolicy>
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileName">
|
|
<inheritsSet />
|
|
<inheritsScope />
|
|
</DotNetNamingPolicy>
|
|
<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">
|
|
<inheritsSet />
|
|
<inheritsScope />
|
|
</CSharpFormattingPolicy>
|
|
<TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" TabsToSpaces="True" NoTabsAfterNonTabs="True" EolMarker="Unix" scope="text/plain">
|
|
<inheritsSet />
|
|
<inheritsScope />
|
|
</TextStylePolicy>
|
|
<TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" TabsToSpaces="True" NoTabsAfterNonTabs="True" EolMarker="Unix" scope="application/t4-template">
|
|
<inheritsSet />
|
|
<inheritsScope />
|
|
</TextStylePolicy>
|
|
<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'.
" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project>
|