TNetTest.csproj 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{27CDF1D7-723A-4BD9-BA7E-39CB479DCA85}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <RootNamespace>TNetTest</RootNamespace>
  9. <AssemblyName>TNetTest</AssemblyName>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>..\..\Bin\Debug</OutputPath>
  17. <DefineConstants>DEBUG;</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <ConsolePause>false</ConsolePause>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>full</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>..\..\Bin\Release</OutputPath>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <ConsolePause>false</ConsolePause>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. <Reference Include="nunit.framework">
  33. <HintPath>..\..\..\CSharp\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  34. </Reference>
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="Properties\AssemblyInfo.cs" />
  38. <Compile Include="..\..\..\CSharp\Platform\TNetTest\TcpListenerTest.cs">
  39. <Link>TcpListenerTest.cs</Link>
  40. </Compile>
  41. <Compile Include="..\..\..\CSharp\Platform\TNetTest\TServiceTest.cs">
  42. <Link>TServiceTest.cs</Link>
  43. </Compile>
  44. </ItemGroup>
  45. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  46. <ItemGroup>
  47. <ProjectReference Include="..\TNet\TNet.csproj">
  48. <Project>{AA3FD3AA-1835-42F4-9BE3-4A26D7CA8AB1}</Project>
  49. <Name>TNet</Name>
  50. </ProjectReference>
  51. <ProjectReference Include="..\Common\Common.csproj">
  52. <Project>{EF4373AF-66D4-4313-A882-60EF0AE4239A}</Project>
  53. <Name>Common</Name>
  54. </ProjectReference>
  55. </ItemGroup>
  56. </Project>