Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj @ 6701

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

#1233 renamed folders from 3.4 to 3.3

File size: 5.9 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.TrayIcon</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3</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.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="System" />
62    <Reference Include="System.Configuration.Install" />
63    <Reference Include="System.Core" />
64    <Reference Include="System.Management" />
65    <Reference Include="System.Xml.Linq" />
66    <Reference Include="System.Data.DataSetExtensions" />
67    <Reference Include="Microsoft.CSharp" />
68    <Reference Include="System.Data" />
69    <Reference Include="System.Deployment" />
70    <Reference Include="System.Drawing" />
71    <Reference Include="System.Windows.Forms" />
72    <Reference Include="System.Xml" />
73  </ItemGroup>
74  <ItemGroup>
75    <Compile Include="MainWindow.cs">
76      <SubType>Form</SubType>
77    </Compile>
78    <Compile Include="MainWindow.designer.cs">
79      <DependentUpon>MainWindow.cs</DependentUpon>
80    </Compile>
81    <Compile Include="Program.cs" />
82    <Compile Include="Properties\AssemblyInfo.cs" />
83    <Compile Include="TrayIconInstaller.cs">
84      <SubType>Component</SubType>
85    </Compile>
86    <Compile Include="TrayIconInstaller.Designer.cs">
87      <DependentUpon>TrayIconInstaller.cs</DependentUpon>
88    </Compile>
89    <EmbeddedResource Include="MainWindow.resx">
90      <DependentUpon>MainWindow.cs</DependentUpon>
91    </EmbeddedResource>
92    <EmbeddedResource Include="Properties\Resources.resx">
93      <Generator>ResXFileCodeGenerator</Generator>
94      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
95      <SubType>Designer</SubType>
96    </EmbeddedResource>
97    <Compile Include="Properties\Resources.Designer.cs">
98      <AutoGen>True</AutoGen>
99      <DependentUpon>Resources.resx</DependentUpon>
100      <DesignTime>True</DesignTime>
101    </Compile>
102    <None Include="app.config" />
103  </ItemGroup>
104  <ItemGroup>
105    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
106      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
107      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
110      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
111      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
112    </ProjectReference>
113  </ItemGroup>
114  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116       Other similar extension points exist, see Microsoft.Common.targets.
117  <Target Name="BeforeBuild">
118  </Target>
119  <Target Name="AfterBuild">
120  </Target>
121  -->
122</Project>
Note: See TracBrowser for help on using the repository browser.