PageRenderTime 1915ms CodeModel.GetById 128ms RepoModel.GetById 4ms app.codeStats 0ms

/lib/otp.net/Otp/Otp.csproj

https://github.com/babo/jungerl
MSBuild | 98 lines | 91 code | 0 blank | 7 comment | 0 complexity | f5957ca05190bf0ff19ac0e6ff3e802a MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, AGPL-1.0
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{8155F56B-4925-406C-8619-7D0E57DD7FE1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Otp</RootNamespace>
  11. <AssemblyName>Otp</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\Debug\</OutputPath>
  18. <DefineConstants>DEBUG;TRACE</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>pdbonly</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DefineConstants>TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. <Reference Include="System.configuration" />
  33. <Reference Include="System.Data" />
  34. <Reference Include="System.Xml" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="AbstractConnection.cs" />
  38. <Compile Include="AbstractNode.cs" />
  39. <Compile Include="Erlang\Atom.cs" />
  40. <Compile Include="Erlang\BigInteger.cs" />
  41. <Compile Include="Erlang\Binary.cs" />
  42. <Compile Include="Erlang\Boolean.cs" />
  43. <Compile Include="Erlang\Byte.cs" />
  44. <Compile Include="Erlang\Char.cs" />
  45. <Compile Include="Erlang\CloneObject.cs" />
  46. <Compile Include="Erlang\DecodeException.cs" />
  47. <Compile Include="Erlang\Double.cs" />
  48. <Compile Include="Erlang\ErlangException.cs" />
  49. <Compile Include="Erlang\Exit.cs" />
  50. <Compile Include="Erlang\Int.cs" />
  51. <Compile Include="Erlang\List.cs" />
  52. <Compile Include="Erlang\Long.cs" />
  53. <Compile Include="Erlang\Object.cs" />
  54. <Compile Include="Erlang\Pid.cs" />
  55. <Compile Include="Erlang\Port.cs" />
  56. <Compile Include="Erlang\RangeException.cs" />
  57. <Compile Include="Erlang\Ref.cs" />
  58. <Compile Include="Erlang\Short.cs" />
  59. <Compile Include="Erlang\String.cs" />
  60. <Compile Include="Erlang\Tuple.cs" />
  61. <Compile Include="Erlang\UInt.cs" />
  62. <Compile Include="Erlang\UShort.cs" />
  63. <Compile Include="GenericQueue.cs" />
  64. <Compile Include="Link.cs" />
  65. <Compile Include="Links.cs" />
  66. <Compile Include="OtpAuthException.cs" />
  67. <Compile Include="OtpConnection.cs" />
  68. <Compile Include="OtpCookedConnection.cs" />
  69. <Compile Include="OtpEpmd.cs" />
  70. <Compile Include="OtpException.cs" />
  71. <Compile Include="OtpExternal.cs" />
  72. <Compile Include="OtpInputStream.cs" />
  73. <Compile Include="OtpLocalNode.cs" />
  74. <Compile Include="OtpMbox.cs" />
  75. <Compile Include="OtpMsg.cs" />
  76. <Compile Include="OtpNode.cs" />
  77. <Compile Include="OtpNodeStatus.cs" />
  78. <Compile Include="OtpOutputStream.cs" />
  79. <Compile Include="OtpPeer.cs" />
  80. <Compile Include="OtpSelf.cs" />
  81. <Compile Include="OtpServer.cs" />
  82. <Compile Include="OtpSystem.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="SupportClass.cs" />
  85. <Compile Include="Test.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="App.config" />
  89. </ItemGroup>
  90. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>