Free cookie consent management tool by TermsFeed Policy Generator

source: branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj @ 9105

Last change on this file since 9105 was 9105, checked in by sforsten, 11 years ago

#1980:

  • included an adapted version of GA correctly
  • added action set subsumption
  • added deletion after GA and before covering
File size: 7.7 KB
RevLine 
[8941]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>{CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.CombinedIntegerVectorEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <PlatformTarget>AnyCPU</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <PlatformTarget>AnyCPU</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
38    <PlatformTarget>x64</PlatformTarget>
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
48    <PlatformTarget>x64</PlatformTarget>
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
57    <PlatformTarget>x86</PlatformTarget>
58    <DebugSymbols>true</DebugSymbols>
59    <DebugType>full</DebugType>
60    <Optimize>false</Optimize>
61    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <ErrorReport>prompt</ErrorReport>
64    <WarningLevel>4</WarningLevel>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
67    <PlatformTarget>x86</PlatformTarget>
68    <DebugType>pdbonly</DebugType>
69    <Optimize>true</Optimize>
70    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <ErrorReport>prompt</ErrorReport>
73    <WarningLevel>4</WarningLevel>
74  </PropertyGroup>
75  <PropertyGroup>
76    <SignAssembly>true</SignAssembly>
77  </PropertyGroup>
78  <PropertyGroup>
79    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
80  </PropertyGroup>
81  <PropertyGroup>
82    <StartupObject />
83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
86    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
87    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
88    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
89    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
90    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
91    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
92    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
93    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
94    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
95    <Reference Include="System" />
96    <Reference Include="System.Core" />
[9105]97    <Reference Include="System.Drawing" />
[8941]98    <Reference Include="System.Xml.Linq" />
99    <Reference Include="System.Data.DataSetExtensions" />
100    <Reference Include="Microsoft.CSharp" />
101    <Reference Include="System.Data" />
102    <Reference Include="System.Xml" />
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="CombinedIntegerVector.cs" />
106    <Compile Include="CombinedIntegerVectorCreator.cs" />
[9089]107    <Compile Include="CombinedIntegerVectorCrossover.cs" />
108    <Compile Include="CombinedIntegerVectorManipulator.cs" />
109    <Compile Include="Covering\CombinedIntegerVectorCoveringCreator.cs" />
[8941]110    <Compile Include="Creators\UniformRandomCombinedIntegerVectorCreator.cs" />
[9089]111    <Compile Include="Crossovers\SinglePointCrossover.cs" />
112    <Compile Include="Interfaces\ICombinedIntegerVectorManipulator.cs" />
113    <Compile Include="Interfaces\ICombinedIntegerVectorCrossover.cs" />
[8941]114    <Compile Include="Interfaces\IBoundedCombinedIntegerVectorOperator.cs" />
115    <Compile Include="Interfaces\ICombinedIntegerVectorCreator.cs" />
116    <Compile Include="Interfaces\ICombinedIntegerVectorOperator.cs" />
[9089]117    <Compile Include="Manipulator\UniformActionManipulator.cs">
118      <SubType>Code</SubType>
119    </Compile>
120    <Compile Include="Manipulator\UniformOnePositionInConditionManipulator.cs" />
[9090]121    <Compile Include="Manipulator\UniformSomePositionInConditionManipulator.cs" />
[8941]122    <Compile Include="Plugin.cs" />
123    <None Include="Properties\AssemblyInfo.cs.frame" />
[9089]124    <Compile Include="Properties\AssemblyInfo.cs" />
[8941]125  </ItemGroup>
126  <ItemGroup>
127    <None Include="HeuristicLab.snk" />
128    <None Include="Plugin.cs.frame" />
129  </ItemGroup>
[9089]130  <ItemGroup>
131    <ProjectReference Include="..\..\HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj">
132      <Project>{422FB262-0845-4969-8D16-12F057AA90B1}</Project>
133      <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name>
134    </ProjectReference>
135  </ItemGroup>
[8941]136  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137  <PropertyGroup>
138    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
139set ProjectDir=$(ProjectDir)
140set SolutionDir=$(SolutionDir)
141set Outdir=$(Outdir)
142
143call PreBuildEvent.cmd
144</PreBuildEvent>
145  </PropertyGroup>
146  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147       Other similar extension points exist, see Microsoft.Common.targets.
148  <Target Name="BeforeBuild">
149  </Target>
150  <Target Name="AfterBuild">
151  </Target>
152  -->
153</Project>
Note: See TracBrowser for help on using the repository browser.