Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 574 was 574, checked in by gkronber, 16 years ago

fixed a problem in the pre/post build scripts with spaces in paths

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