Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1233

  • finished version change to 3.4
  • added revision number to version
File size: 8.9 KB
RevLine 
[5038]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>
[5043]12    <AssemblyName>HeuristicLab.Clients.Hive.Views-3.4</AssemblyName>
[5038]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>
[5043]40    <Reference Include="HeuristicLab.Collections-3.3">
41      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
[5038]42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
45    </Reference>
[5043]46    <Reference Include="HeuristicLab.Common.Resources-3.3">
47      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[5038]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>
[5043]86    <None Include="HeuristicLabClientsHiveViewsPlugin.cs.frame" />
[5038]87    <Compile Include="ExperimentManager\ConnectionSetupView.cs">
88      <SubType>Form</SubType>
89    </Compile>
90    <Compile Include="ExperimentManager\ConnectionSetupView.Designer.cs">
91      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
92    </Compile>
93    <Compile Include="ExperimentManager\HiveExperimentListView.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="ExperimentManager\HiveExperimentListView.Designer.cs">
97      <DependentUpon>HiveExperimentListView.cs</DependentUpon>
98    </Compile>
99    <Compile Include="ExperimentManager\HiveExperimentManagerView.cs">
100      <SubType>UserControl</SubType>
101    </Compile>
102    <Compile Include="ExperimentManager\HiveExperimentManagerView.Designer.cs">
103      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
104    </Compile>
105    <Compile Include="ExperimentManager\HiveExperimentView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="ExperimentManager\HiveExperimentView.Designer.cs">
109      <DependentUpon>HiveExperimentView.cs</DependentUpon>
110    </Compile>
111    <Compile Include="ExperimentManager\HiveJobListView.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="ExperimentManager\HiveJobListView.designer.cs">
115      <DependentUpon>HiveJobListView.cs</DependentUpon>
116    </Compile>
117    <Compile Include="ExperimentManager\HiveJobView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="ExperimentManager\HiveJobView.designer.cs">
121      <DependentUpon>HiveJobView.cs</DependentUpon>
122    </Compile>
123    <Compile Include="ExperimentManager\MenuItems\ConnectionSetupMenuItem.cs" />
124    <Compile Include="ExperimentManager\MenuItems\ExperimentManagerMenuItem.cs" />
125    <Compile Include="HeuristicLabClientsHiveViewsPlugin.cs" />
126    <Compile Include="Progress\ProgressView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="Progress\ProgressView.designer.cs">
130      <DependentUpon>ProgressView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="Properties\AssemblyInfo.cs" />
[5043]133    <None Include="Properties\AssemblyInfo.cs.frame" />
[5038]134  </ItemGroup>
135  <ItemGroup>
136    <None Include="HeuristicLab.snk" />
137  </ItemGroup>
138  <ItemGroup>
139    <EmbeddedResource Include="ExperimentManager\ConnectionSetupView.resx">
140      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
141    </EmbeddedResource>
142    <EmbeddedResource Include="ExperimentManager\HiveExperimentManagerView.resx">
143      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
144    </EmbeddedResource>
145    <EmbeddedResource Include="ExperimentManager\HiveExperimentView.resx">
146      <DependentUpon>HiveExperimentView.cs</DependentUpon>
147    </EmbeddedResource>
148    <EmbeddedResource Include="ExperimentManager\HiveJobView.resx">
149      <DependentUpon>HiveJobView.cs</DependentUpon>
150    </EmbeddedResource>
151    <EmbeddedResource Include="Progress\ProgressView.resx">
152      <DependentUpon>ProgressView.cs</DependentUpon>
153    </EmbeddedResource>
154  </ItemGroup>
155  <ItemGroup>
[5043]156    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
[5038]157      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
[5039]158      <Name>HeuristicLab.Clients.Hive-3.4</Name>
[5038]159    </ProjectReference>
[5043]160    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
[5038]161      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
[5039]162      <Name>HeuristicLab.Hive-3.4</Name>
[5038]163    </ProjectReference>
[5043]164    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
[5038]165      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
[5039]166      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
[5038]167    </ProjectReference>
168  </ItemGroup>
169  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
170  <PropertyGroup>
171    <PostBuildEvent>set ProjectName=$(ProjectName)
172set TargetPath=$(TargetPath)
173call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
174  </PropertyGroup>
[5043]175  <PropertyGroup>
176    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
177set ProjectDir=$(ProjectDir)
178set SolutionDir=$(SolutionDir)
179set Outdir=$(Outdir)
180
181call PreBuildEvent.cmd</PreBuildEvent>
182  </PropertyGroup>
[5038]183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184       Other similar extension points exist, see Microsoft.Common.targets.
185  <Target Name="BeforeBuild">
186  </Target>
187  <Target Name="AfterBuild">
188  </Target>
189  -->
190</Project>
Note: See TracBrowser for help on using the repository browser.