Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon.csproj @ 5599

Last change on this file since 5599 was 5599, checked in by ascheibe, 13 years ago

#1233

  • rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
  • use svcutil (OKB-style)
File size: 6.2 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>{7C4B1DE4-FC9A-4448-BCF8-3CB3FA3CB8FA}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore.SlaveTrayIcon</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon</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    <PlatformTarget>AnyCPU</PlatformTarget>
39    <OutputPath>bin\Debug\</OutputPath>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
42    <PlatformTarget>AnyCPU</PlatformTarget>
43    <OutputPath>bin\Release\</OutputPath>
44  </PropertyGroup>
45  <ItemGroup>
46    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.3">
47      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="System" />
65    <Reference Include="System.Core" />
66    <Reference Include="System.Xml.Linq" />
67    <Reference Include="System.Data.DataSetExtensions" />
68    <Reference Include="Microsoft.CSharp" />
69    <Reference Include="System.Data" />
70    <Reference Include="System.Deployment" />
71    <Reference Include="System.Drawing" />
72    <Reference Include="System.Windows.Forms" />
73    <Reference Include="System.Xml" />
74  </ItemGroup>
75  <ItemGroup>
76    <Compile Include="MainWindow.cs">
77      <SubType>Form</SubType>
78    </Compile>
79    <Compile Include="MainWindow.Designer.cs">
80      <DependentUpon>MainWindow.cs</DependentUpon>
81    </Compile>
82    <Compile Include="Program.cs" />
83    <Compile Include="Properties\AssemblyInfo.cs" />
84    <EmbeddedResource Include="MainWindow.resx">
85      <DependentUpon>MainWindow.cs</DependentUpon>
86    </EmbeddedResource>
87    <EmbeddedResource Include="Properties\Resources.resx">
88      <Generator>ResXFileCodeGenerator</Generator>
89      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
90      <SubType>Designer</SubType>
91    </EmbeddedResource>
92    <Compile Include="Properties\Resources.Designer.cs">
93      <AutoGen>True</AutoGen>
94      <DependentUpon>Resources.resx</DependentUpon>
95      <DesignTime>True</DesignTime>
96    </Compile>
97    <None Include="app.config" />
98    <None Include="Properties\Settings.settings">
99      <Generator>SettingsSingleFileGenerator</Generator>
100      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
101    </None>
102    <Compile Include="Properties\Settings.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DependentUpon>Settings.settings</DependentUpon>
105      <DesignTimeSharedInput>True</DesignTimeSharedInput>
106    </Compile>
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave.Views\3.4\HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj">
110      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
111      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.4</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.4.csproj">
114      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
115      <Name>HeuristicLab.Clients.Hive.Slave-3.4</Name>
116    </ProjectReference>
117  </ItemGroup>
118  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120       Other similar extension points exist, see Microsoft.Common.targets.
121  <Target Name="BeforeBuild">
122  </Target>
123  <Target Name="AfterBuild">
124  </Target>
125  -->
126</Project>
Note: See TracBrowser for help on using the repository browser.