[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>
|
---|
[858] | 5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
[1872] | 7 | <ProjectGuid>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</ProjectGuid>
|
---|
[2] | 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Operators.Programmable</RootNamespace>
|
---|
[1872] | 11 | <AssemblyName>HeuristicLab.Operators.Programmable-3.3</AssemblyName>
|
---|
[2] | 12 | <SignAssembly>true</SignAssembly>
|
---|
| 13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 14 | <FileUpgradeFlags>
|
---|
| 15 | </FileUpgradeFlags>
|
---|
| 16 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 17 | <UpgradeBackupLocation>
|
---|
| 18 | </UpgradeBackupLocation>
|
---|
[694] | 19 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
[2] | 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>
|
---|
[1872] | 37 | <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.3.xml</DocumentationFile>
|
---|
[2] | 38 | </PropertyGroup>
|
---|
[564] | 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>
|
---|
[582] | 50 | <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.2.XML</DocumentationFile>
|
---|
[564] | 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | </PropertyGroup>
|
---|
[1474] | 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>
|
---|
[2] | 73 | <ItemGroup>
|
---|
| 74 | <Reference Include="System" />
|
---|
[694] | 75 | <Reference Include="System.Core">
|
---|
| 76 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 77 | </Reference>
|
---|
[2] | 78 | <Reference Include="System.Data" />
|
---|
[694] | 79 | <Reference Include="System.Data.Linq">
|
---|
| 80 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 81 | </Reference>
|
---|
[2] | 82 | <Reference Include="System.Drawing" />
|
---|
| 83 | <Reference Include="System.Windows.Forms" />
|
---|
| 84 | <Reference Include="System.Xml" />
|
---|
| 85 | </ItemGroup>
|
---|
| 86 | <ItemGroup>
|
---|
[2799] | 87 | <None Include="HeuristicLabOperatorsProgrammablePlugin.cs.frame" />
|
---|
[2] | 88 | <Compile Include="HeuristicLabOperatorsProgrammablePlugin.cs" />
|
---|
| 89 | <Compile Include="ProgrammableOperator.cs" />
|
---|
| 90 | <Compile Include="ProgrammableOperatorView.cs">
|
---|
| 91 | <SubType>UserControl</SubType>
|
---|
| 92 | </Compile>
|
---|
| 93 | <Compile Include="ProgrammableOperatorView.Designer.cs">
|
---|
| 94 | <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
|
---|
| 95 | </Compile>
|
---|
| 96 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[3903] | 97 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 98 | <AutoGen>True</AutoGen>
|
---|
| 99 | <DesignTime>True</DesignTime>
|
---|
| 100 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 101 | </Compile>
|
---|
[2] | 102 | </ItemGroup>
|
---|
| 103 | <ItemGroup>
|
---|
| 104 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 105 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 106 | </ItemGroup>
|
---|
| 107 | <ItemGroup>
|
---|
[3705] | 108 | <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
|
---|
[2799] | 109 | <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project>
|
---|
[3705] | 110 | <Name>HeuristicLab.CodeEditor-3.3</Name>
|
---|
[2799] | 111 | </ProjectReference>
|
---|
| 112 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 113 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 114 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 115 | </ProjectReference>
|
---|
[3702] | 116 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
[3056] | 117 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
[3702] | 118 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[3056] | 119 | </ProjectReference>
|
---|
[3384] | 120 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 121 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 122 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[3056] | 123 | </ProjectReference>
|
---|
[2520] | 124 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 125 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 126 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 127 | </ProjectReference>
|
---|
[1872] | 128 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 129 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 130 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[2] | 131 | </ProjectReference>
|
---|
[1872] | 132 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 133 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 134 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[2] | 135 | </ProjectReference>
|
---|
[3443] | 136 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
[2520] | 137 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
[3443] | 138 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[2520] | 139 | </ProjectReference>
|
---|
[3443] | 140 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
[2520] | 141 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
[3443] | 142 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[2520] | 143 | </ProjectReference>
|
---|
[2897] | 144 | <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
|
---|
| 145 | <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
|
---|
| 146 | <Name>HeuristicLab.Operators.Views-3.3</Name>
|
---|
| 147 | </ProjectReference>
|
---|
[1872] | 148 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 149 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 150 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
[51] | 151 | </ProjectReference>
|
---|
[2897] | 152 | <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
|
---|
| 153 | <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
|
---|
| 154 | <Name>HeuristicLab.Parameters.Views-3.3</Name>
|
---|
| 155 | </ProjectReference>
|
---|
[3056] | 156 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 157 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 158 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 159 | </ProjectReference>
|
---|
[1872] | 160 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 161 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 162 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 163 | </ProjectReference>
|
---|
[3832] | 164 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[2] | 165 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 166 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[2] | 167 | </ProjectReference>
|
---|
| 168 | </ItemGroup>
|
---|
| 169 | <ItemGroup>
|
---|
| 170 | <EmbeddedResource Include="ProgrammableOperatorView.resx">
|
---|
| 171 | <DependentUpon>ProgrammableOperatorView.cs</DependentUpon>
|
---|
| 172 | <SubType>Designer</SubType>
|
---|
| 173 | </EmbeddedResource>
|
---|
[3903] | 174 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 175 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 176 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 177 | </EmbeddedResource>
|
---|
[2] | 178 | </ItemGroup>
|
---|
| 179 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 180 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 181 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 182 | <Target Name="BeforeBuild">
|
---|
| 183 | </Target>
|
---|
| 184 | <Target Name="AfterBuild">
|
---|
| 185 | </Target>
|
---|
| 186 | -->
|
---|
[30] | 187 | <PropertyGroup>
|
---|
[852] | 188 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 189 | set ProjectDir=$(ProjectDir)
|
---|
| 190 | set SolutionDir=$(SolutionDir)
|
---|
| 191 | set Outdir=$(Outdir)
|
---|
| 192 |
|
---|
[2799] | 193 | call PreBuildEvent.cmd
|
---|
| 194 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs"</PreBuildEvent>
|
---|
[30] | 195 | </PropertyGroup>
|
---|
[2] | 196 | </Project> |
---|