Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1980:

  • property changes
  • removed Plugin.cs and AssemblyInfo.cs
  • added VariableVectorCVSInstanceProvider
File size: 8.3 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>{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      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="System" />
113    <Reference Include="System.Core" />
114    <Reference Include="System.Drawing" />
115    <Reference Include="System.Xml.Linq" />
116    <Reference Include="System.Data.DataSetExtensions" />
117    <Reference Include="Microsoft.CSharp" />
118    <Reference Include="System.Data" />
119    <Reference Include="System.Xml" />
120  </ItemGroup>
121  <ItemGroup>
122    <Compile Include="CombinedIntegerVector.cs" />
123    <Compile Include="CombinedIntegerVectorComparer.cs" />
124    <Compile Include="CombinedIntegerVectorCreator.cs" />
125    <Compile Include="CombinedIntegerVectorCrossover.cs" />
126    <Compile Include="CombinedIntegerVectorManipulator.cs" />
127    <Compile Include="Covering\CombinedIntegerVectorCoveringCreator.cs" />
128    <Compile Include="Creators\UniformRandomCombinedIntegerVectorCreator.cs" />
129    <Compile Include="Crossovers\SinglePointCrossover.cs" />
130    <Compile Include="Interfaces\ICombinedIntegerVectorManipulator.cs" />
131    <Compile Include="Interfaces\ICombinedIntegerVectorCrossover.cs" />
132    <Compile Include="Interfaces\IBoundedCombinedIntegerVectorOperator.cs" />
133    <Compile Include="Interfaces\ICombinedIntegerVectorCreator.cs" />
134    <Compile Include="Interfaces\ICombinedIntegerVectorOperator.cs" />
135    <Compile Include="Manipulator\UniformActionManipulator.cs">
136      <SubType>Code</SubType>
137    </Compile>
138    <Compile Include="Manipulator\UniformOnePositionInConditionManipulator.cs" />
139    <Compile Include="Manipulator\UniformSomePositionManipulator.cs" />
140    <Compile Include="Plugin.cs" />
141    <None Include="Properties\AssemblyInfo.cs.frame" />
142    <Compile Include="Properties\AssemblyInfo.cs" />
143  </ItemGroup>
144  <ItemGroup>
145    <None Include="HeuristicLab.snk" />
146    <None Include="Plugin.cs.frame" />
147  </ItemGroup>
148  <ItemGroup>
149    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
150      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
151      <Name>HeuristicLab.Core-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj">
155      <Project>{422FB262-0845-4969-8D16-12F057AA90B1}</Project>
156      <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159  </ItemGroup>
160  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161  <PropertyGroup>
162    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
163set ProjectDir=$(ProjectDir)
164set SolutionDir=$(SolutionDir)
165set Outdir=$(Outdir)
166
167call PreBuildEvent.cmd
168</PreBuildEvent>
169  </PropertyGroup>
170  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171       Other similar extension points exist, see Microsoft.Common.targets.
172  <Target Name="BeforeBuild">
173  </Target>
174  <Target Name="AfterBuild">
175  </Target>
176  -->
177</Project>
Note: See TracBrowser for help on using the repository browser.