Notification changes
[pithos-ms-client] / trunk / Pithos.Client.WPF.Test / Pithos.Client.WPF.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>{7B5BFE77-FC4D-43B3-84A0-9CB457238951}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Client.WPF.Test</RootNamespace>
12     <AssemblyName>Pithos.Client.WPF.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="Caliburn.Micro, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL" />
35     <Reference Include="nunit.framework">
36       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
37     </Reference>
38     <Reference Include="nunit.mocks">
39       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
40     </Reference>
41     <Reference Include="pnunit.framework">
42       <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
43     </Reference>
44     <Reference Include="System" />
45     <Reference Include="System.Core" />
46     <Reference Include="System.Xml.Linq" />
47     <Reference Include="System.Data.DataSetExtensions" />
48     <Reference Include="Microsoft.CSharp" />
49     <Reference Include="System.Data" />
50     <Reference Include="System.Xml" />
51   </ItemGroup>
52   <ItemGroup>
53     <Compile Include="NodeTest.cs" />
54     <Compile Include="Properties\AssemblyInfo.cs" />
55   </ItemGroup>
56   <ItemGroup>
57     <None Include="packages.config" />
58   </ItemGroup>
59   <ItemGroup>
60     <ProjectReference Include="..\Pithos.Client.WPF\Pithos.Client.WPF.csproj">
61       <Project>{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}</Project>
62       <Name>Pithos.Client.WPF</Name>
63     </ProjectReference>
64   </ItemGroup>
65   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
67        Other similar extension points exist, see Microsoft.Common.targets.
68   <Target Name="BeforeBuild">
69   </Target>
70   <Target Name="AfterBuild">
71   </Target>
72   -->
73 </Project>