Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP.Symbols (TimeLag, Diff, Integral)/GP.Symbols/GP.Symbols.csproj @ 5050

Last change on this file since 5050 was 5026, checked in by mkommend, 14 years ago

Added branched projects for new GP symbols (ticket #1256).

File size: 3.8 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{6BB69BAC-FB8F-4E57-881A-557F350B7611}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>GP.Symbols</RootNamespace>
12    <AssemblyName>GP.Symbols</AssemblyName>
13    <TargetFrameworkVersion>v3.5</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>
34    <RunPostBuildEvent>Always</RunPostBuildEvent>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Core" />
39    <Reference Include="System.Xml.Linq" />
40    <Reference Include="System.Data.DataSetExtensions" />
41    <Reference Include="System.Data" />
42    <Reference Include="System.Xml" />
43  </ItemGroup>
44  <ItemGroup>
45    <Compile Include="Properties\AssemblyInfo.cs" />
46  </ItemGroup>
47  <ItemGroup>
48    <None Include="CopyAssemblies.cmd" />
49  </ItemGroup>
50  <ItemGroup>
51    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
52      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
53      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
54    </ProjectReference>
55    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
56      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
57      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
58    </ProjectReference>
59    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Views\3.3\HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj">
60      <Project>{799B0B38-E384-4A17-A73C-F211EB854592}</Project>
61      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.3</Name>
62    </ProjectReference>
63    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
64      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
65      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
66    </ProjectReference>
67  </ItemGroup>
68  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69  <PropertyGroup>
70    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
71set ProjectDir=$(ProjectDir)
72set SolutionDir=$(SolutionDir)
73set Outdir=$(Outdir)
74set Platform=$(PlatformName)
75set Configuration=$(ConfigurationName)
76call CopyAssemblies.cmd</PostBuildEvent>
77  </PropertyGroup>
78  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79       Other similar extension points exist, see Microsoft.Common.targets.
80  <Target Name="BeforeBuild">
81  </Target>
82  <Target Name="AfterBuild">
83  </Target>
84  -->
85</Project>
Note: See TracBrowser for help on using the repository browser.