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>{66A9995A-13AE-4454-88A6-29EB2D6F5988}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <RootNamespace>Antmicro.Renode.Plugins.WiresharkPlugin</RootNamespace> 11 <AssemblyName>WiresharkPlugin</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 <DebugSymbols>true</DebugSymbols> 18 <DebugType>full</DebugType> 19 <Optimize>false</Optimize> 20 <OutputPath>bin\Debug</OutputPath> 21 <DefineConstants>DEBUG;$(DefineConstants)</DefineConstants> 22 <ErrorReport>prompt</ErrorReport> 23 <WarningLevel>4</WarningLevel> 24 <ConsolePause>false</ConsolePause> 25 <LangVersion>7.2</LangVersion> 26 </PropertyGroup> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <DebugType>full</DebugType> 29 <Optimize>true</Optimize> 30 <OutputPath>bin\Release</OutputPath> 31 <ErrorReport>prompt</ErrorReport> 32 <WarningLevel>4</WarningLevel> 33 <ConsolePause>false</ConsolePause> 34 <LangVersion>7.2</LangVersion> 35 </PropertyGroup> 36 <ItemGroup> 37 <Reference Include="System" /> 38 </ItemGroup> 39 <ItemGroup> 40 <Compile Include="WiresharkPlugin.cs" /> 41 <Compile Include="WiresharkSender.cs" /> 42 <Compile Include="INetworkLogExtensions.cs" /> 43 <Compile Include="Wireshark.cs" /> 44 <Compile Include="BLESniffer.cs" /> 45 <Compile Include="LinkLayer.cs" /> 46 </ItemGroup> 47 <ItemGroup> 48 <ProjectReference Include="..\..\..\lib\AntShell\AntShell\AntShell.csproj"> 49 <Project>{0A473566-F4C6-455E-A56E-B3963FBABDFF}</Project> 50 <Name>AntShell</Name> 51 </ProjectReference> 52 <ProjectReference Include="..\..\Infrastructure\src\Infrastructure.csproj"> 53 <Project>{D3F10ED0-2A3F-45D5-8524-0D562905778B}</Project> 54 <Name>Infrastructure</Name> 55 </ProjectReference> 56 </ItemGroup> 57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 58 <ProjectExtensions> 59 <MonoDevelop> 60 <Properties> 61 <Policies> 62 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileName" /> 63 <TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" TabsToSpaces="True" NoTabsAfterNonTabs="True" EolMarker="Unix" scope="text/x-csharp" /> 64 <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" /> 65 <TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" /> 66 <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'.
" /> 67 </Policies> 68 </Properties> 69 </MonoDevelop> 70 </ProjectExtensions> 71</Project> 72