Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.GP.SantaFe/3.3/HeuristicLab.GP.SantaFe-3.3.csproj @ 1703

Last change on this file since 1703 was 1534, checked in by swagner, 15 years ago

Updated main solution file and fixed minor errors in names and version numbers of projects (#576)

File size: 6.4 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>{1F5FA590-1D2D-406C-BDBD-03BAECEA3C80}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.GP.SantaFe</RootNamespace>
12    <AssemblyName>HeuristicLab.GP.SantaFe-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
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    <PlatformTarget>AnyCPU</PlatformTarget>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x86\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45    <OutputPath>bin\x86\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <Optimize>true</Optimize>
48    <DebugType>pdbonly</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
53    <DebugSymbols>true</DebugSymbols>
54    <OutputPath>bin\x64\Debug\</OutputPath>
55    <DefineConstants>DEBUG;TRACE</DefineConstants>
56    <DebugType>full</DebugType>
57    <PlatformTarget>x64</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
61    <OutputPath>bin\x64\Release\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67  </PropertyGroup>
68  <ItemGroup>
69    <Reference Include="System" />
70    <Reference Include="System.Core">
71      <RequiredTargetFramework>3.5</RequiredTargetFramework>
72    </Reference>
73    <Reference Include="System.Xml.Linq">
74      <RequiredTargetFramework>3.5</RequiredTargetFramework>
75    </Reference>
76    <Reference Include="System.Data.DataSetExtensions">
77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78    </Reference>
79    <Reference Include="System.Data" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="AntInterpreter.cs" />
84    <Compile Include="FunctionLibraryInjector.cs" />
85    <Compile Include="Prog3.cs" />
86    <Compile Include="Prog2.cs" />
87    <Compile Include="IfFoodAhead.cs" />
88    <Compile Include="Right.cs" />
89    <Compile Include="Left.cs" />
90    <Compile Include="Move.cs" />
91    <Compile Include="HeuristicLabGPSantaFePlugin.cs" />
92    <Compile Include="Properties\AssemblyInfo.cs" />
93    <Compile Include="Evaluator.cs" />
94    <Compile Include="SymbolTable.cs" />
95  </ItemGroup>
96  <ItemGroup>
97    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
98      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
99      <Name>HeuristicLab.Constraints-3.2</Name>
100    </ProjectReference>
101    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
102      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
103      <Name>HeuristicLab.Core-3.2</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
106      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
107      <Name>HeuristicLab.DataAnalysis-3.2</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
110      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
111      <Name>HeuristicLab.Data-3.2</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.GP\3.3\HeuristicLab.GP-3.3.csproj">
114      <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
115      <Name>HeuristicLab.GP-3.3</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
118      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
119      <Name>HeuristicLab.PluginInfrastructure</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
122      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
123      <Name>HeuristicLab.Random-3.2</Name>
124    </ProjectReference>
125  </ItemGroup>
126  <ItemGroup>
127    <None Include="HeuristicLab.snk" />
128    <None Include="Properties\AssemblyInfo.frame" />
129  </ItemGroup>
130  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132       Other similar extension points exist, see Microsoft.Common.targets.
133  <Target Name="BeforeBuild">
134  </Target>
135  <Target Name="AfterBuild">
136  </Target>
137  -->
138  <PropertyGroup>
139    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
140set ProjectDir=$(ProjectDir)
141set SolutionDir=$(SolutionDir)
142set Outdir=$(Outdir)
143
144call PreBuildEvent.cmd</PreBuildEvent>
145  </PropertyGroup>
146</Project>
Note: See TracBrowser for help on using the repository browser.