Free cookie consent management tool by TermsFeed Policy Generator

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

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

worked on #419 (Refactor CEDMA plugins)

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