Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.4.csproj @ 5038

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

#1233

  • changed version to 3.4
File size: 8.6 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>{E1D6C801-892A-406A-B606-F158E36DD3C3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48    </Reference>
49    <Reference Include="HeuristicLab.Core-3.3">
50      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Core.Views-3.3">
53      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Data-3.3">
56      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.MainForm-3.3">
59      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
62      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Optimization-3.3">
65      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.Optimizer-3.3">
68      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Persistence-3.3">
71      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
74      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="System" />
77    <Reference Include="System.Core" />
78    <Reference Include="System.Drawing" />
79    <Reference Include="System.Windows.Forms" />
80    <Reference Include="System.Xml.Linq" />
81    <Reference Include="System.Data.DataSetExtensions" />
82    <Reference Include="System.Data" />
83    <Reference Include="System.Xml" />
84  </ItemGroup>
85  <ItemGroup>
86    <Compile Include="ExperimentManager\ConnectionSetupView.cs">
87      <SubType>Form</SubType>
88    </Compile>
89    <Compile Include="ExperimentManager\ConnectionSetupView.Designer.cs">
90      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="ExperimentManager\HiveExperimentListView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="ExperimentManager\HiveExperimentListView.Designer.cs">
96      <DependentUpon>HiveExperimentListView.cs</DependentUpon>
97    </Compile>
98    <Compile Include="ExperimentManager\HiveExperimentManagerView.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="ExperimentManager\HiveExperimentManagerView.Designer.cs">
102      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="ExperimentManager\HiveExperimentView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="ExperimentManager\HiveExperimentView.Designer.cs">
108      <DependentUpon>HiveExperimentView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="ExperimentManager\HiveJobListView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="ExperimentManager\HiveJobListView.designer.cs">
114      <DependentUpon>HiveJobListView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="ExperimentManager\HiveJobView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="ExperimentManager\HiveJobView.designer.cs">
120      <DependentUpon>HiveJobView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="ExperimentManager\MenuItems\ConnectionSetupMenuItem.cs" />
123    <Compile Include="ExperimentManager\MenuItems\ExperimentManagerMenuItem.cs" />
124    <Compile Include="HeuristicLabClientsHiveViewsPlugin.cs" />
125    <Compile Include="Progress\ProgressView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="Progress\ProgressView.designer.cs">
129      <DependentUpon>ProgressView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="Properties\AssemblyInfo.cs" />
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="HeuristicLab.snk" />
135  </ItemGroup>
136  <ItemGroup>
137    <EmbeddedResource Include="ExperimentManager\ConnectionSetupView.resx">
138      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
139    </EmbeddedResource>
140    <EmbeddedResource Include="ExperimentManager\HiveExperimentManagerView.resx">
141      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
142    </EmbeddedResource>
143    <EmbeddedResource Include="ExperimentManager\HiveExperimentView.resx">
144      <DependentUpon>HiveExperimentView.cs</DependentUpon>
145    </EmbeddedResource>
146    <EmbeddedResource Include="ExperimentManager\HiveJobView.resx">
147      <DependentUpon>HiveJobView.cs</DependentUpon>
148    </EmbeddedResource>
149    <EmbeddedResource Include="Progress\ProgressView.resx">
150      <DependentUpon>ProgressView.cs</DependentUpon>
151    </EmbeddedResource>
152  </ItemGroup>
153  <ItemGroup>
154    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
155      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
156      <Name>HeuristicLab.Clients.Hive-3.3</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
159      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
160      <Name>HeuristicLab.Hive-3.3</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.3.csproj">
163      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
164      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
165    </ProjectReference>
166  </ItemGroup>
167  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168  <PropertyGroup>
169    <PostBuildEvent>set ProjectName=$(ProjectName)
170set TargetPath=$(TargetPath)
171call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
172  </PropertyGroup>
173  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174       Other similar extension points exist, see Microsoft.Common.targets.
175  <Target Name="BeforeBuild">
176  </Target>
177  <Target Name="AfterBuild">
178  </Target>
179  -->
180</Project>
Note: See TracBrowser for help on using the repository browser.