Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/HeuristicLab.CEDMA.Server.csproj @ 1053

Last change on this file since 1053 was 1053, checked in by gkronber, 15 years ago

added problem injector for CEDMA problems and to create standard GP runs in the CEDMA dispatcher. #419 (Refactor CEDMA plugins)

File size: 6.6 KB
RevLine 
[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>
[582]12    <AssemblyName>HeuristicLab.CEDMA.Server-3.2</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>
[1044]77    <Compile Include="Dispatcher.cs" />
78    <Compile Include="Server.cs" />
[352]79    <Compile Include="ServerApplication.cs" />
80    <Compile Include="HeuristicLabCedmaServerPlugin.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82    <Compile Include="ServerForm.cs">
83      <SubType>Form</SubType>
84    </Compile>
85    <Compile Include="ServerForm.designer.cs">
86      <DependentUpon>ServerForm.cs</DependentUpon>
87    </Compile>
88  </ItemGroup>
89  <ItemGroup>
[419]90    <ProjectReference Include="..\HeuristicLab.CEDMA.Core\HeuristicLab.CEDMA.Core.csproj">
91      <Project>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</Project>
92      <Name>HeuristicLab.CEDMA.Core</Name>
93    </ProjectReference>
[357]94    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
95      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
96      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
97    </ProjectReference>
98    <ProjectReference Include="..\HeuristicLab.CEDMA.DB\HeuristicLab.CEDMA.DB.csproj">
99      <Project>{B3D6D8D9-2B1F-47EC-9C73-77FAECF87310}</Project>
100      <Name>HeuristicLab.CEDMA.DB</Name>
101    </ProjectReference>
[372]102    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
103      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
104      <Name>HeuristicLab.Core</Name>
105    </ProjectReference>
[393]106    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
107      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
108      <Name>HeuristicLab.Data</Name>
109    </ProjectReference>
[1053]110    <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification\HeuristicLab.GP.StructureIdentification.csproj">
111      <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
112      <Name>HeuristicLab.GP.StructureIdentification</Name>
113    </ProjectReference>
[375]114    <ProjectReference Include="..\HeuristicLab.Grid\HeuristicLab.Grid.csproj">
115      <Project>{545CE756-98D8-423B-AC2E-6E7D70926E5C}</Project>
116      <Name>HeuristicLab.Grid</Name>
117    </ProjectReference>
[419]118    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
119      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
120      <Name>HeuristicLab.Operators</Name>
121    </ProjectReference>
[352]122    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
123      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
124      <Name>HeuristicLab.PluginInfrastructure</Name>
125    </ProjectReference>
126  </ItemGroup>
127  <ItemGroup>
128    <EmbeddedResource Include="ServerForm.resx">
129      <DependentUpon>ServerForm.cs</DependentUpon>
130      <SubType>Designer</SubType>
131    </EmbeddedResource>
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="HeuristicLab.snk" />
135  </ItemGroup>
136  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138       Other similar extension points exist, see Microsoft.Common.targets.
139  <Target Name="BeforeBuild">
140  </Target>
141  <Target Name="AfterBuild">
142  </Target>
143  -->
144  <PropertyGroup>
[852]145    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
146set ProjectDir=$(ProjectDir)
147set SolutionDir=$(SolutionDir)
148set Outdir=$(Outdir)
149
150call PreBuildEvent.cmd</PreBuildEvent>
[352]151  </PropertyGroup>
152</Project>
Note: See TracBrowser for help on using the repository browser.