UNetTest.csproj 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{47A7404D-F501-43C5-8183-4B4E9E8C24B2}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UNetTest</RootNamespace>
  11. <AssemblyName>UNetTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\..\Bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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.Core" />
  37. <Reference Include="nunit.framework">
  38. <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  39. </Reference>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. <Compile Include="UServiceTest.cs" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ProjectReference Include="..\..\Platform\Common\Common.csproj">
  47. <Project>{F06B995E-6508-4C5C-A396-554316C9215D}</Project>
  48. <Name>Common</Name>
  49. </ProjectReference>
  50. <ProjectReference Include="..\..\Platform\UNet\UNet.csproj">
  51. <Project>{D3CEA64F-4D75-4DC9-B139-8D12EB4ACF8E}</Project>
  52. <Name>UNet</Name>
  53. </ProjectReference>
  54. </ItemGroup>
  55. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  56. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  57. Other similar extension points exist, see Microsoft.Common.targets.
  58. <Target Name="BeforeBuild">
  59. </Target>
  60. <Target Name="AfterBuild">
  61. </Target>
  62. -->
  63. </Project>