Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence.Test/HeuristicLab.Persistence.Test.csproj @ 1471

Last change on this file since 1471 was 1471, checked in by epitzer, 15 years ago

Include plug-in dependency. (r1469) (#524)

File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E2245078-6F40-449E-A370-01A97A7C5E6A}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Test</RootNamespace>
12    <AssemblyName>Test</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>HeuristicLab.Persistence.Test.NewSerializationTest</StartupObject>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>TRACE;DEBUG</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
35  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
36       Other similar extension points exist, see Microsoft.Common.targets.
37  <Target Name="BeforeBuild">
38  </Target>
39  <Target Name="AfterBuild">
40  </Target>
41  -->
42  <ItemGroup>
43    <ProjectReference Include="..\HeuristicLab.Persistence\HeuristicLab.Persistence.csproj">
44      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
45      <Name>HeuristicLab.Persistence</Name>
46    </ProjectReference>
47    <ProjectReference Include="..\HeuristicLab.Tracing\HeuristicLab.Tracing.csproj">
48      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
49      <Name>HeuristicLab.Tracing</Name>
50    </ProjectReference>
51  </ItemGroup>
52  <ItemGroup>
53    <Compile Include="NewSerializationTest.cs" />
54    <Compile Include="SerializationTest.cs" />
55    <Compile Include="StorableAttributeTests.cs" />
56  </ItemGroup>
57  <ItemGroup>
58    <Reference Include="System" />
59    <Reference Include="System.Core">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.XML" />
63  </ItemGroup>
64  <ItemGroup>
65    <Folder Include="Properties\" />
66  </ItemGroup>
67</Project>
Note: See TracBrowser for help on using the repository browser.