[2] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[574] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.DistributedEngine</RootNamespace>
|
---|
[582] | 12 | <AssemblyName>HeuristicLab.DistributedEngine-3.2</AssemblyName>
|
---|
[2] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
[582] | 32 | <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine-3.2.XML</DocumentationFile>
|
---|
[2] | 33 | </PropertyGroup>
|
---|
[564] | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 35 | <DebugSymbols>true</DebugSymbols>
|
---|
| 36 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 37 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 38 | <DebugType>full</DebugType>
|
---|
| 39 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 40 | <ErrorReport>prompt</ErrorReport>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 43 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 44 | <DefineConstants>TRACE</DefineConstants>
|
---|
[582] | 45 | <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine-3.2.XML</DocumentationFile>
|
---|
[564] | 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
[1474] | 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 52 | <DebugSymbols>true</DebugSymbols>
|
---|
| 53 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 55 | <DebugType>full</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 60 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine-3.2.XML</DocumentationFile>
|
---|
| 63 | <Optimize>true</Optimize>
|
---|
| 64 | <DebugType>pdbonly</DebugType>
|
---|
| 65 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
| 67 | </PropertyGroup>
|
---|
[2] | 68 | <ItemGroup>
|
---|
| 69 | <Reference Include="System" />
|
---|
| 70 | <Reference Include="System.Core">
|
---|
| 71 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 72 | </Reference>
|
---|
| 73 | <Reference Include="System.Data" />
|
---|
| 74 | <Reference Include="System.Drawing" />
|
---|
| 75 | <Reference Include="System.Runtime.Serialization">
|
---|
| 76 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 77 | </Reference>
|
---|
| 78 | <Reference Include="System.ServiceModel">
|
---|
| 79 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="System.Windows.Forms" />
|
---|
| 82 | <Reference Include="System.Xml" />
|
---|
| 83 | </ItemGroup>
|
---|
| 84 | <ItemGroup>
|
---|
| 85 | <Compile Include="HeuristicLabDistributedEnginePlugin.cs" />
|
---|
| 86 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 87 | <Compile Include="DistributedEngine.cs" />
|
---|
| 88 | <Compile Include="DistributedEngineEditor.cs">
|
---|
| 89 | <SubType>UserControl</SubType>
|
---|
| 90 | </Compile>
|
---|
| 91 | <Compile Include="DistributedEngineEditor.Designer.cs">
|
---|
| 92 | <DependentUpon>DistributedEngineEditor.cs</DependentUpon>
|
---|
| 93 | </Compile>
|
---|
| 94 | </ItemGroup>
|
---|
| 95 | <ItemGroup>
|
---|
[1534] | 96 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[2] | 97 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 98 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[2] | 99 | </ProjectReference>
|
---|
[1534] | 100 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[372] | 101 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 102 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[372] | 103 | </ProjectReference>
|
---|
[1534] | 104 | <ProjectReference Include="..\..\HeuristicLab.Grid\3.2\HeuristicLab.Grid-3.2.csproj">
|
---|
[2] | 105 | <Project>{545CE756-98D8-423B-AC2E-6E7D70926E5C}</Project>
|
---|
[1534] | 106 | <Name>HeuristicLab.Grid-3.2</Name>
|
---|
[2] | 107 | </ProjectReference>
|
---|
[1534] | 108 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[2] | 109 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 110 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 111 | </ProjectReference>
|
---|
| 112 | </ItemGroup>
|
---|
| 113 | <ItemGroup>
|
---|
| 114 | <EmbeddedResource Include="DistributedEngineEditor.resx">
|
---|
| 115 | <DependentUpon>DistributedEngineEditor.cs</DependentUpon>
|
---|
| 116 | <SubType>Designer</SubType>
|
---|
| 117 | </EmbeddedResource>
|
---|
| 118 | </ItemGroup>
|
---|
[30] | 119 | <ItemGroup>
|
---|
| 120 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 121 | </ItemGroup>
|
---|
[2] | 122 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 123 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 124 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 125 | <Target Name="BeforeBuild">
|
---|
| 126 | </Target>
|
---|
| 127 | <Target Name="AfterBuild">
|
---|
| 128 | </Target>
|
---|
| 129 | -->
|
---|
[30] | 130 | <PropertyGroup>
|
---|
[852] | 131 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 132 | set ProjectDir=$(ProjectDir)
|
---|
| 133 | set SolutionDir=$(SolutionDir)
|
---|
| 134 | set Outdir=$(Outdir)
|
---|
| 135 |
|
---|
| 136 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[30] | 137 | </PropertyGroup>
|
---|
[2] | 138 | </Project> |
---|