Free cookie consent management tool by TermsFeed Policy Generator

source: branches/LearningClassifierSystems/HeuristicLab.Problems.Instances.ConditionActionClassification/3.3/HeuristicLab.Problems.Instances.ConditionActionClassification-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: 6.1 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>{1CC7585E-DD22-41FA-869B-93DE41EA8936}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.ConditionActionClassification</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.ConditionActionClassification-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="VariableVectorCVSInstanceProvider.cs" />
71    <Compile Include="Plugin.cs" />
72    <Compile Include="Properties\AssemblyInfo.cs" />
73    <None Include="Properties\AssemblyInfo.cs.frame" />
74  </ItemGroup>
75  <ItemGroup>
76    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
77      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
78      <Name>HeuristicLab.Core-3.3</Name>
79      <Private>False</Private>
80    </ProjectReference>
81    <ProjectReference Include="..\..\HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj">
82      <Project>{422FB262-0845-4969-8D16-12F057AA90B1}</Project>
83      <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name>
84      <Private>False</Private>
85    </ProjectReference>
86    <ProjectReference Include="..\..\HeuristicLab.Problems.CombinedIntegerVectorClassification\3.3\HeuristicLab.Problems.CombinedIntegerVectorClassification-3.3.csproj">
87      <Project>{E8D42226-3FAF-49AD-91E9-D48A422A1BD0}</Project>
88      <Name>HeuristicLab.Problems.CombinedIntegerVectorClassification-3.3</Name>
89      <Private>False</Private>
90    </ProjectReference>
91    <ProjectReference Include="..\..\HeuristicLab.Problems.ConditionActionClassification\3.3\HeuristicLab.Problems.ConditionActionClassification-3.3.csproj">
92      <Project>{EA51D441-F6A3-41E1-9993-A2488E93C222}</Project>
93      <Name>HeuristicLab.Problems.ConditionActionClassification-3.3</Name>
94      <Private>False</Private>
95    </ProjectReference>
96    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
97      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
98      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
99      <Private>False</Private>
100    </ProjectReference>
101    <ProjectReference Include="..\..\HeuristicLab.Problems.VariableVectorClassification\3.3\HeuristicLab.Problems.VariableVectorClassification-3.3.csproj">
102      <Project>{4833BCCD-C7FB-40AB-ABE6-31A8A1FAA3CC}</Project>
103      <Name>HeuristicLab.Problems.VariableVectorClassification-3.3</Name>
104    </ProjectReference>
105  </ItemGroup>
106  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107  <PropertyGroup>
108    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
109set ProjectDir=$(ProjectDir)
110set SolutionDir=$(SolutionDir)
111set Outdir=$(Outdir)
112
113call PreBuildEvent.cmd</PreBuildEvent>
114  </PropertyGroup>
115  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116       Other similar extension points exist, see Microsoft.Common.targets.
117  <Target Name="BeforeBuild">
118  </Target>
119  <Target Name="AfterBuild">
120  </Target>
121  -->
122</Project>
Note: See TracBrowser for help on using the repository browser.