[352] | 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>
|
---|
[352] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{F05D261A-4F7D-46C9-AB9C-21FD4566D719}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.CEDMA.Server</RootNamespace>
|
---|
[1290] | 12 | <AssemblyName>HeuristicLab.CEDMA.Server-3.3</AssemblyName>
|
---|
[352] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
[546] | 15 | <SignAssembly>false</SignAssembly>
|
---|
[352] | 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
[564] | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 45 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
[352] | 51 | <ItemGroup>
|
---|
| 52 | <Reference Include="System" />
|
---|
| 53 | <Reference Include="System.Core">
|
---|
| 54 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 55 | </Reference>
|
---|
[357] | 56 | <Reference Include="System.Data.Linq">
|
---|
| 57 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 58 | </Reference>
|
---|
[352] | 59 | <Reference Include="System.Drawing" />
|
---|
| 60 | <Reference Include="System.Runtime.Serialization">
|
---|
| 61 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 62 | </Reference>
|
---|
| 63 | <Reference Include="System.ServiceModel">
|
---|
| 64 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 65 | </Reference>
|
---|
| 66 | <Reference Include="System.Windows.Forms" />
|
---|
| 67 | <Reference Include="System.Xml.Linq">
|
---|
| 68 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 69 | </Reference>
|
---|
| 70 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 71 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 72 | </Reference>
|
---|
| 73 | <Reference Include="System.Data" />
|
---|
| 74 | <Reference Include="System.Xml" />
|
---|
| 75 | </ItemGroup>
|
---|
| 76 | <ItemGroup>
|
---|
[1287] | 77 | <Compile Include="DispatcherBase.cs" />
|
---|
| 78 | <Compile Include="IDispatcher.cs" />
|
---|
| 79 | <Compile Include="Execution.cs" />
|
---|
| 80 | <Compile Include="Executer.cs" />
|
---|
| 81 | <Compile Include="RandomDispatcher.cs" />
|
---|
| 82 | <Compile Include="Server.cs" />
|
---|
[352] | 83 | <Compile Include="ServerApplication.cs" />
|
---|
| 84 | <Compile Include="HeuristicLabCedmaServerPlugin.cs" />
|
---|
| 85 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 86 | <Compile Include="ServerForm.cs">
|
---|
| 87 | <SubType>Form</SubType>
|
---|
| 88 | </Compile>
|
---|
| 89 | <Compile Include="ServerForm.designer.cs">
|
---|
| 90 | <DependentUpon>ServerForm.cs</DependentUpon>
|
---|
| 91 | </Compile>
|
---|
| 92 | </ItemGroup>
|
---|
| 93 | <ItemGroup>
|
---|
[419] | 94 | <ProjectReference Include="..\HeuristicLab.CEDMA.Core\HeuristicLab.CEDMA.Core.csproj">
|
---|
| 95 | <Project>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</Project>
|
---|
| 96 | <Name>HeuristicLab.CEDMA.Core</Name>
|
---|
| 97 | </ProjectReference>
|
---|
[357] | 98 | <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
|
---|
| 99 | <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
|
---|
| 100 | <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
|
---|
| 101 | </ProjectReference>
|
---|
| 102 | <ProjectReference Include="..\HeuristicLab.CEDMA.DB\HeuristicLab.CEDMA.DB.csproj">
|
---|
| 103 | <Project>{B3D6D8D9-2B1F-47EC-9C73-77FAECF87310}</Project>
|
---|
| 104 | <Name>HeuristicLab.CEDMA.DB</Name>
|
---|
| 105 | </ProjectReference>
|
---|
[372] | 106 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 107 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 108 | <Name>HeuristicLab.Core</Name>
|
---|
| 109 | </ProjectReference>
|
---|
[1287] | 110 | <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
|
---|
| 111 | <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
|
---|
| 112 | <Name>HeuristicLab.DataAnalysis</Name>
|
---|
| 113 | </ProjectReference>
|
---|
[393] | 114 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 115 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 116 | <Name>HeuristicLab.Data</Name>
|
---|
| 117 | </ProjectReference>
|
---|
[1287] | 118 | <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification.Classification\HeuristicLab.GP.StructureIdentification.Classification.csproj">
|
---|
| 119 | <Project>{7C20D100-8BEB-433A-9499-F075E2CB9297}</Project>
|
---|
| 120 | <Name>HeuristicLab.GP.StructureIdentification.Classification</Name>
|
---|
| 121 | </ProjectReference>
|
---|
| 122 | <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification.TimeSeries\HeuristicLab.GP.StructureIdentification.TimeSeries.csproj">
|
---|
| 123 | <Project>{6084CFB5-733F-449D-9F92-2E40D13F0514}</Project>
|
---|
| 124 | <Name>HeuristicLab.GP.StructureIdentification.TimeSeries</Name>
|
---|
| 125 | </ProjectReference>
|
---|
| 126 | <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification\HeuristicLab.GP.StructureIdentification.csproj">
|
---|
| 127 | <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
|
---|
| 128 | <Name>HeuristicLab.GP.StructureIdentification</Name>
|
---|
| 129 | </ProjectReference>
|
---|
[375] | 130 | <ProjectReference Include="..\HeuristicLab.Grid\HeuristicLab.Grid.csproj">
|
---|
| 131 | <Project>{545CE756-98D8-423B-AC2E-6E7D70926E5C}</Project>
|
---|
| 132 | <Name>HeuristicLab.Grid</Name>
|
---|
| 133 | </ProjectReference>
|
---|
[419] | 134 | <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
|
---|
| 135 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
| 136 | <Name>HeuristicLab.Operators</Name>
|
---|
| 137 | </ProjectReference>
|
---|
[352] | 138 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 139 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 140 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 141 | </ProjectReference>
|
---|
| 142 | </ItemGroup>
|
---|
| 143 | <ItemGroup>
|
---|
| 144 | <EmbeddedResource Include="ServerForm.resx">
|
---|
| 145 | <DependentUpon>ServerForm.cs</DependentUpon>
|
---|
| 146 | <SubType>Designer</SubType>
|
---|
| 147 | </EmbeddedResource>
|
---|
| 148 | </ItemGroup>
|
---|
| 149 | <ItemGroup>
|
---|
| 150 | <None Include="HeuristicLab.snk" />
|
---|
| 151 | </ItemGroup>
|
---|
| 152 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 153 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 154 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 155 | <Target Name="BeforeBuild">
|
---|
| 156 | </Target>
|
---|
| 157 | <Target Name="AfterBuild">
|
---|
| 158 | </Target>
|
---|
| 159 | -->
|
---|
| 160 | <PropertyGroup>
|
---|
[852] | 161 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 162 | set ProjectDir=$(ProjectDir)
|
---|
| 163 | set SolutionDir=$(SolutionDir)
|
---|
| 164 | set Outdir=$(Outdir)
|
---|
| 165 |
|
---|
| 166 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[352] | 167 | </PropertyGroup>
|
---|
| 168 | </Project> |
---|