PageRenderTime 22ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://github.com/gebi/jungerl
MSBuild | 106 lines | 99 code | 0 blank | 7 comment | 0 complexity | fe4e29e470a66de4a5d1cceaa8c01f7b 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" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.21022</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. <FileUpgradeFlags>
  13. </FileUpgradeFlags>
  14. <OldToolsVersion>2.0</OldToolsVersion>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.configuration" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="AbstractConnection.cs" />
  43. <Compile Include="AbstractNode.cs" />
  44. <Compile Include="Erlang\Format.cs" />
  45. <Compile Include="Erlang\VarBind.cs" />
  46. <Compile Include="Erlang\Var.cs" />
  47. <Compile Include="OtpTrace.cs" />
  48. <Compile Include="Erlang\Atom.cs" />
  49. <Compile Include="Erlang\BigInteger.cs" />
  50. <Compile Include="Erlang\Binary.cs" />
  51. <Compile Include="Erlang\Boolean.cs" />
  52. <Compile Include="Erlang\Byte.cs" />
  53. <Compile Include="Erlang\Char.cs" />
  54. <Compile Include="Erlang\CloneObject.cs" />
  55. <Compile Include="Erlang\Exception.cs" />
  56. <Compile Include="Erlang\Double.cs" />
  57. <Compile Include="Erlang\ErlangException.cs" />
  58. <Compile Include="Erlang\Exit.cs" />
  59. <Compile Include="Erlang\Int.cs" />
  60. <Compile Include="Erlang\List.cs" />
  61. <Compile Include="Erlang\Long.cs" />
  62. <Compile Include="Erlang\Object.cs" />
  63. <Compile Include="Erlang\Pid.cs" />
  64. <Compile Include="Erlang\Port.cs" />
  65. <Compile Include="Erlang\Ref.cs" />
  66. <Compile Include="Erlang\Short.cs" />
  67. <Compile Include="Erlang\String.cs" />
  68. <Compile Include="Erlang\Tuple.cs" />
  69. <Compile Include="Erlang\UInt.cs" />
  70. <Compile Include="Erlang\UShort.cs" />
  71. <Compile Include="GenericQueue.cs" />
  72. <Compile Include="Link.cs" />
  73. <Compile Include="Links.cs" />
  74. <Compile Include="OtpAuthException.cs" />
  75. <Compile Include="OtpConnection.cs" />
  76. <Compile Include="OtpCookedConnection.cs" />
  77. <Compile Include="OtpEpmd.cs" />
  78. <Compile Include="OtpException.cs" />
  79. <Compile Include="OtpExternal.cs" />
  80. <Compile Include="OtpInputStream.cs" />
  81. <Compile Include="OtpLocalNode.cs" />
  82. <Compile Include="OtpMbox.cs" />
  83. <Compile Include="OtpMsg.cs" />
  84. <Compile Include="OtpNode.cs" />
  85. <Compile Include="OtpNodeStatus.cs" />
  86. <Compile Include="OtpOutputStream.cs" />
  87. <Compile Include="OtpPeer.cs" />
  88. <Compile Include="OtpSelf.cs" />
  89. <Compile Include="OtpSystem.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="SupportClass.cs" />
  92. <Compile Include="Test.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="App.config" />
  96. <None Include="ClassDiagram1.cd" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>