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>{AABCAB90-1540-45D4-A159-14831A54E9A3}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>LwipSnmpCodeGeneration</RootNamespace> 12 <AssemblyName>LwipSnmpCodeGeneration</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 16 </PropertyGroup> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <DebugSymbols>true</DebugSymbols> 19 <DebugType>full</DebugType> 20 <Optimize>false</Optimize> 21 <OutputPath>bin\Debug\</OutputPath> 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <ErrorReport>prompt</ErrorReport> 24 <WarningLevel>4</WarningLevel> 25 </PropertyGroup> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <DebugType>pdbonly</DebugType> 28 <Optimize>true</Optimize> 29 <OutputPath>bin\Release\</OutputPath> 30 <DefineConstants>TRACE</DefineConstants> 31 <ErrorReport>prompt</ErrorReport> 32 <WarningLevel>4</WarningLevel> 33 </PropertyGroup> 34 <ItemGroup> 35 <Reference Include="System" /> 36 </ItemGroup> 37 <ItemGroup> 38 <Compile Include="IRestriction.cs" /> 39 <Compile Include="SnmpScalarNodeCounter64.cs" /> 40 <Compile Include="SnmpScalarNodeTruthValue.cs" /> 41 <Compile Include="SnmpScalarAggregationNode.cs" /> 42 <Compile Include="SnmpTableNode.cs" /> 43 <Compile Include="SnmpScalarArrayNode.cs" /> 44 <Compile Include="MibHeaderFile.cs" /> 45 <Compile Include="SnmpScalarNodeBits.cs" /> 46 <Compile Include="SnmpMib.cs" /> 47 <Compile Include="SnmpScalarNodeInt.cs" /> 48 <Compile Include="SnmpScalarNodeObjectIdentifier.cs" /> 49 <Compile Include="SnmpScalarNodeOctetString.cs" /> 50 <Compile Include="SnmpScalarNodeUint.cs" /> 51 <Compile Include="SnmpTreeNode.cs" /> 52 <Compile Include="LwipSnmp.cs" /> 53 <Compile Include="MibCFile.cs" /> 54 <Compile Include="Properties\AssemblyInfo.cs" /> 55 <Compile Include="SnmpNode.cs" /> 56 <Compile Include="SnmpScalarNode.cs" /> 57 </ItemGroup> 58 <ItemGroup> 59 <ProjectReference Include="..\CCodeGeneration\CCodeGeneration.csproj"> 60 <Project>{7DA7C0AB-0982-4BF5-9324-F59A7A08D65B}</Project> 61 <Name>CCodeGeneration</Name> 62 </ProjectReference> 63 </ItemGroup> 64 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 66 Other similar extension points exist, see Microsoft.Common.targets. 67 <Target Name="BeforeBuild"> 68 </Target> 69 <Target Name="AfterBuild"> 70 </Target> 71 --> 72</Project>