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>{1CC7585E-DD22-41FA-869B-93DE41EA8936}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Problems.Instances.LCS</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Problems.Instances.LCS-3.3</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</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>..\..\..\..\trunk\sources\bin\</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>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
29 | <DefineConstants>TRACE</DefineConstants>
|
---|
30 | <ErrorReport>prompt</ErrorReport>
|
---|
31 | <WarningLevel>4</WarningLevel>
|
---|
32 | </PropertyGroup>
|
---|
33 | <PropertyGroup>
|
---|
34 | <SignAssembly>true</SignAssembly>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup>
|
---|
37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
38 | </PropertyGroup>
|
---|
39 | <ItemGroup>
|
---|
40 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
41 | <Private>False</Private>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
44 | <Private>False</Private>
|
---|
45 | </Reference>
|
---|
46 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
47 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
48 | <Private>False</Private>
|
---|
49 | </Reference>
|
---|
50 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
51 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
52 | <Private>False</Private>
|
---|
53 | </Reference>
|
---|
54 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
55 | <Private>False</Private>
|
---|
56 | </Reference>
|
---|
57 | <Reference Include="System" />
|
---|
58 | <Reference Include="System.Core" />
|
---|
59 | <Reference Include="System.Xml.Linq" />
|
---|
60 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
61 | <Reference Include="Microsoft.CSharp" />
|
---|
62 | <Reference Include="System.Data" />
|
---|
63 | <Reference Include="System.Xml" />
|
---|
64 | </ItemGroup>
|
---|
65 | <ItemGroup>
|
---|
66 | <None Include="HeuristicLab.snk" />
|
---|
67 | <None Include="Plugin.cs.frame" />
|
---|
68 | <Compile Include="CombinedIntegerVectorCVSInstanceProvider.cs" />
|
---|
69 | <Compile Include="ConditionActionInstanceProvider.cs" />
|
---|
70 | <Compile Include="DecisionListInstanceProvider.cs" />
|
---|
71 | <Compile Include="VariableVectorCVSInstanceProvider.cs" />
|
---|
72 | <Compile Include="Plugin.cs" />
|
---|
73 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
74 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
75 | </ItemGroup>
|
---|
76 | <ItemGroup>
|
---|
77 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
78 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
79 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
80 | <Private>False</Private>
|
---|
81 | </ProjectReference>
|
---|
82 | <ProjectReference Include="..\..\HeuristicLab.Encodings.CombinedIntegerVectorEncoding\3.3\HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj">
|
---|
83 | <Project>{CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}</Project>
|
---|
84 | <Name>HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3</Name>
|
---|
85 | </ProjectReference>
|
---|
86 | <ProjectReference Include="..\..\HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj">
|
---|
87 | <Project>{422FB262-0845-4969-8D16-12F057AA90B1}</Project>
|
---|
88 | <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name>
|
---|
89 | <Private>False</Private>
|
---|
90 | </ProjectReference>
|
---|
91 | <ProjectReference Include="..\..\HeuristicLab.Encodings.DecisionList\3.3\HeuristicLab.Encodings.DecisionList-3.3.csproj">
|
---|
92 | <Project>{86912e6b-4ef3-4b37-809b-5a7c4a28d0c9}</Project>
|
---|
93 | <Name>HeuristicLab.Encodings.DecisionList-3.3</Name>
|
---|
94 | </ProjectReference>
|
---|
95 | <ProjectReference Include="..\..\HeuristicLab.Encodings.VariableVector\3.3\HeuristicLab.Encodings.VariableVector-3.3.csproj">
|
---|
96 | <Project>{7C116F48-7218-4105-BD6E-EE868E2D4823}</Project>
|
---|
97 | <Name>HeuristicLab.Encodings.VariableVector-3.3</Name>
|
---|
98 | </ProjectReference>
|
---|
99 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators.LCS\3.3\HeuristicLab.Optimization.Operators.LCS-3.3.csproj">
|
---|
100 | <Project>{f2c6d3b0-bd4f-4747-b13e-b18e53a2a09d}</Project>
|
---|
101 | <Name>HeuristicLab.Optimization.Operators.LCS-3.3</Name>
|
---|
102 | </ProjectReference>
|
---|
103 | <ProjectReference Include="..\..\HeuristicLab.Problems.CombinedIntegerVectorClassification\3.3\HeuristicLab.Problems.CombinedIntegerVectorClassification-3.3.csproj">
|
---|
104 | <Project>{E8D42226-3FAF-49AD-91E9-D48A422A1BD0}</Project>
|
---|
105 | <Name>HeuristicLab.Problems.CombinedIntegerVectorClassification-3.3</Name>
|
---|
106 | <Private>False</Private>
|
---|
107 | </ProjectReference>
|
---|
108 | <ProjectReference Include="..\..\HeuristicLab.Problems.ConditionActionClassification\3.3\HeuristicLab.Problems.ConditionActionClassification-3.3.csproj">
|
---|
109 | <Project>{EA51D441-F6A3-41E1-9993-A2488E93C222}</Project>
|
---|
110 | <Name>HeuristicLab.Problems.ConditionActionClassification-3.3</Name>
|
---|
111 | <Private>False</Private>
|
---|
112 | </ProjectReference>
|
---|
113 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
114 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
115 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
116 | <Private>False</Private>
|
---|
117 | </ProjectReference>
|
---|
118 | <ProjectReference Include="..\..\HeuristicLab.Problems.DecisionListClassification\3.3\HeuristicLab.Problems.DecisionListClassification-3.3.csproj">
|
---|
119 | <Project>{ca20ac55-b57d-4078-8cb9-c44e5ff7958b}</Project>
|
---|
120 | <Name>HeuristicLab.Problems.DecisionListClassification-3.3</Name>
|
---|
121 | </ProjectReference>
|
---|
122 | <ProjectReference Include="..\..\HeuristicLab.Problems.VariableVectorClassification\3.3\HeuristicLab.Problems.VariableVectorClassification-3.3.csproj">
|
---|
123 | <Project>{4833BCCD-C7FB-40AB-ABE6-31A8A1FAA3CC}</Project>
|
---|
124 | <Name>HeuristicLab.Problems.VariableVectorClassification-3.3</Name>
|
---|
125 | </ProjectReference>
|
---|
126 | </ItemGroup>
|
---|
127 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
128 | <PropertyGroup>
|
---|
129 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
130 | set ProjectDir=$(ProjectDir)
|
---|
131 | set SolutionDir=$(SolutionDir)
|
---|
132 | set Outdir=$(Outdir)
|
---|
133 |
|
---|
134 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
135 | </PropertyGroup>
|
---|
136 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
137 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
138 | <Target Name="BeforeBuild">
|
---|
139 | </Target>
|
---|
140 | <Target Name="AfterBuild">
|
---|
141 | </Target>
|
---|
142 | -->
|
---|
143 | </Project> |
---|