Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Constraints/HeuristicLab.Constraints.csproj @ 1371

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

killed TrueConstraint and FalseConstraint (#416)

File size: 9.3 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  <ItemGroup>
56    <Reference Include="System" />
57    <Reference Include="System.Data" />
58    <Reference Include="System.Drawing" />
59    <Reference Include="System.Windows.Forms" />
60    <Reference Include="System.Xml" />
61  </ItemGroup>
62  <ItemGroup>
63    <Compile Include="AllSubOperatorsTypeConstraint.cs" />
64    <Compile Include="AllSubOperatorsTypeConstraintView.cs">
65      <SubType>UserControl</SubType>
66    </Compile>
67    <Compile Include="AllSubOperatorsTypeConstraintView.designer.cs">
68      <DependentUpon>AllSubOperatorsTypeConstraintView.cs</DependentUpon>
69    </Compile>
70    <Compile Include="AndConstraint.cs" />
71    <Compile Include="AndConstraintView.cs">
72      <SubType>UserControl</SubType>
73    </Compile>
74    <Compile Include="AndConstraintView.Designer.cs">
75      <DependentUpon>AndConstraintView.cs</DependentUpon>
76    </Compile>
77    <Compile Include="ConstraintBase.cs" />
78    <Compile Include="DoubleBoundedConstraint.cs" />
79    <Compile Include="DoubleBoundedConstraintView.cs">
80      <SubType>UserControl</SubType>
81    </Compile>
82    <Compile Include="DoubleBoundedConstraintView.Designer.cs">
83      <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
84    </Compile>
85    <Compile Include="IntBoundedConstraint.cs" />
86    <Compile Include="IntBoundedConstraintView.cs">
87      <SubType>UserControl</SubType>
88    </Compile>
89    <Compile Include="IntBoundedConstraintView.Designer.cs">
90      <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="IsIntegerConstraint.cs" />
93    <Compile Include="ItemTypeConstraint.cs" />
94    <Compile Include="ItemTypeConstraintView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="ItemTypeConstraintView.Designer.cs">
98      <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="NotConstraint.cs" />
101    <Compile Include="NotConstraintView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="NotConstraintView.Designer.cs">
105      <DependentUpon>NotConstraintView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="NumberOfSubOperatorsConstraint.cs" />
108    <Compile Include="NumberOfSubOperatorsConstraintView.cs">
109      <SubType>UserControl</SubType>
110    </Compile>
111    <Compile Include="NumberOfSubOperatorsConstraintView.Designer.cs">
112      <DependentUpon>NumberOfSubOperatorsConstraintView.cs</DependentUpon>
113    </Compile>
114    <Compile Include="OrConstraint.cs" />
115    <Compile Include="OrConstraintView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="OrConstraintView.Designer.cs">
119      <DependentUpon>OrConstraintView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="SubOperatorsConstraintAnalyser.cs" />
122    <Compile Include="SubOperatorsTypeConstraint.cs" />
123    <Compile Include="SubOperatorsTypeConstraintView.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="SubOperatorsTypeConstraintView.designer.cs">
127      <DependentUpon>SubOperatorsTypeConstraintView.cs</DependentUpon>
128    </Compile>
129    <Compile Include="HeuristicLabConstraintsPlugin.cs" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="VariableComparisonConstraint.cs" />
132    <Compile Include="VariableComparisonConstraintView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="VariableComparisonConstraintView.Designer.cs">
136      <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
137    </Compile>
138  </ItemGroup>
139  <ItemGroup>
140    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
141      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
142      <Name>HeuristicLab.Core</Name>
143    </ProjectReference>
144    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
145      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
146      <Name>HeuristicLab.Data</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
149      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
150      <Name>HeuristicLab.PluginInfrastructure</Name>
151    </ProjectReference>
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="HeuristicLab.snk" />
155    <None Include="Properties\AssemblyInfo.frame" />
156  </ItemGroup>
157  <ItemGroup>
158    <EmbeddedResource Include="AllSubOperatorsTypeConstraintView.resx">
159      <DependentUpon>AllSubOperatorsTypeConstraintView.cs</DependentUpon>
160      <SubType>Designer</SubType>
161    </EmbeddedResource>
162    <EmbeddedResource Include="AndConstraintView.resx">
163      <SubType>Designer</SubType>
164      <DependentUpon>AndConstraintView.cs</DependentUpon>
165    </EmbeddedResource>
166    <EmbeddedResource Include="DoubleBoundedConstraintView.resx">
167      <SubType>Designer</SubType>
168      <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
169    </EmbeddedResource>
170    <EmbeddedResource Include="IntBoundedConstraintView.resx">
171      <SubType>Designer</SubType>
172      <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
173    </EmbeddedResource>
174    <EmbeddedResource Include="ItemTypeConstraintView.resx">
175      <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
176      <SubType>Designer</SubType>
177    </EmbeddedResource>
178    <EmbeddedResource Include="NotConstraintView.resx">
179      <DependentUpon>NotConstraintView.cs</DependentUpon>
180      <SubType>Designer</SubType>
181    </EmbeddedResource>
182    <EmbeddedResource Include="NumberOfSubOperatorsConstraintView.resx">
183      <SubType>Designer</SubType>
184      <DependentUpon>NumberOfSubOperatorsConstraintView.cs</DependentUpon>
185    </EmbeddedResource>
186    <EmbeddedResource Include="OrConstraintView.resx">
187      <SubType>Designer</SubType>
188      <DependentUpon>OrConstraintView.cs</DependentUpon>
189    </EmbeddedResource>
190    <EmbeddedResource Include="SubOperatorsTypeConstraintView.resx">
191      <DependentUpon>SubOperatorsTypeConstraintView.cs</DependentUpon>
192      <SubType>Designer</SubType>
193    </EmbeddedResource>
194    <EmbeddedResource Include="VariableComparisonConstraintView.resx">
195      <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
196      <SubType>Designer</SubType>
197    </EmbeddedResource>
198  </ItemGroup>
199  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
200  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
201       Other similar extension points exist, see Microsoft.Common.targets.
202  <Target Name="BeforeBuild">
203  </Target>
204  <Target Name="AfterBuild">
205  </Target>
206  -->
207  <PropertyGroup>
208    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
209set ProjectDir=$(ProjectDir)
210set SolutionDir=$(SolutionDir)
211set Outdir=$(Outdir)
212
213call PreBuildEvent.cmd</PreBuildEvent>
214  </PropertyGroup>
215</Project>
Note: See TracBrowser for help on using the repository browser.