Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj @ 14183

Last change on this file since 14183 was 11920, checked in by ascheibe, 9 years ago

#2280 merged r11623, r11631, r11634 into stable

File size: 11.7 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>{DBFD7205-61AF-40EF-8776-3052DEF91CF3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.JobManager</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.JobManager-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
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>
21    <OutputPath>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26    <Prefer32Bit>false</Prefer32Bit>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>$(SolutionDir)\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38    <Prefer32Bit>false</Prefer32Bit>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>$(SolutionDir)\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>$(SolutionDir)\bin\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <DocumentationFile>
54    </DocumentationFile>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup>
85    <SignAssembly>true</SignAssembly>
86  </PropertyGroup>
87  <PropertyGroup>
88    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="System" />
92    <Reference Include="System.Configuration" />
93    <Reference Include="System.Core" />
94    <Reference Include="System.Data" />
95    <Reference Include="System.Data.DataSetExtensions" />
96    <Reference Include="System.Drawing" />
97    <Reference Include="System.Runtime.Serialization" />
98    <Reference Include="System.ServiceModel" />
99    <Reference Include="System.Windows.Forms" />
100    <Reference Include="System.Windows.Forms.DataVisualization" />
101    <Reference Include="System.Xml" />
102    <Reference Include="System.Xml.Linq" />
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="ExtensionMethods\TreeNodeExtensions.cs" />
106    <Compile Include="ListViewItemDateComparer.cs" />
107    <Compile Include="MenuItems\CreateHiveJobMenuItem.cs" />
108    <Compile Include="MenuItems\RunInHiveMenuItem.cs" />
109    <Compile Include="Plugin.cs" />
110    <Compile Include="Views\HiveJobManagerView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="Views\HiveJobManagerView.Designer.cs">
114      <DependentUpon>HiveJobManagerView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="MenuItems\JobManagerMenuItem.cs" />
117    <Compile Include="Views\HiveJobPermissionListView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="Views\HiveJobPermissionListView.Designer.cs">
121      <DependentUpon>HiveJobPermissionListView.cs</DependentUpon>
122    </Compile>
123    <Compile Include="Views\HiveJobPermissionView.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="Views\HiveJobPermissionView.Designer.cs">
127      <DependentUpon>HiveJobPermissionView.cs</DependentUpon>
128    </Compile>
129    <Compile Include="Views\HiveResourceSelector.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="Views\HiveResourceSelector.Designer.cs">
133      <DependentUpon>HiveResourceSelector.cs</DependentUpon>
134    </Compile>
135    <Compile Include="Views\HiveResourceSelectorDialog.cs">
136      <SubType>Form</SubType>
137    </Compile>
138    <Compile Include="Views\HiveResourceSelectorDialog.Designer.cs">
139      <DependentUpon>HiveResourceSelectorDialog.cs</DependentUpon>
140    </Compile>
141    <Compile Include="Views\RefreshableHiveJobListView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="Views\RefreshableHiveJobListView.Designer.cs">
145      <DependentUpon>RefreshableHiveJobListView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="Views\RefreshableHiveJobView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="Views\RefreshableHiveJobView.Designer.cs">
151      <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
152    </Compile>
153    <None Include="Plugin.cs.frame" />
154    <Compile Include="Properties\AssemblyInfo.cs" />
155    <None Include="Properties\AssemblyInfo.cs.frame" />
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="HeuristicLab.snk" />
159  </ItemGroup>
160  <ItemGroup>
161    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
162      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
163      <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
164      <Private>False</Private>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
167      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
168      <Name>HeuristicLab.Clients.Hive-3.3</Name>
169      <Private>False</Private>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
172      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
173      <Name>HeuristicLab.Collections-3.3</Name>
174      <Private>False</Private>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
177      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
178      <Name>HeuristicLab.Common.Resources-3.3</Name>
179      <Private>False</Private>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
182      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
183      <Name>HeuristicLab.Common-3.3</Name>
184      <Private>False</Private>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
187      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
188      <Name>HeuristicLab.Core.Views-3.3</Name>
189      <Private>False</Private>
190    </ProjectReference>
191    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
192      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
193      <Name>HeuristicLab.Core-3.3</Name>
194      <Private>False</Private>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
197      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
198      <Name>HeuristicLab.Data-3.3</Name>
199      <Private>False</Private>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
202      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
203      <Name>HeuristicLab.Hive-3.3</Name>
204      <Private>False</Private>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
207      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
208      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
209      <Private>False</Private>
210    </ProjectReference>
211    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
212      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
213      <Name>HeuristicLab.MainForm-3.3</Name>
214      <Private>False</Private>
215    </ProjectReference>
216    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
217      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
218      <Name>HeuristicLab.Optimization-3.3</Name>
219      <Private>False</Private>
220    </ProjectReference>
221    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
222      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
223      <Name>HeuristicLab.Optimizer-3.3</Name>
224      <Private>False</Private>
225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
227      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
228      <Name>HeuristicLab.Persistence-3.3</Name>
229      <Private>False</Private>
230    </ProjectReference>
231    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
232      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
233      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
234      <Private>False</Private>
235    </ProjectReference>
236  </ItemGroup>
237  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
238  <PropertyGroup>
239    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
240set ProjectDir=$(ProjectDir)
241set SolutionDir=$(SolutionDir)
242set Outdir=$(Outdir)
243
244call PreBuildEvent.cmd</PreBuildEvent>
245    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
246export ProjectDir=$(ProjectDir)
247export SolutionDir=$(SolutionDir)
248
249$SolutionDir/PreBuildEvent.sh
250</PreBuildEvent>
251  </PropertyGroup>
252  <PropertyGroup>
253    <PostBuildEvent>
254    </PostBuildEvent>
255  </PropertyGroup>
256  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
257       Other similar extension points exist, see Microsoft.Common.targets.
258  <Target Name="BeforeBuild">
259  </Target>
260  <Target Name="AfterBuild">
261  </Target>
262  -->
263</Project>
Note: See TracBrowser for help on using the repository browser.