Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Constraints/3.2/HeuristicLab.Constraints-3.2.csproj @ 1532

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

Include version in project all file names from A-Hive (incl) (#576)

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