Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.LifecycleClient/HeuristicLab.Clients.Hive.LifecycleClient.csproj @ 6373

Last change on this file since 6373 was 5852, checked in by cneumuel, 13 years ago

#1233

  • corrected relative reference paths in csproj-files
  • fixed minor bugs
  • updated binaries
File size: 5.8 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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{54491B6A-1EDD-4C76-90A7-338BA9C1FBF8}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.LifecycleClient</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.LifecycleClient</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19    <PlatformTarget>x86</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29    <PlatformTarget>x86</PlatformTarget>
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|AnyCPU'">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>AnyCPU</PlatformTarget>
43    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.LifecycleClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
44    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
45    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
48    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
49    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
50    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
51    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
54    <OutputPath>bin\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>AnyCPU</PlatformTarget>
59    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive.LifecycleClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
60    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
61    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
64    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
65    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
66    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
68  </PropertyGroup>
69  <ItemGroup>
70    <Reference Include="HeuristicLab.Clients.Common-3.3">
71      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="System" />
74    <Reference Include="System.Core" />
75    <Reference Include="System.ServiceModel" />
76    <Reference Include="System.Xml.Linq" />
77    <Reference Include="System.Data.DataSetExtensions" />
78    <Reference Include="Microsoft.CSharp" />
79    <Reference Include="System.Data" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="Program.cs" />
84    <Compile Include="Properties\AssemblyInfo.cs" />
85  </ItemGroup>
86  <ItemGroup>
87    <None Include="app.config" />
88    <None Include="app_ascheibe.config" />
89    <None Include="app_f005pc.config" />
90    <None Include="app_services.config" />
91  </ItemGroup>
92  <ItemGroup>
93    <ProjectReference Include="..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
94      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
95      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
96    </ProjectReference>
97  </ItemGroup>
98  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99  <PropertyGroup>
100    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
101set ProjectDir=$(ProjectDir)
102set SolutionDir=$(SolutionDir)
103set Outdir=$(Outdir)
104
105call PreBuildEvent.cmd</PreBuildEvent>
106  </PropertyGroup>
107  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
108       Other similar extension points exist, see Microsoft.Common.targets.
109  <Target Name="BeforeBuild">
110  </Target>
111  <Target Name="AfterBuild">
112  </Target>
113  -->
114</Project>
Note: See TracBrowser for help on using the repository browser.