Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj @ 11949

Last change on this file since 11949 was 11949, checked in by mkommend, 10 years ago

#2174: Distributed files in programmable problem branch to the correct plugins.

File size: 8.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Programmable</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Programmable-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
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    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
45      <Private>False</Private>
46    </Reference>
47    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
48      <SpecificVersion>False</SpecificVersion>
49      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <SpecificVersion>False</SpecificVersion>
54      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <SpecificVersion>False</SpecificVersion>
59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
72      <SpecificVersion>False</SpecificVersion>
73      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
74      <Private>False</Private>
75    </Reference>
76    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
81      <SpecificVersion>False</SpecificVersion>
82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="System" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Drawing" />
88    <Reference Include="System.Xml.Linq" />
89    <Reference Include="System.Data.DataSetExtensions" />
90    <Reference Include="Microsoft.CSharp" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="MultiObjectiveProgrammableProblem.cs" />
96    <Compile Include="ProblemDefinitionScriptException.cs" />
97    <Compile Include="Templates\CompiledMultiObjectiveProblemDefinition.cs" />
98    <Compile Include="Templates\CompiledSingleObjectiveProblemDefinition.cs" />
99    <Compile Include="Templates\ScriptTemplates.Designer.cs">
100      <AutoGen>True</AutoGen>
101      <DesignTime>True</DesignTime>
102      <DependentUpon>ScriptTemplates.resx</DependentUpon>
103    </Compile>
104    <Compile Include="CompiledProblemDefinition.cs" />
105    <Compile Include="ProblemDefinitionScript.cs" />
106    <Compile Include="SingleObjectiveProgrammableProblem.cs" />
107    <Compile Include="MultiObjectiveProblemDefinitionScript.cs" />
108    <Compile Include="SingleObjectiveProblemDefinitionScript.cs" />
109    <EmbeddedResource Include="Templates\ScriptTemplates.resx">
110      <Generator>ResXFileCodeGenerator</Generator>
111      <LastGenOutput>ScriptTemplates.Designer.cs</LastGenOutput>
112    </EmbeddedResource>
113    <None Include="HeuristicLab.snk" />
114    <None Include="Plugin.cs.frame" />
115    <Compile Include="Plugin.cs" />
116    <None Include="Properties\AssemblyInfo.cs.frame" />
117    <Compile Include="Properties\AssemblyInfo.cs" />
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
121      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
122      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
125      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
126      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
129      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
130      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
133      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
134      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
137      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
138      <Name>HeuristicLab.Optimization-3.3</Name>
139    </ProjectReference>
140  </ItemGroup>
141  <ItemGroup />
142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143  <PropertyGroup>
144    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
145set ProjectDir=$(ProjectDir)
146set SolutionDir=$(SolutionDir)
147set Outdir=$(Outdir)
148
149call PreBuildEvent.cmd</PreBuildEvent>
150  </PropertyGroup>
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
158</Project>
Note: See TracBrowser for help on using the repository browser.