SharpSnmpLib.Mib.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{CBE20411-5DB7-487D-825D-7694267BB6F5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Lextm.SharpSnmpLib</RootNamespace>
  12. <AssemblyName>SharpSnmpLib.Mib</AssemblyName>
  13. <DocumentationFile>..\bin\SharpSnmpLib.Mib.xml</DocumentationFile>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. <SignAssembly>True</SignAssembly>
  17. <AssemblyOriginatorKeyFile>sharpsnmplib.snk</AssemblyOriginatorKeyFile>
  18. <DelaySign>False</DelaySign>
  19. <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
  20. <SccProjectName>
  21. </SccProjectName>
  22. <SccLocalPath>
  23. </SccLocalPath>
  24. <SccAuxPath>
  25. </SccAuxPath>
  26. <SccProvider>
  27. </SccProvider>
  28. <RunSourceAnalysis>False</RunSourceAnalysis>
  29. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <DocumentationFile>
  40. </DocumentationFile>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <DocumentationFile>
  50. </DocumentationFile>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System" />
  54. <Reference Include="System.Configuration" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Mib\DisplayHint.cs" />
  58. <Compile Include="Mib\Elements\Entities\AgentCapabilities.cs" />
  59. <Compile Include="Mib\Elements\Entities\EntityBase.cs" />
  60. <Compile Include="Mib\Elements\Entities\IEntity.cs" />
  61. <Compile Include="Mib\Elements\Entities\ModuleCompliance.cs" />
  62. <Compile Include="Mib\Elements\Entities\ModuleIdentity.cs" />
  63. <Compile Include="Mib\Elements\Entities\NotificationGroup.cs" />
  64. <Compile Include="Mib\Elements\Entities\NotificationType.cs" />
  65. <Compile Include="Mib\Elements\Entities\ObjectGroup.cs" />
  66. <Compile Include="Mib\Elements\Entities\ObjectIdentity.cs" />
  67. <Compile Include="Mib\Elements\Entities\ObjectType.cs" />
  68. <Compile Include="Mib\Elements\Entities\OidValueAssignment.cs" />
  69. <Compile Include="Mib\Elements\Exports.cs" />
  70. <Compile Include="Mib\Elements\IElement.cs" />
  71. <Compile Include="Mib\Elements\Imports.cs" />
  72. <Compile Include="Mib\Elements\ImportsFrom.cs" />
  73. <Compile Include="Mib\Elements\IDeclaration.cs" />
  74. <Compile Include="Mib\Elements\TrapType.cs" />
  75. <Compile Include="Mib\Elements\Types\BaseType.cs" />
  76. <Compile Include="Mib\Elements\Types\BitsType.cs" />
  77. <Compile Include="Mib\Elements\Types\Choice.cs" />
  78. <Compile Include="Mib\Elements\Types\IntegerType.cs" />
  79. <Compile Include="Mib\Elements\Types\IpAddressType.cs" />
  80. <Compile Include="Mib\Elements\Types\ITypeAssignment.cs" />
  81. <Compile Include="Mib\Elements\ITypeReferrer.cs" />
  82. <Compile Include="Mib\Elements\Types\Macro.cs" />
  83. <Compile Include="Mib\Elements\Types\ObjectIdentifierType.cs" />
  84. <Compile Include="Mib\Elements\Types\OctetStringType.cs" />
  85. <Compile Include="Mib\Elements\Types\OpaqueType.cs" />
  86. <Compile Include="Mib\Elements\Types\Sequence.cs" />
  87. <Compile Include="Mib\Elements\Types\SequenceOf.cs" />
  88. <Compile Include="Mib\Elements\Types\TextualConvention.cs" />
  89. <Compile Include="Mib\Elements\Types\TypeAssignment.cs" />
  90. <Compile Include="Mib\Elements\Types\UnsignedType.cs" />
  91. <Compile Include="Mib\IModule.cs" />
  92. <Compile Include="Mib\ISymbolEnumerator.cs" />
  93. <Compile Include="Mib\MaxAccess.cs" />
  94. <Compile Include="Mib\MibResolver.cs" />
  95. <Compile Include="Mib\MibTree.cs" />
  96. <Compile Include="Mib\MibTreeNode.cs" />
  97. <Compile Include="Mib\MibTypesResolver.cs" />
  98. <Compile Include="Mib\ObjectIdentifier.cs" />
  99. <Compile Include="Mib\Status.cs" />
  100. <Compile Include="Mib\SymbolList.cs" />
  101. <Compile Include="Mib\Lexer.cs" />
  102. <Compile Include="Mib\MibDocument.cs" />
  103. <Compile Include="Mib\MibModule.cs" />
  104. <Compile Include="Mib\MibException.cs" />
  105. <Compile Include="Mib\Symbol.cs" />
  106. <Compile Include="Mib\ValueMap.cs" />
  107. <Compile Include="Mib\ValueRange.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DesignTime>True</DesignTime>
  112. <DependentUpon>Resources.resx</DependentUpon>
  113. </Compile>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="sharpsnmplib.snk" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="license.txt" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <EmbeddedResource Include="Properties\Resources.resx">
  123. <Generator>ResXFileCodeGenerator</Generator>
  124. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  125. <CustomToolNamespace>Lextm.SharpSnmpLib.Mib</CustomToolNamespace>
  126. <SubType>Designer</SubType>
  127. </EmbeddedResource>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Folder Include="Resources\" />
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>