Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Tests/HeuristicLab.PluginInfrastructure-3.3.Tests.csproj @ 6535

Last change on this file since 6535 was 6535, checked in by swagner, 13 years ago

Corrected namespace of test project (#1537)

File size: 3.9 KB
Line 
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>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{04840E7E-F7DB-4CE4-B308-EE805DD94E73}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.PluginInfrastructure_33.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.PluginInfrastructure-3.3.Tests</AssemblyName>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="ICSharpCode.SharpZipLib">
43      <HintPath>..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
44    </Reference>
45    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
46    <Reference Include="System" />
47    <Reference Include="System.Core">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.Data" />
51    <Reference Include="System.Deployment" />
52    <Reference Include="System.Drawing" />
53    <Reference Include="System.IdentityModel" />
54    <Reference Include="System.Runtime.Serialization" />
55    <Reference Include="System.ServiceModel" />
56    <Reference Include="System.Windows.Forms" />
57    <Reference Include="System.Xml" />
58  </ItemGroup>
59  <ItemGroup>
60    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
61      <Visible>False</Visible>
62    </CodeAnalysisDependentAssemblyPaths>
63  </ItemGroup>
64  <ItemGroup>
65    <Compile Include="InstallationManagerTest.cs" />
66    <Compile Include="Properties\AssemblyInfo.cs" />
67  </ItemGroup>
68  <ItemGroup>
69    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure-3.3.csproj">
70      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
71      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
72    </ProjectReference>
73  </ItemGroup>
74  <ItemGroup>
75    <None Include="..\app.config">
76      <Link>app.config</Link>
77      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
78    </None>
79    <None Include="HeuristicLab.snk" />
80  </ItemGroup>
81  <Import Project="$(MSBuildBinPath)\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>
Note: See TracBrowser for help on using the repository browser.