Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj @ 16144

Last change on this file since 16144 was 16144, checked in by jkarder, 6 years ago

#2522: reverse merged r16143

File size: 12.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>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.Core" />
93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Runtime.Serialization" />
95    <Reference Include="System.Windows.Forms" />
96    <Reference Include="System.Windows.Forms.DataVisualization" />
97    <Reference Include="System.Xml.Linq" />
98    <Reference Include="System.Data.DataSetExtensions" />
99    <Reference Include="System.Data" />
100    <Reference Include="System.Xml" />
101  </ItemGroup>
102  <ItemGroup>
103    <Compile Include="HiveInformationDialog.cs">
104      <SubType>Form</SubType>
105    </Compile>
106    <Compile Include="HiveInformationDialog.Designer.cs">
107      <DependentUpon>HiveInformationDialog.cs</DependentUpon>
108    </Compile>
109    <Compile Include="HiveTasks\OptimizerHiveTaskView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="HiveTasks\OptimizerHiveTaskView.designer.cs">
113      <DependentUpon>OptimizerHiveTaskView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="HiveItemView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="HiveItemView.Designer.cs">
119      <DependentUpon>HiveItemView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="HiveTasks\HiveTaskListView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="HiveTasks\HiveTaskListView.designer.cs">
125      <DependentUpon>HiveTaskListView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="HiveTasks\HiveTaskView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="HiveTasks\HiveTaskView.designer.cs">
131      <DependentUpon>HiveTaskView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="TreeView\NewTaskTreeNodeAction.cs" />
134    <Compile Include="TreeView\DeleteTaskTreeNodeAction.cs" />
135    <Compile Include="TreeView\HiveTaskItemTreeView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="TreeView\HiveTaskItemTreeView.Designer.cs">
139      <DependentUpon>HiveTaskItemTreeView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="TreeView\ItemTreeView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="TreeView\ItemTreeView.designer.cs">
145      <DependentUpon>ItemTreeView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="StateLog\StateLogGanttChartListView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="StateLog\StateLogGanttChartListView.designer.cs">
151      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
152    </Compile>
153    <Compile Include="StateLog\StateLogGanttChartView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="StateLog\StateLogGanttChartView.designer.cs">
157      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="StateLog\StateLogListView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="StateLog\StateLogListView.designer.cs">
163      <DependentUpon>StateLogListView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="StateLog\StateLogView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="StateLog\StateLogView.designer.cs">
169      <DependentUpon>StateLogView.cs</DependentUpon>
170    </Compile>
171    <None Include="Plugin.cs.frame" />
172    <Compile Include="Plugin.cs" />
173    <Compile Include="Properties\AssemblyInfo.cs" />
174    <None Include="Properties\AssemblyInfo.cs.frame" />
175  </ItemGroup>
176  <ItemGroup>
177    <None Include="HeuristicLab.snk" />
178  </ItemGroup>
179  <ItemGroup>
180    <EmbeddedResource Include="HiveInformationDialog.resx">
181      <DependentUpon>HiveInformationDialog.cs</DependentUpon>
182    </EmbeddedResource>
183  </ItemGroup>
184  <ItemGroup>
185    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
186      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
187      <Name>HeuristicLab.Clients.Hive-3.3</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
191      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
192      <Name>HeuristicLab.Collections-3.3</Name>
193      <Private>False</Private>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
196      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
197      <Name>HeuristicLab.Common.Resources-3.3</Name>
198      <Private>False</Private>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
201      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
202      <Name>HeuristicLab.Common-3.3</Name>
203      <Private>False</Private>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
206      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
207      <Name>HeuristicLab.Core.Views-3.3</Name>
208      <Private>False</Private>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
211      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
212      <Name>HeuristicLab.Core-3.3</Name>
213      <Private>False</Private>
214    </ProjectReference>
215    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
216      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
217      <Name>HeuristicLab.Data-3.3</Name>
218      <Private>False</Private>
219    </ProjectReference>
220    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
221      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
222      <Name>HeuristicLab.Hive-3.3</Name>
223      <Private>False</Private>
224    </ProjectReference>
225    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
226      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
227      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
228      <Private>False</Private>
229    </ProjectReference>
230    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
231      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
232      <Name>HeuristicLab.MainForm-3.3</Name>
233      <Private>False</Private>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
236      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
237      <Name>HeuristicLab.Optimization-3.3</Name>
238      <Private>False</Private>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
241      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
242      <Name>HeuristicLab.Optimizer-3.3</Name>
243      <Private>False</Private>
244    </ProjectReference>
245    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
246      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
247      <Name>HeuristicLab.Persistence-3.3</Name>
248      <Private>False</Private>
249    </ProjectReference>
250    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
251      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
252      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
253      <Private>False</Private>
254    </ProjectReference>
255    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
256      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
257      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
258      <Private>False</Private>
259    </ProjectReference>
260  </ItemGroup>
261  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
262  <PropertyGroup>
263    <PostBuildEvent>
264    </PostBuildEvent>
265  </PropertyGroup>
266  <PropertyGroup>
267    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
268set ProjectDir=$(ProjectDir)
269set SolutionDir=$(SolutionDir)
270set Outdir=$(Outdir)
271
272call PreBuildEvent.cmd</PreBuildEvent>
273    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
274export ProjectDir=$(ProjectDir)
275export SolutionDir=$(SolutionDir)
276
277$SolutionDir/PreBuildEvent.sh
278</PreBuildEvent>
279  </PropertyGroup>
280  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
281       Other similar extension points exist, see Microsoft.Common.targets.
282  <Target Name="BeforeBuild">
283  </Target>
284  <Target Name="AfterBuild">
285  </Target>
286  -->
287</Project>
Note: See TracBrowser for help on using the repository browser.