Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CEDMA.Server/HeuristicLab.CEDMA.Server.csproj @ 922

Last change on this file since 922 was 852, checked in by swagner, 15 years ago

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

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