Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj @ 6993

Last change on this file since 6993 was 6993, checked in by ascheibe, 12 years ago

#1672

  • removed unused files
  • changed the plugin cache path of the Slave HL App so that HL doesn't discover Hive assemblies
  • cleaned up config files
  • incremented version number of installers to 3.3.6
  • removed Execution time on Hive from Status page because it can't be calculated without the user statistics
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E3B93D5C-3B6B-4657-9B3E-F4297BAC0AA5}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Slave.App</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.App-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>$(SolutionDir)\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>$(SolutionDir)\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <DocumentationFile>
52    </DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>$(SolutionDir)\bin\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>$(SolutionDir)\bin\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>
72    </DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <PropertyGroup>
80    <StartupObject />
81  </PropertyGroup>
82  <PropertyGroup>
83    <SignAssembly>true</SignAssembly>
84  </PropertyGroup>
85  <PropertyGroup>
86    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
87  </PropertyGroup>
88  <ItemGroup>
89    <Reference Include="HeuristicLab.Common-3.3">
90      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Core-3.3">
94      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Core.Views-3.3">
98      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.MainForm-3.3">
102      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
106      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
110      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="System" />
114    <Reference Include="System.Core" />
115    <Reference Include="System.Xml.Linq" />
116    <Reference Include="System.Data.DataSetExtensions" />
117    <Reference Include="Microsoft.CSharp" />
118    <Reference Include="System.Data" />
119    <Reference Include="System.Deployment" />
120    <Reference Include="System.Drawing" />
121    <Reference Include="System.Windows.Forms" />
122    <Reference Include="System.Xml" />
123  </ItemGroup>
124  <ItemGroup>
125    <Compile Include="Plugin.cs" />
126    <Compile Include="HiveSlaveApplication.cs" />
127    <Compile Include="MainWindow.cs">
128      <SubType>Form</SubType>
129    </Compile>
130    <Compile Include="MainWindow.Designer.cs">
131      <DependentUpon>MainWindow.cs</DependentUpon>
132    </Compile>
133    <Compile Include="Properties\AssemblyInfo.cs" />
134    <EmbeddedResource Include="MainWindow.resx">
135      <DependentUpon>MainWindow.cs</DependentUpon>
136    </EmbeddedResource>
137    <None Include="HeuristicLab.snk" />
138    <None Include="Plugin.cs.frame" />
139    <None Include="Properties\AssemblyInfo.cs.frame" />
140  </ItemGroup>
141  <ItemGroup>
142    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
143      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
144      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
145      <Private>False</Private>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
148      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
149      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
150      <Private>False</Private>
151    </ProjectReference>
152  </ItemGroup>
153  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154  <PropertyGroup>
155    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
156set ProjectDir=$(ProjectDir)
157set SolutionDir=$(SolutionDir)
158set Outdir=$(Outdir)
159
160call PreBuildEvent.cmd</PreBuildEvent>
161  </PropertyGroup>
162  <PropertyGroup>
163    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
164set ProjectDir=$(ProjectDir)
165set SolutionDir=$(SolutionDir)
166set Outdir=$(Outdir)
167set Platform=$(PlatformName)
168set Configuration=$(ConfigurationName)
169
170call $(SolutionDir)\HeuristicLab\3.3\MergeConfigs.cmd</PostBuildEvent>
171  </PropertyGroup>
172  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
173       Other similar extension points exist, see Microsoft.Common.targets.
174  <Target Name="BeforeBuild">
175  </Target>
176  <Target Name="AfterBuild">
177  </Target>
178  -->
179</Project>
Note: See TracBrowser for help on using the repository browser.