Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/HeuristicLab.Constraints-3.2.csproj @ 2212

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

GP Refactoring: #713

  • added project GP.Operators
  • moved operators from plugin GP to plugin GP.Operators
  • deleted unused constraints
  • removed dependency of GP plugins on Constraints plugin
  • moved StructID functions into directory Symbols
  • deleted unused class FunView
  • implemented add and remove functionality for the FunctionLibraryView
File size: 8.4 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>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Constraints</RootNamespace>
11    <AssemblyName>HeuristicLab.Constraints-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  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36    <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>bin\x86\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\x86\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
50    <Optimize>true</Optimize>
51    <DebugType>pdbonly</DebugType>
52    <PlatformTarget>x86</PlatformTarget>
53    <ErrorReport>prompt</ErrorReport>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x64\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
64    <OutputPath>bin\x64\Release\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x64</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="System" />
74    <Reference Include="System.Data" />
75    <Reference Include="System.Drawing" />
76    <Reference Include="System.Windows.Forms" />
77    <Reference Include="System.Xml" />
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="AndConstraint.cs" />
81    <Compile Include="AndConstraintView.cs">
82      <SubType>UserControl</SubType>
83    </Compile>
84    <Compile Include="AndConstraintView.Designer.cs">
85      <DependentUpon>AndConstraintView.cs</DependentUpon>
86    </Compile>
87    <Compile Include="ConstraintBase.cs" />
88    <Compile Include="DoubleBoundedConstraint.cs" />
89    <Compile Include="DoubleBoundedConstraintView.cs">
90      <SubType>UserControl</SubType>
91    </Compile>
92    <Compile Include="DoubleBoundedConstraintView.Designer.cs">
93      <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
94    </Compile>
95    <Compile Include="IntBoundedConstraint.cs" />
96    <Compile Include="IntBoundedConstraintView.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="IntBoundedConstraintView.Designer.cs">
100      <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
101    </Compile>
102    <Compile Include="IsIntegerConstraint.cs" />
103    <Compile Include="ItemTypeConstraint.cs" />
104    <Compile Include="ItemTypeConstraintView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="ItemTypeConstraintView.Designer.cs">
108      <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="NotConstraint.cs" />
111    <Compile Include="NotConstraintView.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="NotConstraintView.Designer.cs">
115      <DependentUpon>NotConstraintView.cs</DependentUpon>
116    </Compile>
117    <Compile Include="OrConstraint.cs" />
118    <Compile Include="OrConstraintView.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="OrConstraintView.Designer.cs">
122      <DependentUpon>OrConstraintView.cs</DependentUpon>
123    </Compile>
124    <Compile Include="HeuristicLabConstraintsPlugin.cs" />
125    <Compile Include="Properties\AssemblyInfo.cs" />
126    <Compile Include="VariableComparisonConstraint.cs" />
127    <Compile Include="VariableComparisonConstraintView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="VariableComparisonConstraintView.Designer.cs">
131      <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
132    </Compile>
133  </ItemGroup>
134  <ItemGroup>
135    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
136      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
137      <Name>HeuristicLab.Core-3.2</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
140      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
141      <Name>HeuristicLab.Data-3.2</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
144      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
145      <Name>HeuristicLab.PluginInfrastructure</Name>
146    </ProjectReference>
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150    <None Include="Properties\AssemblyInfo.frame" />
151  </ItemGroup>
152  <ItemGroup>
153    <EmbeddedResource Include="AndConstraintView.resx">
154      <SubType>Designer</SubType>
155      <DependentUpon>AndConstraintView.cs</DependentUpon>
156    </EmbeddedResource>
157    <EmbeddedResource Include="DoubleBoundedConstraintView.resx">
158      <SubType>Designer</SubType>
159      <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
160    </EmbeddedResource>
161    <EmbeddedResource Include="IntBoundedConstraintView.resx">
162      <SubType>Designer</SubType>
163      <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
164    </EmbeddedResource>
165    <EmbeddedResource Include="ItemTypeConstraintView.resx">
166      <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
167      <SubType>Designer</SubType>
168    </EmbeddedResource>
169    <EmbeddedResource Include="NotConstraintView.resx">
170      <DependentUpon>NotConstraintView.cs</DependentUpon>
171      <SubType>Designer</SubType>
172    </EmbeddedResource>
173    <EmbeddedResource Include="OrConstraintView.resx">
174      <SubType>Designer</SubType>
175      <DependentUpon>OrConstraintView.cs</DependentUpon>
176    </EmbeddedResource>
177    <EmbeddedResource Include="VariableComparisonConstraintView.resx">
178      <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
179      <SubType>Designer</SubType>
180    </EmbeddedResource>
181  </ItemGroup>
182  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184       Other similar extension points exist, see Microsoft.Common.targets.
185  <Target Name="BeforeBuild">
186  </Target>
187  <Target Name="AfterBuild">
188  </Target>
189  -->
190  <PropertyGroup>
191    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
192set ProjectDir=$(ProjectDir)
193set SolutionDir=$(SolutionDir)
194set Outdir=$(Outdir)
195
196call PreBuildEvent.cmd</PreBuildEvent>
197  </PropertyGroup>
198</Project>
Note: See TracBrowser for help on using the repository browser.