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>{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 | <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.Operators.Programmable-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.Data.Linq">
|
---|
80 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
81 | </Reference>
|
---|
82 | <Reference Include="System.Drawing" />
|
---|
83 | <Reference Include="System.Windows.Forms" />
|
---|
84 | <Reference Include="System.Xml" />
|
---|
85 | </ItemGroup>
|
---|
86 | <ItemGroup>
|
---|
87 | <Compile Include="HeuristicLabOperatorsProgrammablePlugin.cs" />
|
---|
88 | <Compile Include="ProgrammableOperator.cs" />
|
---|
89 | <Compile Include="ProgrammableOperatorView.cs">
|
---|
90 | <SubType>UserControl</SubType>
|
---|
91 | </Compile>
|
---|
92 | <Compile Include="ProgrammableOperatorView.Designer.cs">
|
---|
93 | <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
|
---|
94 | </Compile>
|
---|
95 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
96 | </ItemGroup>
|
---|
97 | <ItemGroup>
|
---|
98 | <None Include="HeuristicLab.snk" />
|
---|
99 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
100 | </ItemGroup>
|
---|
101 | <ItemGroup>
|
---|
102 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
103 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
104 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
105 | </ProjectReference>
|
---|
106 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
107 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
108 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
109 | </ProjectReference>
|
---|
110 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
|
---|
111 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
112 | <Name>HeuristicLab.Operators-3.2</Name>
|
---|
113 | </ProjectReference>
|
---|
114 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
115 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
116 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
117 | </ProjectReference>
|
---|
118 | </ItemGroup>
|
---|
119 | <ItemGroup>
|
---|
120 | <EmbeddedResource Include="ProgrammableOperatorView.resx">
|
---|
121 | <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
|
---|
122 | <SubType>Designer</SubType>
|
---|
123 | </EmbeddedResource>
|
---|
124 | </ItemGroup>
|
---|
125 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
126 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
127 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
128 | <Target Name="BeforeBuild">
|
---|
129 | </Target>
|
---|
130 | <Target Name="AfterBuild">
|
---|
131 | </Target>
|
---|
132 | -->
|
---|
133 | <PropertyGroup>
|
---|
134 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
135 | set ProjectDir=$(ProjectDir)
|
---|
136 | set SolutionDir=$(SolutionDir)
|
---|
137 | set Outdir=$(Outdir)
|
---|
138 |
|
---|
139 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
140 | </PropertyGroup>
|
---|
141 | </Project> |
---|