Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 7580

Last change on this file since 7580 was 7580, checked in by ascheibe, 12 years ago

#1174 added view for uploading existing runs from an experiment

File size: 20.4 KB
RevLine 
[4388]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>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.OKB-3.3</AssemblyName>
[5269]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
[4388]14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
[7331]21    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[4388]22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
[7331]29    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[4388]30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
[7376]41    <Reference Include="HeuristicLab.Clients.Access-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Access-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
[7556]45    <Reference Include="HeuristicLab.Clients.Access.Views-3.3">
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Access.Views-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
[5298]49    <Reference Include="HeuristicLab.Clients.Common-3.3">
[7331]50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
51      <Private>False</Private>
[4408]52    </Reference>
[5298]53    <Reference Include="HeuristicLab.Collections-3.3">
[7331]54      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
55      <Private>False</Private>
[4548]56    </Reference>
[5298]57    <Reference Include="HeuristicLab.Common-3.3">
[7331]58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
59      <Private>False</Private>
[4388]60    </Reference>
[5298]61    <Reference Include="HeuristicLab.Common.Resources-3.3">
[7331]62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
63      <Private>False</Private>
[4388]64    </Reference>
[5298]65    <Reference Include="HeuristicLab.Core-3.3">
[7331]66      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
67      <Private>False</Private>
[4388]68    </Reference>
[5298]69    <Reference Include="HeuristicLab.Core.Views-3.3">
[7331]70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
71      <Private>False</Private>
[4388]72    </Reference>
[5298]73    <Reference Include="HeuristicLab.Data-3.3">
[7331]74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
75      <Private>False</Private>
[4918]76    </Reference>
[5298]77    <Reference Include="HeuristicLab.MainForm-3.3">
[7331]78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
79      <Private>False</Private>
[4918]80    </Reference>
[5298]81    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
[7331]82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
83      <Private>False</Private>
[4918]84    </Reference>
[5344]85    <Reference Include="HeuristicLab.Operators-3.3">
[7331]86      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
87      <Private>False</Private>
[5344]88    </Reference>
[5298]89    <Reference Include="HeuristicLab.Optimization-3.3">
[7331]90      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
91      <Private>False</Private>
[4918]92    </Reference>
[4943]93    <Reference Include="HeuristicLab.Optimization.Views-3.3">
[7331]94      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
95      <Private>False</Private>
[4943]96    </Reference>
[5298]97    <Reference Include="HeuristicLab.Optimizer-3.3">
[7331]98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
99      <Private>False</Private>
[4918]100    </Reference>
[5608]101    <Reference Include="HeuristicLab.Parameters-3.3">
[7331]102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
103      <Private>False</Private>
[5344]104    </Reference>
[5298]105    <Reference Include="HeuristicLab.Persistence-3.3">
[7331]106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
107      <Private>False</Private>
[4918]108    </Reference>
[5298]109    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[7331]110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
111      <Private>False</Private>
[4918]112    </Reference>
[4388]113    <Reference Include="System" />
114    <Reference Include="System.Core" />
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.Runtime.Serialization" />
117    <Reference Include="System.ServiceModel" />
118    <Reference Include="System.Windows.Forms" />
119    <Reference Include="System.Xml.Linq" />
120    <Reference Include="System.Data.DataSetExtensions" />
121    <Reference Include="System.Data" />
122    <Reference Include="System.Xml" />
123  </ItemGroup>
124  <ItemGroup>
[5533]125    <Compile Include="Administration\AdministrationClient.cs" />
126    <Compile Include="Administration\AdministratorMenuItem.cs" />
[5504]127    <Compile Include="Administration\ServiceClient\AdministrationServiceClient.cs" />
[5533]128    <Compile Include="Administration\ServiceClient\Algorithm.cs" />
129    <Compile Include="Administration\ServiceClient\AlgorithmClass.cs" />
[5550]130    <Compile Include="Administration\ServiceClient\OKBItemCollection.cs" />
[5533]131    <Compile Include="Administration\ServiceClient\INamedOKBItem.cs" />
132    <Compile Include="Administration\ServiceClient\IOKBItem.cs" />
133    <Compile Include="Administration\ServiceClient\NamedOKBItem.cs" />
134    <Compile Include="Administration\ServiceClient\OKBItem.cs" />
135    <Compile Include="Administration\ServiceClient\Platform.cs" />
136    <Compile Include="Administration\ServiceClient\Problem.cs" />
137    <Compile Include="Administration\ServiceClient\ProblemClass.cs" />
138    <Compile Include="Administration\Views\AdministratorView.cs">
[4422]139      <SubType>UserControl</SubType>
140    </Compile>
[5533]141    <Compile Include="Administration\Views\AdministratorView.Designer.cs">
[4426]142      <DependentUpon>AdministratorView.cs</DependentUpon>
[4422]143    </Compile>
[5533]144    <Compile Include="Administration\Views\AlgorithmClassCollectionView.cs">
[4388]145      <SubType>UserControl</SubType>
146    </Compile>
[5533]147    <Compile Include="Administration\Views\AlgorithmClassCollectionView.Designer.cs">
[4426]148      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
[4388]149    </Compile>
[5533]150    <Compile Include="Administration\Views\AlgorithmCollectionView.cs">
[4408]151      <SubType>UserControl</SubType>
152    </Compile>
[5533]153    <Compile Include="Administration\Views\AlgorithmCollectionView.Designer.cs">
[4426]154      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
[4408]155    </Compile>
[5533]156    <Compile Include="Administration\Views\AlgorithmView.cs">
[4441]157      <SubType>UserControl</SubType>
158    </Compile>
[5533]159    <Compile Include="Administration\Views\AlgorithmView.Designer.cs">
[4441]160      <DependentUpon>AlgorithmView.cs</DependentUpon>
161    </Compile>
[5550]162    <Compile Include="Administration\Views\OKBItemCollectionView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="Administration\Views\OKBItemCollectionView.Designer.cs">
166      <DependentUpon>OKBItemCollectionView.cs</DependentUpon>
167    </Compile>
[5533]168    <Compile Include="Administration\Views\NamedOKBItemView.cs">
[4481]169      <SubType>UserControl</SubType>
170    </Compile>
[5533]171    <Compile Include="Administration\Views\NamedOKBItemView.Designer.cs">
172      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
[4481]173    </Compile>
[5533]174    <Compile Include="Administration\Views\OKBItemView.cs">
[4566]175      <SubType>UserControl</SubType>
176    </Compile>
[5533]177    <Compile Include="Administration\Views\OKBItemView.Designer.cs">
178      <DependentUpon>OKBItemView.cs</DependentUpon>
[4566]179    </Compile>
[5533]180    <Compile Include="Administration\Views\PlatformCollectionView.cs">
[4929]181      <SubType>UserControl</SubType>
182    </Compile>
[5533]183    <Compile Include="Administration\Views\PlatformCollectionView.Designer.cs">
184      <DependentUpon>PlatformCollectionView.cs</DependentUpon>
[4929]185    </Compile>
[5533]186    <Compile Include="Administration\Views\ProblemClassCollectionView.cs">
[5344]187      <SubType>UserControl</SubType>
188    </Compile>
[5533]189    <Compile Include="Administration\Views\ProblemClassCollectionView.Designer.cs">
190      <DependentUpon>ProblemClassCollectionView.cs</DependentUpon>
[5344]191    </Compile>
[5533]192    <Compile Include="Administration\Views\ProblemCollectionView.cs">
[5338]193      <SubType>UserControl</SubType>
194    </Compile>
[5533]195    <Compile Include="Administration\Views\ProblemCollectionView.Designer.cs">
196      <DependentUpon>ProblemCollectionView.cs</DependentUpon>
[5338]197    </Compile>
[5533]198    <Compile Include="Administration\Views\ProblemView.cs">
[5286]199      <SubType>UserControl</SubType>
200    </Compile>
[5533]201    <Compile Include="Administration\Views\ProblemView.Designer.cs">
[4492]202      <DependentUpon>ProblemView.cs</DependentUpon>
203    </Compile>
[7332]204    <Compile Include="Plugin.cs" />
[5606]205    <Compile Include="Query\QueryClient.cs" />
206    <Compile Include="Query\QueryMenuItem.cs" />
207    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
[7574]208    <Compile Include="Query\ServiceClient\OrdinalComparisonTimeSpanFilter.cs" />
209    <Compile Include="Query\ServiceClient\NameOrdinalComparisonTimeSpanFilter.cs" />
[7573]210    <Compile Include="Query\ServiceClient\OrdinalComparisonPercentFilter.cs" />
211    <Compile Include="Query\ServiceClient\NameOrdinalComparisonPercentFilter.cs" />
[5608]212    <Compile Include="Query\ServiceClient\OrdinalComparisonFloatFilter.cs" />
213    <Compile Include="Query\ServiceClient\OrdinalComparisonDoubleFilter.cs" />
214    <Compile Include="Query\ServiceClient\EqualityComparisonByteArrayFilter.cs" />
215    <Compile Include="Query\ServiceClient\EqualityComparisonBoolFilter.cs" />
[5606]216    <Compile Include="Query\ServiceClient\OrdinalComparisonIntFilter.cs" />
217    <Compile Include="Query\ServiceClient\NameOrdinalComparisonIntFilter.cs" />
218    <Compile Include="Query\ServiceClient\NameOrdinalComparisonFloatFilter.cs" />
219    <Compile Include="Query\ServiceClient\Filter.cs" />
220    <Compile Include="Query\ServiceClient\NameEqualityComparisonBoolFilter.cs" />
221    <Compile Include="Query\ServiceClient\NameEqualityComparisonByteArrayFilter.cs" />
222    <Compile Include="Query\ServiceClient\NameOrdinalComparisonDoubleFilter.cs" />
223    <Compile Include="Query\ServiceClient\NameOrdinalComparisonLongFilter.cs" />
224    <Compile Include="Query\ServiceClient\NameStringComparisonAvailableValuesFilter.cs" />
225    <Compile Include="Query\ServiceClient\NameStringComparisonFilter.cs" />
226    <Compile Include="Query\ServiceClient\OrdinalComparisonDateTimeFilter.cs" />
227    <Compile Include="Query\ServiceClient\OrdinalComparisonLongFilter.cs" />
[5533]228    <Compile Include="Query\ServiceClient\QueryServiceClient.cs" />
[5606]229    <Compile Include="Query\ServiceClient\StringComparisonAvailableValuesFilter.cs" />
230    <Compile Include="Query\ServiceClient\StringComparisonFilter.cs" />
231    <Compile Include="Query\Views\CombinedFilterView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="Query\Views\CombinedFilterView.Designer.cs">
235      <DependentUpon>CombinedFilterView.cs</DependentUpon>
236    </Compile>
[7574]237    <Compile Include="Query\Views\OrdinalComparisonTimeSpanFilterView.cs">
238      <SubType>UserControl</SubType>
239    </Compile>
240    <Compile Include="Query\Views\OrdinalComparisonTimeSpanFilterView.Designer.cs">
241      <DependentUpon>OrdinalComparisonTimeSpanFilterView.cs</DependentUpon>
242    </Compile>
[7573]243    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.cs">
244      <SubType>UserControl</SubType>
245    </Compile>
246    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.Designer.cs">
247      <DependentUpon>OrdinalComparisonPercentFilterView.cs</DependentUpon>
248    </Compile>
[5612]249    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.cs">
250      <SubType>UserControl</SubType>
251    </Compile>
252    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.Designer.cs">
253      <DependentUpon>OrdinalComparisonDateTimeFilterView.cs</DependentUpon>
254    </Compile>
255    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.cs">
256      <SubType>UserControl</SubType>
257    </Compile>
258    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.Designer.cs">
259      <DependentUpon>OrdinalComparisonFloatFilterView.cs</DependentUpon>
260    </Compile>
261    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.cs">
262      <SubType>UserControl</SubType>
263    </Compile>
264    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.Designer.cs">
265      <DependentUpon>OrdinalComparisonIntFilterView.cs</DependentUpon>
266    </Compile>
[5608]267    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.cs">
268      <SubType>UserControl</SubType>
269    </Compile>
270    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.Designer.cs">
271      <DependentUpon>EqualityComparisonBoolFilterView.cs</DependentUpon>
272    </Compile>
[5606]273    <Compile Include="Query\Views\EqualityComparisonFilterView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="Query\Views\EqualityComparisonFilterView.Designer.cs">
277      <DependentUpon>EqualityComparisonFilterView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="Query\Views\FilterView.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="Query\Views\FilterView.Designer.cs">
283      <DependentUpon>FilterView.cs</DependentUpon>
284    </Compile>
[5608]285    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.cs">
[5606]286      <SubType>UserControl</SubType>
287    </Compile>
[5608]288    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.Designer.cs">
289      <DependentUpon>OrdinalComparisonDoubleFilterView.cs</DependentUpon>
[5606]290    </Compile>
291    <Compile Include="Query\Views\OrdinalComparisonFilterView.cs">
292      <SubType>UserControl</SubType>
293    </Compile>
294    <Compile Include="Query\Views\OrdinalComparisonFilterView.Designer.cs">
295      <DependentUpon>OrdinalComparisonFilterView.cs</DependentUpon>
296    </Compile>
297    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.cs">
298      <SubType>UserControl</SubType>
299    </Compile>
300    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.Designer.cs">
301      <DependentUpon>OrdinalComparisonLongFilterView.cs</DependentUpon>
302    </Compile>
303    <Compile Include="Query\Views\QueryView.cs">
304      <SubType>UserControl</SubType>
305    </Compile>
306    <Compile Include="Query\Views\QueryView.Designer.cs">
307      <DependentUpon>QueryView.cs</DependentUpon>
308    </Compile>
309    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.cs">
310      <SubType>UserControl</SubType>
311    </Compile>
312    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.Designer.cs">
313      <DependentUpon>StringComparisonAvailableValuesFilterView.cs</DependentUpon>
314    </Compile>
315    <Compile Include="Query\Views\StringComparisonFilterView.cs">
316      <SubType>UserControl</SubType>
317    </Compile>
318    <Compile Include="Query\Views\StringComparisonFilterView.Designer.cs">
319      <DependentUpon>StringComparisonFilterView.cs</DependentUpon>
320    </Compile>
[5640]321    <Compile Include="RunCreation\EmptyAlgorithm.cs" />
322    <Compile Include="RunCreation\EmptyEvaluator.cs" />
323    <Compile Include="RunCreation\EmptyMultiObjectiveEvaluator.cs" />
324    <Compile Include="RunCreation\EmptyMultiObjectiveProblem.cs" />
325    <Compile Include="RunCreation\EmptyProblem.cs" />
326    <Compile Include="RunCreation\EmptySingleObjectiveEvaluator.cs" />
327    <Compile Include="RunCreation\EmptySingleObjectiveProblem.cs" />
328    <Compile Include="RunCreation\EmptySolutionCreator.cs" />
329    <Compile Include="RunCreation\ItemWrapper.cs" />
330    <Compile Include="RunCreation\MultiObjectiveOKBProblem.cs" />
331    <Compile Include="RunCreation\NamedItemWrapper.cs" />
332    <Compile Include="RunCreation\OKBAlgorithm.cs" />
333    <Compile Include="RunCreation\OKBProblem.cs" />
334    <Compile Include="RunCreation\OKBRun.cs" />
[7580]335    <Compile Include="RunCreation\CreateFromExperimentMenuItem.cs" />
[5640]336    <Compile Include="RunCreation\RunCreationClient.cs" />
[7580]337    <Compile Include="RunCreation\ServiceClient\Algorithm.cs" />
338    <Compile Include="RunCreation\ServiceClient\Problem.cs" />
[5533]339    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
340    <Compile Include="Properties\AssemblyInfo.cs" />
[5640]341    <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" />
342    <Compile Include="RunCreation\Views\OKBAlgorithmView.cs">
343      <SubType>UserControl</SubType>
344    </Compile>
345    <Compile Include="RunCreation\Views\OKBAlgorithmView.Designer.cs">
346      <DependentUpon>OKBAlgorithmView.cs</DependentUpon>
347    </Compile>
[7580]348    <Compile Include="RunCreation\Views\OKBExperimentUploadView.cs">
349      <SubType>UserControl</SubType>
350    </Compile>
351    <Compile Include="RunCreation\Views\OKBExperimentUploadView.Designer.cs">
352      <DependentUpon>OKBExperimentUploadView.cs</DependentUpon>
353    </Compile>
[5660]354    <Compile Include="RunCreation\Views\OKBProblemView.cs">
[5640]355      <SubType>UserControl</SubType>
356    </Compile>
[5660]357    <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs">
358      <DependentUpon>OKBProblemView.cs</DependentUpon>
[5640]359    </Compile>
[7580]360    <Compile Include="RunCreation\Views\OKBRunConfigSelectionView.cs">
361      <SubType>UserControl</SubType>
362    </Compile>
363    <Compile Include="RunCreation\Views\OKBRunConfigSelectionView.Designer.cs">
364      <DependentUpon>OKBRunConfigSelectionView.cs</DependentUpon>
365    </Compile>
[5902]366    <Compile Include="RunCreation\Views\OKBRunView.cs">
367      <SubType>UserControl</SubType>
368    </Compile>
369    <Compile Include="RunCreation\Views\OKBRunView.Designer.cs">
370      <DependentUpon>OKBRunView.cs</DependentUpon>
371    </Compile>
[4388]372    <None Include="app.config" />
[7349]373    <None Include="swagner app.config" />
[7332]374    <None Include="Plugin.cs.frame" />
[5666]375    <None Include="services.heuristiclab.com app.config" />
[7332]376    <None Include="Properties\AssemblyInfo.cs.frame" />
[5504]377    <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" />
378    <None Include="Query\ServiceClient\GenerateServiceClient.cmd" />
379    <None Include="RunCreation\ServiceClient\GenerateServiceClient.cmd" />
[4388]380    <None Include="UpdateLocalInstallation.cmd" />
381  </ItemGroup>
382  <ItemGroup>
383    <None Include="HeuristicLab.snk" />
384  </ItemGroup>
[7580]385  <ItemGroup>
386    <EmbeddedResource Include="RunCreation\Views\OKBExperimentUploadView.resx">
387      <DependentUpon>OKBExperimentUploadView.cs</DependentUpon>
388    </EmbeddedResource>
389    <EmbeddedResource Include="RunCreation\Views\OKBRunConfigSelectionView.resx">
390      <DependentUpon>OKBRunConfigSelectionView.cs</DependentUpon>
391    </EmbeddedResource>
392  </ItemGroup>
[4388]393  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
394  <PropertyGroup>
395    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
396set ProjectDir=$(ProjectDir)
397set SolutionDir=$(SolutionDir)
398set Outdir=$(Outdir)
399set TargetPath=$(TargetPath)
400
401call UpdateLocalInstallation.cmd</PostBuildEvent>
402  </PropertyGroup>
403  <PropertyGroup>
404    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
405set ProjectDir=$(ProjectDir)
406set SolutionDir=$(SolutionDir)
407set Outdir=$(Outdir)
408
[7332]409SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
410SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent>
[4388]411  </PropertyGroup>
412  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
413       Other similar extension points exist, see Microsoft.Common.targets.
414  <Target Name="BeforeBuild">
415  </Target>
416  <Target Name="AfterBuild">
417  </Target>
418  -->
419</Project>
Note: See TracBrowser for help on using the repository browser.