Free cookie consent management tool by TermsFeed Policy Generator

source: branches/plugins/HeuristicLab.StructureIdentification/3.2/HeuristicLab.StructureIdentification.csproj @ 3696

Last change on this file since 3696 was 652, checked in by gkronber, 16 years ago
  • added a solution to compile old plugin versions
  • fixed plugin references and
  • added script to generate AssemblyInfos with SubWCRev

(ticket #177)

File size: 9.4 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{5948F299-0A5E-43B9-8F17-2D15298EEC34}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.StructureIdentification</RootNamespace>
11    <AssemblyName>HeuristicLab.StructureIdentification-3.2</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <DocumentationFile>bin\Release\HeuristicLab.StructureIdentification-3.2.XML</DocumentationFile>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\x86\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>bin\x86\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>bin\Release\HeuristicLab.StructureIdentification-3.2.XML</DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
56  <ItemGroup>
57    <Reference Include="HeuristicLab.Constraints-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <SpecificVersion>False</SpecificVersion>
59      <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Constraints-3.2.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Core-3.2, Version=3.2.0.643, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Core-3.2.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Data-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
66      <SpecificVersion>False</SpecificVersion>
67      <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Data-3.2.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.DataAnalysis-3.2, Version=3.2.0.620, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
70      <SpecificVersion>False</SpecificVersion>
71      <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.DataAnalysis-3.2.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Operators-3.2, Version=3.2.0.591, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
74      <SpecificVersion>False</SpecificVersion>
75      <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Operators-3.2.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.581, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
78      <SpecificVersion>False</SpecificVersion>
79      <HintPath>C:\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Random-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <SpecificVersion>False</SpecificVersion>
83      <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Random-3.2.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Selection-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
86      <SpecificVersion>False</SpecificVersion>
87      <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Selection-3.2.dll</HintPath>
88    </Reference>
89    <Reference Include="System" />
90    <Reference Include="System.Core">
91      <RequiredTargetFramework>3.5</RequiredTargetFramework>
92    </Reference>
93    <Reference Include="System.Data" />
94    <Reference Include="System.Drawing" />
95    <Reference Include="System.Windows.Forms" />
96    <Reference Include="System.XML" />
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="CrossValidation.cs" />
100    <Compile Include="Evaluation\AveragePercentageChangeEvaluator.cs" />
101    <Compile Include="Evaluation\ProfitEvaluator.cs" />
102    <Compile Include="MulticlassOneVsOneAnalyzer.cs" />
103    <Compile Include="MulticlassModeller.cs" />
104    <Compile Include="Evaluation\ClassificationMeanSquaredErrorEvaluator.cs" />
105    <Compile Include="Evaluation\ClassificationMatrixEvaluator.cs" />
106    <Compile Include="FunctionLibraryInjector.cs" />
107    <Compile Include="Evaluation\AccuracyEvaluator.cs" />
108    <Compile Include="Evaluation\MeanAbsolutePercentageErrorEvaluator.cs" />
109    <Compile Include="Evaluation\TheilInequalityCoefficientEvaluator.cs" />
110    <Compile Include="Evaluation\SimpleEvaluator.cs" />
111    <Compile Include="ProbabilisticTreeCreator.cs" />
112    <Compile Include="Evaluation\CoefficientOfDeterminationEvaluator.cs" />
113    <Compile Include="Evaluation\MCCEvaluator.cs" />
114    <Compile Include="Evaluation\GPEvaluatorBase.cs" />
115    <Compile Include="Evaluation\EarlyStoppingMeanSquaredErrorEvaluator.cs" />
116    <Compile Include="Evaluation\MeanSquaredErrorEvaluator.cs" />
117    <Compile Include="Evaluation\VarianceAccountedForEvaluator.cs" />
118    <Compile Include="GPOperatorGroup.cs" />
119    <Compile Include="GPOperatorLibrary.cs" />
120    <Compile Include="GPOperatorLibraryEditor.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="GPOperatorLibraryEditor.designer.cs">
124      <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
125    </Compile>
126    <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
127    <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
128    <Compile Include="Manipulation\DeleteSubTreeManipulation.cs" />
129    <Compile Include="Manipulation\FullTreeShaker.cs" />
130    <Compile Include="Manipulation\OnePointShaker.cs" />
131    <Compile Include="Manipulation\SubstituteSubTreeManipulation.cs" />
132    <Compile Include="HeuristicLabStructureIdentificationPlugin.cs" />
133    <Compile Include="Properties\AssemblyInfo.cs" />
134    <Compile Include="RampedTreeCreator.cs" />
135    <Compile Include="Recombination\LangdonHomologousCrossOver.cs" />
136    <Compile Include="Recombination\OnePointCrossOver.cs" />
137    <Compile Include="Recombination\StandardCrossOver.cs" />
138    <Compile Include="Recombination\SizeFairCrossOver.cs" />
139    <Compile Include="TreeGardener.cs" />
140    <Compile Include="StructIdProblemInjector.cs" />
141    <Compile Include="StructIdProblemInjectorView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="StructIdProblemInjectorView.Designer.cs">
145      <DependentUpon>StructIdProblemInjectorView.cs</DependentUpon>
146    </Compile>
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150    <None Include="Properties\AssemblyInfo.frame" />
151  </ItemGroup>
152  <ItemGroup>
153    <EmbeddedResource Include="GPOperatorLibraryEditor.resx">
154      <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
155      <SubType>Designer</SubType>
156    </EmbeddedResource>
157    <EmbeddedResource Include="StructIdProblemInjectorView.resx">
158      <DependentUpon>StructIdProblemInjectorView.cs</DependentUpon>
159      <SubType>Designer</SubType>
160    </EmbeddedResource>
161  </ItemGroup>
162  <ItemGroup>
163    <ProjectReference Include="..\..\HeuristicLab.Functions\3.2\HeuristicLab.Functions.csproj">
164      <Project>{B95CA6E2-34BC-4430-994D-BD6E99375319}</Project>
165      <Name>HeuristicLab.Functions</Name>
166    </ProjectReference>
167  </ItemGroup>
168  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
169  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170       Other similar extension points exist, see Microsoft.Common.targets.
171  <Target Name="BeforeBuild">
172  </Target>
173  <Target Name="AfterBuild">
174  </Target>
175  -->
176  <PropertyGroup>
177    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
178  </PropertyGroup>
179</Project>
Note: See TracBrowser for help on using the repository browser.