Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server/3.2/HeuristicLab.Hive.Server-3.2.csproj @ 3011

Last change on this file since 3011 was 3011, checked in by kgrading, 14 years ago

changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)

File size: 8.7 KB
Line 
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>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{A04AE929-D0E1-466D-A9D3-BF3C4B2C209F}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x86\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46    <OutputPath>bin\x86\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x64\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
62    <OutputPath>bin\x64\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68  </PropertyGroup>
69  <ItemGroup>
70    <Reference Include="Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0\Common.Logging.dll</HintPath>
73    </Reference>
74    <Reference Include="Spring.Aop, Version=1.3.0.20214, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0\Spring.Aop.dll</HintPath>
77    </Reference>
78    <Reference Include="Spring.Core, Version=1.3.0.20214, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0\Spring.Core.dll</HintPath>
81    </Reference>
82    <Reference Include="Spring.Services, Version=1.3.0.30214, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0\Spring.Services.dll</HintPath>
85    </Reference>
86    <Reference Include="System" />
87    <Reference Include="System.Core">
88      <RequiredTargetFramework>3.5</RequiredTargetFramework>
89    </Reference>
90    <Reference Include="System.Data.Linq">
91      <RequiredTargetFramework>3.5</RequiredTargetFramework>
92    </Reference>
93    <Reference Include="System.Runtime.Serialization">
94      <RequiredTargetFramework>3.0</RequiredTargetFramework>
95    </Reference>
96    <Reference Include="System.ServiceModel">
97      <RequiredTargetFramework>3.0</RequiredTargetFramework>
98    </Reference>
99    <Reference Include="System.Transactions" />
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Deployment" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.Windows.Forms" />
110    <Reference Include="System.Xml" />
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="Properties\AssemblyInfo.cs" />
114    <Compile Include="HiveServerPlugin.cs" />
115    <Compile Include="MainForm.cs">
116      <SubType>Form</SubType>
117    </Compile>
118    <Compile Include="MainForm.Designer.cs">
119      <DependentUpon>MainForm.cs</DependentUpon>
120    </Compile>
121    <Compile Include="HiveServerApplication.cs" />
122    <EmbeddedResource Include="MainForm.resx">
123      <DependentUpon>MainForm.cs</DependentUpon>
124      <SubType>Designer</SubType>
125    </EmbeddedResource>
126    <EmbeddedResource Include="Properties\Resources.resx">
127      <Generator>ResXFileCodeGenerator</Generator>
128      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
129      <SubType>Designer</SubType>
130    </EmbeddedResource>
131    <Compile Include="Properties\Resources.Designer.cs">
132      <AutoGen>True</AutoGen>
133      <DependentUpon>Resources.resx</DependentUpon>
134      <DesignTime>True</DesignTime>
135    </Compile>
136    <None Include="Properties\AssemblyInfo.frame" />
137    <None Include="HeuristicLab.snk" />
138    <None Include="Properties\Settings.settings">
139      <Generator>SettingsSingleFileGenerator</Generator>
140      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
141    </None>
142    <Compile Include="Properties\Settings.Designer.cs">
143      <AutoGen>True</AutoGen>
144      <DependentUpon>Settings.settings</DependentUpon>
145      <DesignTimeSharedInput>True</DesignTimeSharedInput>
146    </Compile>
147    <Compile Include="ServiceCallInterception.cs" />
148  </ItemGroup>
149  <ItemGroup>
150    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
151      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
152      <Name>HeuristicLab.DataAccess-3.2</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
155      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
156      <Name>HeuristicLab.Hive.Contracts-3.2</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.Core\3.2\HeuristicLab.Hive.Server.Core-3.2.csproj">
159      <Project>{898B31CF-81DC-453B-AEB3-BDF83197A7EE}</Project>
160      <Name>HeuristicLab.Hive.Server.Core-3.2</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.LINQDataAccess\3.2\HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj">
163      <Project>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</Project>
164      <Name>HeuristicLab.Hive.Server.LINQDataAccess-3.2</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
167      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
168      <Name>HeuristicLab.PluginInfrastructure</Name>
169    </ProjectReference>
170  </ItemGroup>
171  <ItemGroup>
172    <None Include="App.config">
173    </None>
174    <None Include="Resources\HeuristicLab.ico" />
175  </ItemGroup>
176  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
177  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
178       Other similar extension points exist, see Microsoft.Common.targets.
179  <Target Name="BeforeBuild">
180  </Target>
181  <Target Name="AfterBuild">
182  </Target>
183  -->
184  <PropertyGroup>
185    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
186set ProjectDir=$(ProjectDir)
187set SolutionDir=$(SolutionDir)
188set Outdir=$(Outdir)
189
190call PreBuildEvent.cmd</PreBuildEvent>
191  </PropertyGroup>
192</Project>
Note: See TracBrowser for help on using the repository browser.