[2] | 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</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.Operators.Programmable.XML</DocumentationFile>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <ItemGroup>
|
---|
| 39 | <Reference Include="System" />
|
---|
| 40 | <Reference Include="System.Data" />
|
---|
| 41 | <Reference Include="System.Drawing" />
|
---|
| 42 | <Reference Include="System.Windows.Forms" />
|
---|
| 43 | <Reference Include="System.Xml" />
|
---|
| 44 | </ItemGroup>
|
---|
| 45 | <ItemGroup>
|
---|
| 46 | <Compile Include="HeuristicLabOperatorsProgrammablePlugin.cs" />
|
---|
| 47 | <Compile Include="ProgrammableOperator.cs" />
|
---|
| 48 | <Compile Include="ProgrammableOperatorView.cs">
|
---|
| 49 | <SubType>UserControl</SubType>
|
---|
| 50 | </Compile>
|
---|
| 51 | <Compile Include="ProgrammableOperatorView.Designer.cs">
|
---|
| 52 | <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
|
---|
| 53 | </Compile>
|
---|
| 54 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 55 | </ItemGroup>
|
---|
| 56 | <ItemGroup>
|
---|
| 57 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 58 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 59 | </ItemGroup>
|
---|
| 60 | <ItemGroup>
|
---|
| 61 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 62 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 63 | <Name>HeuristicLab.Core</Name>
|
---|
| 64 | </ProjectReference>
|
---|
| 65 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 66 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 67 | <Name>HeuristicLab.Data</Name>
|
---|
| 68 | </ProjectReference>
|
---|
[51] | 69 | <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
|
---|
| 70 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
| 71 | <Name>HeuristicLab.Operators</Name>
|
---|
| 72 | </ProjectReference>
|
---|
[2] | 73 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 74 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 75 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 76 | </ProjectReference>
|
---|
| 77 | </ItemGroup>
|
---|
| 78 | <ItemGroup>
|
---|
| 79 | <EmbeddedResource Include="ProgrammableOperatorView.resx">
|
---|
| 80 | <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
|
---|
| 81 | <SubType>Designer</SubType>
|
---|
| 82 | </EmbeddedResource>
|
---|
| 83 | </ItemGroup>
|
---|
| 84 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 85 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 86 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 87 | <Target Name="BeforeBuild">
|
---|
| 88 | </Target>
|
---|
| 89 | <Target Name="AfterBuild">
|
---|
| 90 | </Target>
|
---|
| 91 | -->
|
---|
[30] | 92 | <PropertyGroup>
|
---|
| 93 | <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 94 | </PropertyGroup>
|
---|
[2] | 95 | </Project> |
---|