Free cookie consent management tool by TermsFeed Policy Generator

source: branches/New Persistence Exploration/Persistence/Test/HeuristicLab.Persistence.Test.csproj @ 1425

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

Use version invariant assembly qualified name and update plug-in assembly name. (#506)

File size: 2.5 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="..\Persistence\HeuristicLab.Persistence-3.3.csproj">
44      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
45      <Name>HeuristicLab.Persistence-3.3</Name>
46    </ProjectReference>
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="NewSerializationTest.cs" />
50    <Compile Include="SerializationTest.cs" />
51    <Compile Include="StorableAttributeTests.cs" />
52  </ItemGroup>
53  <ItemGroup>
54    <Reference Include="System" />
55    <Reference Include="System.Core">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.XML" />
59  </ItemGroup>
60</Project>
Note: See TracBrowser for help on using the repository browser.