PageRenderTime 42ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

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

http://github.com/gebi/jungerl
MSBuild | 103 lines | 103 code | 0 blank | 0 comment | 0 complexity | 0a1a5a0a35b88ec69badcd2bb7f79533 MD5 | raw file
Possible License(s): AGPL-1.0, JSON, LGPL-2.1, BSD-3-Clause
  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. <ProjectGuid>{9A16CEEB-FC26-4D35-8F9E-42DA30212F69}</ProjectGuid>
  6. <OutputType>Library</OutputType>
  7. <NoStandardLibraries>false</NoStandardLibraries>
  8. <AssemblyName>otp</AssemblyName>
  9. <RootNamespace>otp</RootNamespace>
  10. <SignAssembly>true</SignAssembly>
  11. <AssemblyOriginatorKeyFile>dotnet_keyfile.snk</AssemblyOriginatorKeyFile>
  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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>.\bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Reference Include="System" />
  33. <Reference Include="System.configuration" />
  34. <Reference Include="System.Xml" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="AbstractConnection.cs" />
  38. <Compile Include="AbstractNode.cs" />
  39. <Compile Include="AssemblyInfo.cs" />
  40. <Compile Include="Erlang\Atom.cs" />
  41. <Compile Include="Erlang\BigInteger.cs" />
  42. <Compile Include="Erlang\Binary.cs" />
  43. <Compile Include="Erlang\Boolean.cs" />
  44. <Compile Include="Erlang\Byte.cs" />
  45. <Compile Include="Erlang\Char.cs" />
  46. <Compile Include="Erlang\CloneObject.cs" />
  47. <Compile Include="Erlang\DecodeException.cs" />
  48. <Compile Include="Erlang\Double.cs" />
  49. <Compile Include="Erlang\ErlangException.cs" />
  50. <Compile Include="Erlang\Exit.cs" />
  51. <Compile Include="Erlang\Int.cs" />
  52. <Compile Include="Erlang\List.cs" />
  53. <Compile Include="Erlang\Long.cs" />
  54. <Compile Include="Erlang\Object.cs" />
  55. <Compile Include="Erlang\Pid.cs" />
  56. <Compile Include="Erlang\Port.cs" />
  57. <Compile Include="Erlang\RangeException.cs" />
  58. <Compile Include="Erlang\Ref.cs" />
  59. <Compile Include="Erlang\Short.cs" />
  60. <Compile Include="Erlang\String.cs" />
  61. <Compile Include="Erlang\Tuple.cs" />
  62. <Compile Include="Erlang\UInt.cs" />
  63. <Compile Include="Erlang\UShort.cs" />
  64. <Compile Include="GenericQueue.cs" />
  65. <Compile Include="Link.cs" />
  66. <Compile Include="Links.cs" />
  67. <Compile Include="OtpAuthException.cs" />
  68. <Compile Include="OtpConnection.cs" />
  69. <Compile Include="OtpCookedConnection.cs" />
  70. <Compile Include="OtpEpmd.cs" />
  71. <Compile Include="OtpException.cs" />
  72. <Compile Include="OtpExternal.cs" />
  73. <Compile Include="OtpInputStream.cs" />
  74. <Compile Include="OtpLocalNode.cs" />
  75. <Compile Include="OtpMbox.cs" />
  76. <Compile Include="OtpMsg.cs" />
  77. <Compile Include="OtpNode.cs" />
  78. <Compile Include="OtpNodeStatus.cs" />
  79. <Compile Include="OtpOutputStream.cs" />
  80. <Compile Include="OtpPeer.cs" />
  81. <Compile Include="OtpSelf.cs" />
  82. <Compile Include="OtpSystem.cs" />
  83. <Compile Include="OtpTrace.cs" />
  84. <Compile Include="SupportClass.cs" />
  85. <Compile Include="Test.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="App.config" />
  89. <None Include="ClassDiagram1.cd" />
  90. <None Include="dotnet_keyfile.snk" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Content Include="Erlang\BigIntegerDoc.html" />
  94. <Content Include="release_notes.txt" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Folder Include="Properties\" />
  98. </ItemGroup>
  99. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  100. <ProjectExtensions>
  101. <VisualStudio AllowExistingFolder="true" />
  102. </ProjectExtensions>
  103. </Project>