Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj @ 852

Last change on this file since 852 was 852, checked in by swagner, 15 years ago

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

File size: 7.1 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>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Operators</RootNamespace>
11    <AssemblyName>HeuristicLab.Operators-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    <DocumentationFile>
29    </DocumentationFile>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>bin\Release\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <DocumentationFile>bin\Release\HeuristicLab.Operators-3.2.XML</DocumentationFile>
39    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\x86\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>bin\Release\HeuristicLab.Operators-3.2.XML</DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57  </PropertyGroup>
58  <ItemGroup>
59    <Reference Include="System" />
60    <Reference Include="System.Data" />
61    <Reference Include="System.Drawing" />
62    <Reference Include="System.Windows.Forms" />
63    <Reference Include="System.Xml" />
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="AddVariableInfoDialog.cs">
67      <SubType>Form</SubType>
68    </Compile>
69    <Compile Include="AddVariableInfoDialog.Designer.cs">
70      <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
71    </Compile>
72    <Compile Include="CombinedOperator.cs" />
73    <Compile Include="CombinedOperatorView.cs">
74      <SubType>UserControl</SubType>
75    </Compile>
76    <Compile Include="CombinedOperatorView.Designer.cs">
77      <DependentUpon>CombinedOperatorView.cs</DependentUpon>
78    </Compile>
79    <Compile Include="ComparatorBase.cs" />
80    <Compile Include="ConditionalBranch.cs">
81      <SubType>Code</SubType>
82    </Compile>
83    <Compile Include="DelegatingOperator.cs" />
84    <Compile Include="DoubleCounter.cs" />
85    <Compile Include="ScopeCleaner.cs" />
86    <Compile Include="StochasticMultiBranch.cs" />
87    <Compile Include="SubScopesMixer.cs" />
88    <Compile Include="DataCollector.cs" />
89    <Compile Include="EqualToComparator.cs" />
90    <Compile Include="GreaterOrEqualThanComparator.cs" />
91    <Compile Include="GreaterThanComparator.cs" />
92    <Compile Include="LessOrEqualThanComparator.cs" />
93    <Compile Include="LessThanComparator.cs" />
94    <Compile Include="OperatorExtractor.cs" />
95    <Compile Include="ParallelProcessor.cs" />
96    <Compile Include="EmptyOperator.cs" />
97    <Compile Include="SequentialProcessor.cs" />
98    <Compile Include="SingleObjectiveEvaluatorBase.cs" />
99    <Compile Include="Sorter.cs" />
100    <Compile Include="StochasticBranch.cs" />
101    <Compile Include="SubScopesRemover.cs" />
102    <Compile Include="UnequalToComparator.cs" />
103    <Compile Include="UniformSequentialSubScopesProcessor.cs" />
104    <Compile Include="UniformParallelSubScopesProcessor.cs" />
105    <Compile Include="ParallelSubScopesProcessor.cs" />
106    <Compile Include="SequentialSubScopesProcessor.cs" />
107    <Compile Include="SubScopesCreater.cs" />
108    <Compile Include="Counter.cs" />
109    <Compile Include="HeuristicLabOperatorsPlugin.cs" />
110    <Compile Include="Properties\AssemblyInfo.cs" />
111    <Compile Include="VariableInjector.cs" />
112    <Compile Include="VariableInjectorView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="VariableInjectorView.Designer.cs">
116      <DependentUpon>VariableInjectorView.cs</DependentUpon>
117    </Compile>
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
121      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
122      <Name>HeuristicLab.Constraints</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
125      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
126      <Name>HeuristicLab.Core</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
129      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
130      <Name>HeuristicLab.Data</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
133      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
134      <Name>HeuristicLab.PluginInfrastructure</Name>
135    </ProjectReference>
136  </ItemGroup>
137  <ItemGroup>
138    <None Include="HeuristicLab.snk" />
139    <None Include="Properties\AssemblyInfo.frame" />
140  </ItemGroup>
141  <ItemGroup>
142    <EmbeddedResource Include="AddVariableInfoDialog.resx">
143      <DependentUpon>AddVariableInfoDialog.cs</DependentUpon>
144      <SubType>Designer</SubType>
145    </EmbeddedResource>
146    <EmbeddedResource Include="CombinedOperatorView.resx">
147      <DependentUpon>CombinedOperatorView.cs</DependentUpon>
148      <SubType>Designer</SubType>
149    </EmbeddedResource>
150  </ItemGroup>
151  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
152  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
153       Other similar extension points exist, see Microsoft.Common.targets.
154  <Target Name="BeforeBuild">
155  </Target>
156  <Target Name="AfterBuild">
157  </Target>
158  -->
159  <PropertyGroup>
160    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
161set ProjectDir=$(ProjectDir)
162set SolutionDir=$(SolutionDir)
163set Outdir=$(Outdir)
164
165call PreBuildEvent.cmd</PreBuildEvent>
166  </PropertyGroup>
167</Project>
Note: See TracBrowser for help on using the repository browser.