Added NUnit as a NuGet package
[pithos-ms-client] / trunk / Pithos.ShellExtensions.Test / Pithos.ShellExtensions.Test.csproj
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)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{2CFE2DF1-20AE-47E2-B1BB-36B974600BE1}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.ShellExtensions.Test</RootNamespace>
12     <AssemblyName>Pithos.ShellExtensions.Test</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32   </PropertyGroup>
33   <ItemGroup>
34     <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
36     </Reference>
37     <Reference Include="nunit.mocks">
38       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
39     </Reference>
40     <Reference Include="pnunit.framework">
41       <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
42     </Reference>
43     <Reference Include="System" />
44     <Reference Include="System.ComponentModel.Composition" />
45     <Reference Include="System.Core" />
46     <Reference Include="System.Xml.Linq" />
47     <Reference Include="System.Data.DataSetExtensions" />
48     <Reference Include="System.Data" />
49     <Reference Include="System.Xml" />
50   </ItemGroup>
51   <ItemGroup>
52     <Compile Include="FileContextMenuTest.cs" />
53     <Compile Include="FileContextTest.cs" />
54     <Compile Include="IoCTest.cs" />
55     <Compile Include="IconOverlayTest.cs" />
56     <Compile Include="Properties\AssemblyInfo.cs" />
57     <Compile Include="TestPithosSettings.cs" />
58   </ItemGroup>
59   <ItemGroup>
60     <WCFMetadata Include="Service References\" />
61   </ItemGroup>
62   <ItemGroup>
63     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
64       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
65       <Name>Pithos.Interfaces</Name>
66     </ProjectReference>
67     <ProjectReference Include="..\Pithos.ShellExtensions\Pithos.ShellExtensions.csproj">
68       <Project>{240B432F-1030-4623-BCC3-FF351D6C1B63}</Project>
69       <Name>Pithos.ShellExtensions</Name>
70     </ProjectReference>
71   </ItemGroup>
72   <ItemGroup>
73     <None Include="packages.config" />
74   </ItemGroup>
75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
77        Other similar extension points exist, see Microsoft.Common.targets.
78   <Target Name="BeforeBuild">
79   </Target>
80   <Target Name="AfterBuild">
81   </Target>
82   -->
83 </Project>