Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLab.Operators.Programmable.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: 5.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.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Operators.Programmable</RootNamespace>
11    <AssemblyName>HeuristicLab.Operators.Programmable-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    <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.Operators.Programmable-3.2.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.Operators.Programmable-3.2.XML</DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
56  <ItemGroup>
57    <Reference Include="System" />
58    <Reference Include="System.Core">
59      <RequiredTargetFramework>3.5</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.Data" />
62    <Reference Include="System.Data.Linq">
63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Drawing" />
66    <Reference Include="System.Windows.Forms" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="HeuristicLabOperatorsProgrammablePlugin.cs" />
71    <Compile Include="ProgrammableOperator.cs" />
72    <Compile Include="ProgrammableOperatorView.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="ProgrammableOperatorView.Designer.cs">
76      <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
77    </Compile>
78    <Compile Include="Properties\AssemblyInfo.cs" />
79  </ItemGroup>
80  <ItemGroup>
81    <None Include="HeuristicLab.snk" />
82    <None Include="Properties\AssemblyInfo.frame" />
83  </ItemGroup>
84  <ItemGroup>
85    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
86      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
87      <Name>HeuristicLab.Core</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
90      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
91      <Name>HeuristicLab.Data</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
94      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
95      <Name>HeuristicLab.Operators</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
98      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
99      <Name>HeuristicLab.PluginInfrastructure</Name>
100    </ProjectReference>
101  </ItemGroup>
102  <ItemGroup>
103    <EmbeddedResource Include="ProgrammableOperatorView.resx">
104      <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
105      <SubType>Designer</SubType>
106    </EmbeddedResource>
107  </ItemGroup>
108  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
109  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110       Other similar extension points exist, see Microsoft.Common.targets.
111  <Target Name="BeforeBuild">
112  </Target>
113  <Target Name="AfterBuild">
114  </Target>
115  -->
116  <PropertyGroup>
117    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
118set ProjectDir=$(ProjectDir)
119set SolutionDir=$(SolutionDir)
120set Outdir=$(Outdir)
121
122call PreBuildEvent.cmd</PreBuildEvent>
123  </PropertyGroup>
124</Project>
Note: See TracBrowser for help on using the repository browser.