Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Constraints/3.3/HeuristicLab.Constraints-3.3.csproj @ 1695

Last change on this file since 1695 was 1672, checked in by epitzer, 15 years ago

Migrate HL.Constraints-3.3 to new persistence library. (#603)

File size: 10.5 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>{19C1E42A-4B48-4EFD-B697-899016F1C198}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Constraints</RootNamespace>
11    <AssemblyName>HeuristicLab.Constraints-3.3</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.3.xml</DocumentationFile>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\x86\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>bin\x86\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
65    <OutputPath>bin\x64\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="System" />
75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Data" />
79    <Reference Include="System.Drawing" />
80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml" />
82  </ItemGroup>
83  <ItemGroup>
84    <Compile Include="AllSubOperatorsTypeConstraint.cs" />
85    <Compile Include="AllSubOperatorsTypeConstraintView.cs">
86      <SubType>UserControl</SubType>
87    </Compile>
88    <Compile Include="AllSubOperatorsTypeConstraintView.designer.cs">
89      <DependentUpon>AllSubOperatorsTypeConstraintView.cs</DependentUpon>
90    </Compile>
91    <Compile Include="AndConstraint.cs" />
92    <Compile Include="AndConstraintView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="AndConstraintView.Designer.cs">
96      <DependentUpon>AndConstraintView.cs</DependentUpon>
97    </Compile>
98    <Compile Include="ConstraintBase.cs" />
99    <Compile Include="DoubleBoundedConstraint.cs" />
100    <Compile Include="DoubleBoundedConstraintView.cs">
101      <SubType>UserControl</SubType>
102    </Compile>
103    <Compile Include="DoubleBoundedConstraintView.Designer.cs">
104      <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
105    </Compile>
106    <Compile Include="IntBoundedConstraint.cs" />
107    <Compile Include="IntBoundedConstraintView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="IntBoundedConstraintView.Designer.cs">
111      <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="IsIntegerConstraint.cs" />
114    <Compile Include="ItemTypeConstraint.cs" />
115    <Compile Include="ItemTypeConstraintView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="ItemTypeConstraintView.Designer.cs">
119      <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="NotConstraint.cs" />
122    <Compile Include="NotConstraintView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="NotConstraintView.Designer.cs">
126      <DependentUpon>NotConstraintView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="NumberOfSubOperatorsConstraint.cs" />
129    <Compile Include="NumberOfSubOperatorsConstraintView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="NumberOfSubOperatorsConstraintView.Designer.cs">
133      <DependentUpon>NumberOfSubOperatorsConstraintView.cs</DependentUpon>
134    </Compile>
135    <Compile Include="OrConstraint.cs" />
136    <Compile Include="OrConstraintView.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="OrConstraintView.Designer.cs">
140      <DependentUpon>OrConstraintView.cs</DependentUpon>
141    </Compile>
142    <Compile Include="SubOperatorsConstraintAnalyser.cs" />
143    <Compile Include="SubOperatorsTypeConstraint.cs" />
144    <Compile Include="SubOperatorsTypeConstraintView.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="SubOperatorsTypeConstraintView.designer.cs">
148      <DependentUpon>SubOperatorsTypeConstraintView.cs</DependentUpon>
149    </Compile>
150    <Compile Include="HeuristicLabConstraintsPlugin.cs" />
151    <Compile Include="Properties\AssemblyInfo.cs" />
152    <Compile Include="VariableComparisonConstraint.cs" />
153    <Compile Include="VariableComparisonConstraintView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="VariableComparisonConstraintView.Designer.cs">
157      <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
158    </Compile>
159  </ItemGroup>
160  <ItemGroup>
161    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
162      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
163      <Name>HeuristicLab.Core-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
166      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
167      <Name>HeuristicLab.Data-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
170      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
171      <Name>HeuristicLab.Persistence-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
174      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
175      <Name>HeuristicLab.PluginInfrastructure</Name>
176    </ProjectReference>
177  </ItemGroup>
178  <ItemGroup>
179    <None Include="HeuristicLab.snk" />
180    <None Include="Properties\AssemblyInfo.frame" />
181  </ItemGroup>
182  <ItemGroup>
183    <EmbeddedResource Include="AllSubOperatorsTypeConstraintView.resx">
184      <DependentUpon>AllSubOperatorsTypeConstraintView.cs</DependentUpon>
185      <SubType>Designer</SubType>
186    </EmbeddedResource>
187    <EmbeddedResource Include="AndConstraintView.resx">
188      <SubType>Designer</SubType>
189      <DependentUpon>AndConstraintView.cs</DependentUpon>
190    </EmbeddedResource>
191    <EmbeddedResource Include="DoubleBoundedConstraintView.resx">
192      <SubType>Designer</SubType>
193      <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
194    </EmbeddedResource>
195    <EmbeddedResource Include="IntBoundedConstraintView.resx">
196      <SubType>Designer</SubType>
197      <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
198    </EmbeddedResource>
199    <EmbeddedResource Include="ItemTypeConstraintView.resx">
200      <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
201      <SubType>Designer</SubType>
202    </EmbeddedResource>
203    <EmbeddedResource Include="NotConstraintView.resx">
204      <DependentUpon>NotConstraintView.cs</DependentUpon>
205      <SubType>Designer</SubType>
206    </EmbeddedResource>
207    <EmbeddedResource Include="NumberOfSubOperatorsConstraintView.resx">
208      <SubType>Designer</SubType>
209      <DependentUpon>NumberOfSubOperatorsConstraintView.cs</DependentUpon>
210    </EmbeddedResource>
211    <EmbeddedResource Include="OrConstraintView.resx">
212      <SubType>Designer</SubType>
213      <DependentUpon>OrConstraintView.cs</DependentUpon>
214    </EmbeddedResource>
215    <EmbeddedResource Include="SubOperatorsTypeConstraintView.resx">
216      <DependentUpon>SubOperatorsTypeConstraintView.cs</DependentUpon>
217      <SubType>Designer</SubType>
218    </EmbeddedResource>
219    <EmbeddedResource Include="VariableComparisonConstraintView.resx">
220      <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
221      <SubType>Designer</SubType>
222    </EmbeddedResource>
223  </ItemGroup>
224  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
225  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
226       Other similar extension points exist, see Microsoft.Common.targets.
227  <Target Name="BeforeBuild">
228  </Target>
229  <Target Name="AfterBuild">
230  </Target>
231  -->
232  <PropertyGroup>
233    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
234set ProjectDir=$(ProjectDir)
235set SolutionDir=$(SolutionDir)
236set Outdir=$(Outdir)
237
238call PreBuildEvent.cmd</PreBuildEvent>
239  </PropertyGroup>
240</Project>
Note: See TracBrowser for help on using the repository browser.