UNetTest.csproj 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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>{E4DD0EC7-FAC5-459A-8496-E5B4F828C9BD}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <RootNamespace>UNetTest</RootNamespace>
  9. <AssemblyName>UNetTest</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\UNetTest\UServiceTest.cs">
  39. <Link>UServiceTest.cs</Link>
  40. </Compile>
  41. </ItemGroup>
  42. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  43. <ItemGroup>
  44. <ProjectReference Include="..\Common\Common.csproj">
  45. <Project>{EF4373AF-66D4-4313-A882-60EF0AE4239A}</Project>
  46. <Name>Common</Name>
  47. </ProjectReference>
  48. <ProjectReference Include="..\UNet\UNet.csproj">
  49. <Project>{3A56E389-BB11-421C-9E11-EA88C5CA3EFC}</Project>
  50. <Name>UNet</Name>
  51. </ProjectReference>
  52. </ItemGroup>
  53. </Project>