| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{27CDF1D7-723A-4BD9-BA7E-39CB479DCA85}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>TNetTest</RootNamespace>
- <AssemblyName>TNetTest</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="nunit.framework">
- <HintPath>..\..\..\CSharp\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="..\..\..\CSharp\Platform\TNetTest\TcpListenerTest.cs">
- <Link>TcpListenerTest.cs</Link>
- </Compile>
- <Compile Include="..\..\..\CSharp\Platform\TNetTest\TServiceTest.cs">
- <Link>TServiceTest.cs</Link>
- </Compile>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <ProjectReference Include="..\TNet\TNet.csproj">
- <Project>{AA3FD3AA-1835-42F4-9BE3-4A26D7CA8AB1}</Project>
- <Name>TNet</Name>
- </ProjectReference>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{EF4373AF-66D4-4313-A882-60EF0AE4239A}</Project>
- <Name>Common</Name>
- </ProjectReference>
- </ItemGroup>
- </Project>
|