Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.IntVector/3.3/HeuristicLab.Encodings.IntVector-3.3.csproj @ 3043

Last change on this file since 3043 was 3032, checked in by svonolfe, 15 years ago

Ported initial IntVector operators to HL 3.3 and added test cases (#913)

File size: 5.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>{5BF9C5B5-8DF3-414B-A4D6-0DD1EF456C8A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.IntVector</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.IntVector-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  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="System" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Data" />
41    <Reference Include="System.Xml" />
42  </ItemGroup>
43  <ItemGroup>
44    <None Include="HeuristicLab.snk" />
45    <None Include="HeuristicLabEncodingsIntVectorPlugin.cs.frame" />
46    <None Include="Properties\AssemblyInfo.frame" />
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="Creators\UniformRandomIntVectorCreator.cs" />
50    <Compile Include="Crossovers\DiscreteCrossover.cs">
51      <SubType>Code</SubType>
52    </Compile>
53    <Compile Include="Crossovers\SinglePointCrossover.cs">
54      <SubType>Code</SubType>
55    </Compile>
56    <Compile Include="Interfaces\IIntVectorCreator.cs" />
57    <Compile Include="Interfaces\IIntVectorCrossover.cs" />
58    <Compile Include="Interfaces\IIntVectorManipulator.cs" />
59    <Compile Include="Interfaces\IIntVectorOperator.cs" />
60    <Compile Include="IntVectorCrossover.cs" />
61    <Compile Include="IntVectorManipulator.cs" />
62    <Compile Include="Manipulators\UniformOnePositionManipulator.cs">
63      <SubType>Code</SubType>
64    </Compile>
65    <Compile Include="Properties\AssemblyInfo.cs" />
66    <Compile Include="HeuristicLabEncodingsIntVectorPlugin.cs" />
67    <Compile Include="IntVectorCreator.cs" />
68  </ItemGroup>
69  <ItemGroup>
70    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
71      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
72      <Name>HeuristicLab.Collections-3.3</Name>
73    </ProjectReference>
74    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
75      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
76      <Name>HeuristicLab.Common-3.2</Name>
77    </ProjectReference>
78    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
79      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
80      <Name>HeuristicLab.Core-3.3</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
83      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
84      <Name>HeuristicLab.Data-3.3</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
87      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
88      <Name>HeuristicLab.Operators-3.3</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
91      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
92      <Name>HeuristicLab.Optimization-3.3</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
95      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
96      <Name>HeuristicLab.Parameters-3.3</Name>
97    </ProjectReference>
98    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
99      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
100      <Name>HeuristicLab.Persistence-3.3</Name>
101    </ProjectReference>
102    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
103      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
104      <Name>HeuristicLab.PluginInfrastructure</Name>
105    </ProjectReference>
106  </ItemGroup>
107  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115  <PropertyGroup>
116    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
117set ProjectDir=$(ProjectDir)
118set SolutionDir=$(SolutionDir)
119set Outdir=$(Outdir)
120
121call PreBuildEvent.cmd
122SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsIntVectorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsIntVectorPlugin.cs"</PreBuildEvent>
123  </PropertyGroup>
124</Project>
Note: See TracBrowser for help on using the repository browser.