Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server/HeuristicLab.Hive.Server.csproj @ 1377

Last change on this file since 1377 was 1377, checked in by svonolfe, 15 years ago

Created Heuristiclab DB Core (refactoring) #527

File size: 5.9 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  <ItemGroup>
54    <Reference Include="System" />
55    <Reference Include="System.Core">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.Runtime.Serialization">
59      <RequiredTargetFramework>3.0</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.ServiceModel">
62      <RequiredTargetFramework>3.0</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.Xml.Linq">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Data.DataSetExtensions">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Data" />
71    <Reference Include="System.Deployment" />
72    <Reference Include="System.Drawing" />
73    <Reference Include="System.Windows.Forms" />
74    <Reference Include="System.Xml" />
75  </ItemGroup>
76  <ItemGroup>
77    <Compile Include="Properties\AssemblyInfo.cs" />
78    <Compile Include="HiveServerPlugin.cs" />
79    <Compile Include="MainForm.cs">
80      <SubType>Form</SubType>
81    </Compile>
82    <Compile Include="MainForm.Designer.cs">
83      <DependentUpon>MainForm.cs</DependentUpon>
84    </Compile>
85    <Compile Include="HiveServerApplication.cs" />
86    <EmbeddedResource Include="MainForm.resx">
87      <DependentUpon>MainForm.cs</DependentUpon>
88      <SubType>Designer</SubType>
89    </EmbeddedResource>
90    <EmbeddedResource Include="Properties\Resources.resx">
91      <Generator>ResXFileCodeGenerator</Generator>
92      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93      <SubType>Designer</SubType>
94    </EmbeddedResource>
95    <Compile Include="Properties\Resources.Designer.cs">
96      <AutoGen>True</AutoGen>
97      <DependentUpon>Resources.resx</DependentUpon>
98    </Compile>
99    <None Include="Properties\AssemblyInfo.frame" />
100    <None Include="HeuristicLab.snk" />
101    <None Include="Properties\Settings.settings">
102      <Generator>SettingsSingleFileGenerator</Generator>
103      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
104    </None>
105    <Compile Include="Properties\Settings.Designer.cs">
106      <AutoGen>True</AutoGen>
107      <DependentUpon>Settings.settings</DependentUpon>
108      <DesignTimeSharedInput>True</DesignTimeSharedInput>
109    </Compile>
110  </ItemGroup>
111  <ItemGroup>
112    <ProjectReference Include="..\HeuristicLab.DataAccess\HeuristicLab.DataAccess.csproj">
113      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
114      <Name>HeuristicLab.DataAccess</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
117      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
118      <Name>HeuristicLab.Hive.Contracts</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
121      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
122      <Name>HeuristicLab.PluginInfrastructure</Name>
123    </ProjectReference>
124  </ItemGroup>
125  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127       Other similar extension points exist, see Microsoft.Common.targets.
128  <Target Name="BeforeBuild">
129  </Target>
130  <Target Name="AfterBuild">
131  </Target>
132  -->
133  <PropertyGroup>
134    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
135set ProjectDir=$(ProjectDir)
136set SolutionDir=$(SolutionDir)
137set Outdir=$(Outdir)
138
139call PreBuildEvent.cmd</PreBuildEvent>
140  </PropertyGroup>
141</Project>
Note: See TracBrowser for help on using the repository browser.