Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj @ 607

Last change on this file since 607 was 590, checked in by abeham, 16 years ago

moved SubScopesRemover from SimOpt to Operators (ticket #176)

File size: 7.1 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>{32DAA44F-944A-465F-A5C9-1C491EE4976D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.SimOpt</RootNamespace>
12    <AssemblyName>HeuristicLab.SimOpt-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="System" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Drawing" />
41    <Reference Include="System.Windows.Forms" />
42    <Reference Include="System.Xml.Linq">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Data.DataSetExtensions">
46      <RequiredTargetFramework>3.5</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Data" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="DefaultInitializer.cs" />
53    <Compile Include="DefaultManipulator.cs" />
54    <Compile Include="NormalDoubleManipulator.cs" />
55    <Compile Include="NormalIntManipulator.cs" />
56    <Compile Include="PermutationParameterCyclicCrossover.cs" />
57    <Compile Include="PermutationParameterOrderCrossover.cs" />
58    <Compile Include="PermutationParameterPartiallyMatchedCrossover.cs" />
59    <Compile Include="SimOptCrossoverBase.cs" />
60    <Compile Include="SimOptSequentialSubOperatorProcessor.cs" />
61    <Compile Include="SimOptSquentialSubOperatorCrossover.cs" />
62    <Compile Include="Swap2PermutationManipulator.cs" />
63    <Compile Include="RandomDoubleInitializer.cs" />
64    <Compile Include="RandomPermutationInitializer.cs" />
65    <Compile Include="SimOptInitializationOperatorBase.cs" />
66    <Compile Include="SimOptManipulationOperatorBase.cs" />
67    <Compile Include="DoubleParameterBoundConstraint.cs" />
68    <Compile Include="DoubleParameterBoundConstraintView.cs">
69      <SubType>UserControl</SubType>
70    </Compile>
71    <Compile Include="DoubleParameterBoundConstraintView.Designer.cs">
72      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
73    </Compile>
74    <Compile Include="HeuristicLabSimOptPlugin.cs" />
75    <Compile Include="Properties\AssemblyInfo.cs" />
76    <Compile Include="SimOptDiscreteMultiCrossover.cs" />
77    <Compile Include="SimOptParameterExtractor.cs">
78      <SubType>Code</SubType>
79    </Compile>
80    <Compile Include="SimOptParameterPacker.cs" />
81    <Compile Include="SimOptProblemInjector.cs" />
82    <Compile Include="SimOptProblemInjectorView.cs">
83      <SubType>UserControl</SubType>
84    </Compile>
85    <Compile Include="SimOptProblemInjectorView.Designer.cs">
86      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
87    </Compile>
88    <Compile Include="SimOptSinglePointCrossover.cs" />
89    <Compile Include="TranslocationPermutationAdaptiveManipulator.cs" />
90    <Compile Include="TranslocationPermutationManipulator.cs">
91      <SubType>Code</SubType>
92    </Compile>
93    <Compile Include="UniformIntInitializer.cs" />
94  </ItemGroup>
95  <ItemGroup>
96    <None Include="HeuristicLab.snk" />
97  </ItemGroup>
98  <ItemGroup>
99    <EmbeddedResource Include="DoubleParameterBoundConstraintView.resx">
100      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
101      <SubType>Designer</SubType>
102    </EmbeddedResource>
103    <EmbeddedResource Include="SimOptProblemInjectorView.resx">
104      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
105      <SubType>Designer</SubType>
106    </EmbeddedResource>
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
110      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
111      <Name>HeuristicLab.Constraints</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
114      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
115      <Name>HeuristicLab.Core</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
118      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
119      <Name>HeuristicLab.Data</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\HeuristicLab.Evolutionary\HeuristicLab.Evolutionary.csproj">
122      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
123      <Name>HeuristicLab.Evolutionary</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
126      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
127      <Name>HeuristicLab.Operators</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.Permutation\HeuristicLab.Permutation.csproj">
130      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
131      <Name>HeuristicLab.Permutation</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
134      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
135      <Name>HeuristicLab.PluginInfrastructure</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
138      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
139      <Name>HeuristicLab.Random</Name>
140    </ProjectReference>
141  </ItemGroup>
142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
144       Other similar extension points exist, see Microsoft.Common.targets.
145  <Target Name="BeforeBuild">
146  </Target>
147  <Target Name="AfterBuild">
148  </Target>
149  -->
150  <PropertyGroup>
151    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
152    <PostBuildEvent>
153    </PostBuildEvent>
154  </PropertyGroup>
155</Project>
Note: See TracBrowser for help on using the repository browser.