Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF.Test / Pithos.Client.WPF.Test.csproj @ 85c6af07

History | View | Annotate | Download (3.7 kB)

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="..\Libraries\Json40r2\Source\Src\Newtonsoft.Json\Newtonsoft.Json.csproj">
61
      <Project>{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}</Project>
62
      <Name>Newtonsoft.Json</Name>
63
    </ProjectReference>
64
    <ProjectReference Include="..\Pithos.Client.WPF\Pithos.Client.WPF.csproj">
65
      <Project>{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}</Project>
66
      <Name>Pithos.Client.WPF</Name>
67
    </ProjectReference>
68
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
69
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
70
      <Name>Pithos.Interfaces</Name>
71
    </ProjectReference>
72
  </ItemGroup>
73
  <ItemGroup>
74
    <Content Include="json.txt">
75
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
76
    </Content>
77
    <Content Include="json2.txt">
78
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
79
    </Content>
80
  </ItemGroup>
81
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
83
       Other similar extension points exist, see Microsoft.Common.targets.
84
  <Target Name="BeforeBuild">
85
  </Target>
86
  <Target Name="AfterBuild">
87
  </Target>
88
  -->
89
</Project>