Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators/3.2/HeuristicLab.Operators.csproj @ 1530

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 7.9 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.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Operators</RootNamespace>
11    <AssemblyName>HeuristicLab.Operators-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  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28    <DocumentationFile>
29    </DocumentationFile>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>bin\Release\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <DocumentationFile>bin\Release\HeuristicLab.Operators-3.2.XML</DocumentationFile>
39    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\x86\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>bin\Release\HeuristicLab.Operators-3.2.XML</DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>bin\Release\HeuristicLab.Operators-3.2.XML</DocumentationFile>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Data" />
78    <Reference Include="System.Drawing" />
79    <Reference Include="System.Windows.Forms" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="AddVariableInfoDialog.cs">
84      <SubType>Form</SubType>
85    </Compile>
86    <Compile Include="AddVariableInfoDialog.Designer.cs">
87      <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
88    </Compile>
89    <Compile Include="CombinedOperator.cs" />
90    <Compile Include="CombinedOperatorView.cs">
91      <SubType>UserControl</SubType>
92    </Compile>
93    <Compile Include="CombinedOperatorView.Designer.cs">
94      <DependentUpon>CombinedOperatorView.cs</DependentUpon>
95    </Compile>
96    <Compile Include="ComparatorBase.cs" />
97    <Compile Include="ConditionalBranch.cs">
98      <SubType>Code</SubType>
99    </Compile>
100    <Compile Include="DelegatingOperator.cs" />
101    <Compile Include="DoubleCounter.cs" />
102    <Compile Include="ScopeCleaner.cs" />
103    <Compile Include="StochasticMultiBranch.cs" />
104    <Compile Include="SubScopesMixer.cs" />
105    <Compile Include="DataCollector.cs" />
106    <Compile Include="EqualToComparator.cs" />
107    <Compile Include="GreaterOrEqualThanComparator.cs" />
108    <Compile Include="GreaterThanComparator.cs" />
109    <Compile Include="LessOrEqualThanComparator.cs" />
110    <Compile Include="LessThanComparator.cs" />
111    <Compile Include="OperatorExtractor.cs" />
112    <Compile Include="ParallelProcessor.cs" />
113    <Compile Include="EmptyOperator.cs" />
114    <Compile Include="SequentialProcessor.cs" />
115    <Compile Include="SingleObjectiveEvaluatorBase.cs" />
116    <Compile Include="Sorter.cs" />
117    <Compile Include="StochasticBranch.cs" />
118    <Compile Include="SubScopesRemover.cs" />
119    <Compile Include="UnequalToComparator.cs" />
120    <Compile Include="UniformSequentialSubScopesProcessor.cs" />
121    <Compile Include="UniformParallelSubScopesProcessor.cs" />
122    <Compile Include="ParallelSubScopesProcessor.cs" />
123    <Compile Include="SequentialSubScopesProcessor.cs" />
124    <Compile Include="SubScopesCreater.cs" />
125    <Compile Include="Counter.cs" />
126    <Compile Include="HeuristicLabOperatorsPlugin.cs" />
127    <Compile Include="Properties\AssemblyInfo.cs" />
128    <Compile Include="VariableInjector.cs" />
129    <Compile Include="VariableInjectorView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="VariableInjectorView.Designer.cs">
133      <DependentUpon>VariableInjectorView.cs</DependentUpon>
134    </Compile>
135  </ItemGroup>
136  <ItemGroup>
137    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
138      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
139      <Name>HeuristicLab.Constraints</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
142      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
143      <Name>HeuristicLab.Core</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
146      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
147      <Name>HeuristicLab.Data</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
150      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
151      <Name>HeuristicLab.PluginInfrastructure</Name>
152    </ProjectReference>
153  </ItemGroup>
154  <ItemGroup>
155    <None Include="HeuristicLab.snk" />
156    <None Include="Properties\AssemblyInfo.frame" />
157  </ItemGroup>
158  <ItemGroup>
159    <EmbeddedResource Include="AddVariableInfoDialog.resx">
160      <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
161      <SubType>Designer</SubType>
162    </EmbeddedResource>
163    <EmbeddedResource Include="CombinedOperatorView.resx">
164      <DependentUpon>CombinedOperatorView.cs</DependentUpon>
165      <SubType>Designer</SubType>
166    </EmbeddedResource>
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>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
178set ProjectDir=$(ProjectDir)
179set SolutionDir=$(SolutionDir)
180set Outdir=$(Outdir)
181
182call PreBuildEvent.cmd</PreBuildEvent>
183  </PropertyGroup>
184</Project>
Note: See TracBrowser for help on using the repository browser.