Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions.Test / Pithos.ShellExtensions.Test.csproj @ cfed7823

History | View | Annotate | Download (5.9 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>{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
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
34
    <DebugSymbols>true</DebugSymbols>
35
    <OutputPath>bin\Test\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <DebugType>full</DebugType>
38
    <PlatformTarget>AnyCPU</PlatformTarget>
39
    <CodeAnalysisLogFile>bin\Debug\Pithos.ShellExtensions.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
40
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
41
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
42
    <ErrorReport>prompt</ErrorReport>
43
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
45
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
46
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
47
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
48
  </PropertyGroup>
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
50
    <DebugSymbols>true</DebugSymbols>
51
    <OutputPath>bin\Premium Debug\</OutputPath>
52
    <DefineConstants>DEBUG;TRACE</DefineConstants>
53
    <DebugType>full</DebugType>
54
    <PlatformTarget>AnyCPU</PlatformTarget>
55
    <CodeAnalysisLogFile>bin\Debug\Pithos.ShellExtensions.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
56
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
57
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
58
    <ErrorReport>prompt</ErrorReport>
59
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
61
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
62
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
63
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
64
  </PropertyGroup>
65
  <ItemGroup>
66
    <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
67
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
68
    </Reference>
69
    <Reference Include="nunit.mocks">
70
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
71
    </Reference>
72
    <Reference Include="pnunit.framework">
73
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
74
    </Reference>
75
    <Reference Include="System" />
76
    <Reference Include="System.ComponentModel.Composition" />
77
    <Reference Include="System.Configuration.Install" />
78
    <Reference Include="System.Core" />
79
    <Reference Include="System.Xml.Linq" />
80
    <Reference Include="System.Data.DataSetExtensions" />
81
    <Reference Include="System.Data" />
82
    <Reference Include="System.Xml" />
83
  </ItemGroup>
84
  <ItemGroup>
85
    <Compile Include="FileContextMenuTest.cs" />
86
    <Compile Include="FileContextTest.cs" />
87
    <Compile Include="IoCTest.cs" />
88
    <Compile Include="IconOverlayTest.cs" />
89
    <Compile Include="Properties\AssemblyInfo.cs" />
90
    <Compile Include="TestPithosSettings.cs" />
91
  </ItemGroup>
92
  <ItemGroup>
93
    <WCFMetadata Include="Service References\" />
94
  </ItemGroup>
95
  <ItemGroup>
96
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
97
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
98
      <Name>Pithos.Interfaces</Name>
99
    </ProjectReference>
100
    <ProjectReference Include="..\Pithos.ShellExtensions\Pithos.ShellExtensions.csproj">
101
      <Project>{240B432F-1030-4623-BCC3-FF351D6C1B63}</Project>
102
      <Name>Pithos.ShellExtensions</Name>
103
    </ProjectReference>
104
  </ItemGroup>
105
  <ItemGroup>
106
    <None Include="packages.config" />
107
  </ItemGroup>
108
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
110
       Other similar extension points exist, see Microsoft.Common.targets.
111
  <Target Name="BeforeBuild">
112
  </Target>
113
  <Target Name="AfterBuild">
114
  </Target>
115
  -->
116
</Project>