Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3.csproj @ 3531

Last change on this file since 3531 was 2759, checked in by gkronber, 14 years ago

Supplemental changeset to r2750 (#864)
Adapted stale plugin dependencies.

File size: 6.9 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>{ABAE70E0-14E3-4588-B6BB-15DF022985C3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.GP.StructureIdentification.ConditionalEvaluation</RootNamespace>
12    <AssemblyName>HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</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>bin\Debug\</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>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x86\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42    <OutputPath>bin\x86\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>bin\x64\Debug\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
58    <OutputPath>bin\x64\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="System" />
67    <Reference Include="System.Core">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Xml.Linq">
71      <RequiredTargetFramework>3.5</RequiredTargetFramework>
72    </Reference>
73    <Reference Include="System.Data.DataSetExtensions">
74      <RequiredTargetFramework>3.5</RequiredTargetFramework>
75    </Reference>
76    <Reference Include="System.Data" />
77    <Reference Include="System.Xml" />
78  </ItemGroup>
79  <ItemGroup>
80    <None Include="Properties\AssemblyInfo.frame" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="ConditionalCoefficientOfDeterminationEvaluator.cs" />
84    <None Include="HeuristicLabGPConditionalEvaluationPlugin.cs.frame" />
85    <Compile Include="HeuristicLabGPConditionalEvaluationPlugin.cs" />
86    <Compile Include="ConditionalMeanAbsolutePercentageErrorEvaluator.cs" />
87    <Compile Include="ConditionalMeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
88    <Compile Include="ConditionalMeanSquaredErrorEvaluator.cs" />
89    <Compile Include="Properties\AssemblyInfo.cs" />
90    <Compile Include="ConditionalEvaluatorBase.cs" />
91    <Compile Include="ConditionalSimpleEvaluator.cs" />
92    <Compile Include="ConditionalVarianceAccountedForEvaluator.cs" />
93  </ItemGroup>
94  <ItemGroup>
95    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
96      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
97      <Name>HeuristicLab.Core-3.2</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
100      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
101      <Name>HeuristicLab.DataAnalysis-3.2</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
104      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
105      <Name>HeuristicLab.Data-3.2</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.GP.Interfaces\3.3\HeuristicLab.GP.Interfaces-3.3.csproj">
108      <Project>{924B6BEA-9A99-40FE-9334-5C01E8D540EC}</Project>
109      <Name>HeuristicLab.GP.Interfaces-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.GP.StructureIdentification\3.3\HeuristicLab.GP.StructureIdentification-3.3.csproj">
112      <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
113      <Name>HeuristicLab.GP.StructureIdentification-3.3</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.GP\3.3\HeuristicLab.GP-3.3.csproj">
116      <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
117      <Name>HeuristicLab.GP-3.3</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj">
120      <Project>{80F7FADA-549D-4151-8856-79B620A50DBA}</Project>
121      <Name>HeuristicLab.Modeling-3.2</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
124      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
125      <Name>HeuristicLab.PluginInfrastructure</Name>
126    </ProjectReference>
127  </ItemGroup>
128  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130       Other similar extension points exist, see Microsoft.Common.targets.
131  <Target Name="BeforeBuild">
132  </Target>
133  <Target Name="AfterBuild">
134  </Target>
135  -->
136  <PropertyGroup>
137    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
138set ProjectDir=$(ProjectDir)
139set SolutionDir=$(SolutionDir)
140set Outdir=$(Outdir)
141
142call PreBuildEvent.cmd
143SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPConditionalEvaluationPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPConditionalEvaluationPlugin.cs"</PreBuildEvent>
144  </PropertyGroup>
145</Project>
Note: See TracBrowser for help on using the repository browser.