PageRenderTime 754ms CodeModel.GetById 152ms RepoModel.GetById 1ms app.codeStats 1ms

/Utilities/Networking/Delta.Utilities.Networking.csproj

#
MSBuild | 71 lines | 64 code | 0 blank | 7 comment | 0 complexity | bd5e65a76b7fbee5fa15e7a7cc70eccb MD5 | raw file
Possible License(s): Apache-2.0
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E06FEFBB-073C-4D68-976D-4610F6CF5A66}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Utilities.Networking</RootNamespace>
  12. <AssemblyName>Delta.Utilities.Networking</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  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|x86' ">
  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. <Reference Include="System.Net" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="BaseServer.cs" />
  40. <Compile Include="BasicMessageTypes.cs" />
  41. <Compile Include="BaseClient.cs" />
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. <Compile Include="SocketHelper.cs" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ProjectReference Include="..\Compression\Delta.Utilities.Compression.csproj">
  47. <Project>{87EAE002-5871-45AC-B7ED-1E84421F935F}</Project>
  48. <Name>Delta.Utilities.Compression</Name>
  49. </ProjectReference>
  50. <ProjectReference Include="..\Cryptography\Delta.Utilities.Cryptography.csproj">
  51. <Project>{4711B0D1-2F43-4E64-8651-96F9FFD97F8F}</Project>
  52. <Name>Delta.Utilities.Cryptography</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\Delta.Utilities.csproj">
  55. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  56. <Name>Delta.Utilities</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\Xml\Delta.Utilities.Xml.csproj">
  59. <Project>{BFA9D716-5FB2-42DA-987B-5EB0BAA24CE0}</Project>
  60. <Name>Delta.Utilities.Xml</Name>
  61. </ProjectReference>
  62. </ItemGroup>
  63. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  64. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  65. Other similar extension points exist, see Microsoft.Common.targets.
  66. <Target Name="BeforeBuild">
  67. </Target>
  68. <Target Name="AfterBuild">
  69. </Target>
  70. -->
  71. </Project>