Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 16147

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

#2924: reapplied changes from r16143

File size: 21.3 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>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.7</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>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>..\..\bin\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43    <Prefer32Bit>false</Prefer32Bit>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
46    <OutputPath>..\..\bin\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52    <Prefer32Bit>false</Prefer32Bit>
53  </PropertyGroup>
54  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
55    <DebugSymbols>true</DebugSymbols>
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>DEBUG;TRACE</DefineConstants>
58    <DebugType>full</DebugType>
59    <PlatformTarget>x64</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
64    <OutputPath>..\..\bin\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup>
73    <SignAssembly>true</SignAssembly>
74  </PropertyGroup>
75  <PropertyGroup>
76    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
77  </PropertyGroup>
78  <ItemGroup>
79    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
80    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
81    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
82    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
83    <Reference Include="Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
84      <HintPath>..\..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
85    </Reference>
86    <Reference Include="Microsoft.Win32.Registry.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
87      <HintPath>..\..\packages\Microsoft.Win32.Registry.AccessControl.4.5.0\lib\net461\Microsoft.Win32.Registry.AccessControl.dll</HintPath>
88    </Reference>
89    <Reference Include="Microsoft.Win32.SystemEvents, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
90      <HintPath>..\..\packages\Microsoft.Win32.SystemEvents.4.5.0\lib\net461\Microsoft.Win32.SystemEvents.dll</HintPath>
91    </Reference>
92    <Reference Include="System" />
93    <Reference Include="System.CodeDom, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
94      <HintPath>..\..\packages\System.CodeDom.4.5.0\lib\net461\System.CodeDom.dll</HintPath>
95    </Reference>
96    <Reference Include="System.ComponentModel.Composition" />
97    <Reference Include="System.Configuration" />
98    <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
99      <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
100    </Reference>
101    <Reference Include="System.Core" />
102    <Reference Include="System.Data.Odbc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
103      <HintPath>..\..\packages\System.Data.Odbc.4.5.0\lib\net461\System.Data.Odbc.dll</HintPath>
104    </Reference>
105    <Reference Include="System.Data.OracleClient" />
106    <Reference Include="System.Data.SqlClient, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
107      <HintPath>..\..\packages\System.Data.SqlClient.4.5.0\lib\net461\System.Data.SqlClient.dll</HintPath>
108    </Reference>
109    <Reference Include="System.Diagnostics.EventLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
110      <HintPath>..\..\packages\System.Diagnostics.EventLog.4.5.0\lib\net461\System.Diagnostics.EventLog.dll</HintPath>
111    </Reference>
112    <Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
113      <HintPath>..\..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
114    </Reference>
115    <Reference Include="System.DirectoryServices" />
116    <Reference Include="System.DirectoryServices.AccountManagement" />
117    <Reference Include="System.DirectoryServices.Protocols" />
118    <Reference Include="System.Drawing" />
119    <Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
120      <HintPath>..\..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
121    </Reference>
122    <Reference Include="System.IdentityModel" />
123    <Reference Include="System.IO.FileSystem.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
124      <HintPath>..\..\packages\System.IO.FileSystem.AccessControl.4.5.0\lib\net461\System.IO.FileSystem.AccessControl.dll</HintPath>
125    </Reference>
126    <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
127      <HintPath>..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
128      <Private>True</Private>
129      <Private>True</Private>
130    </Reference>
131    <Reference Include="System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
132      <HintPath>..\..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath>
133    </Reference>
134    <Reference Include="System.IO.Pipes.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
135      <HintPath>..\..\packages\System.IO.Pipes.AccessControl.4.5.0\lib\net461\System.IO.Pipes.AccessControl.dll</HintPath>
136    </Reference>
137    <Reference Include="System.IO.Ports, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
138      <HintPath>..\..\packages\System.IO.Ports.4.5.0\lib\net461\System.IO.Ports.dll</HintPath>
139    </Reference>
140    <Reference Include="System.Management" />
141    <Reference Include="System.Net" />
142    <Reference Include="System.Runtime.Caching" />
143    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
144      <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
145    </Reference>
146    <Reference Include="System.Runtime.Serialization" />
147    <Reference Include="System.Security" />
148    <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
149      <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
150    </Reference>
151    <Reference Include="System.Security.Cryptography.Cng, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
152      <HintPath>..\..\packages\System.Security.Cryptography.Cng.4.5.0\lib\net47\System.Security.Cryptography.Cng.dll</HintPath>
153    </Reference>
154    <Reference Include="System.Security.Cryptography.Pkcs, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
155      <HintPath>..\..\packages\System.Security.Cryptography.Pkcs.4.5.0\lib\net461\System.Security.Cryptography.Pkcs.dll</HintPath>
156    </Reference>
157    <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
158      <HintPath>..\..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath>
159    </Reference>
160    <Reference Include="System.Security.Cryptography.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
161      <HintPath>..\..\packages\System.Security.Cryptography.Xml.4.5.0\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
162    </Reference>
163    <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
164      <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
165    </Reference>
166    <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
167      <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
168    </Reference>
169    <Reference Include="System.ServiceModel" />
170    <Reference Include="System.ServiceModel.Duplex, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
171      <HintPath>..\..\packages\System.ServiceModel.Duplex.4.4.1\lib\net461\System.ServiceModel.Duplex.dll</HintPath>
172    </Reference>
173    <Reference Include="System.ServiceModel.Http, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
174      <HintPath>..\..\packages\System.ServiceModel.Http.4.4.1\lib\net461\System.ServiceModel.Http.dll</HintPath>
175    </Reference>
176    <Reference Include="System.ServiceModel.NetTcp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
177      <HintPath>..\..\packages\System.ServiceModel.NetTcp.4.4.1\lib\net461\System.ServiceModel.NetTcp.dll</HintPath>
178    </Reference>
179    <Reference Include="System.ServiceModel.Primitives, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
180      <HintPath>..\..\packages\System.ServiceModel.Primitives.4.4.1\lib\net461\System.ServiceModel.Primitives.dll</HintPath>
181    </Reference>
182    <Reference Include="System.ServiceModel.Syndication, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
183      <HintPath>..\..\packages\System.ServiceModel.Syndication.4.5.0\lib\net461\System.ServiceModel.Syndication.dll</HintPath>
184    </Reference>
185    <Reference Include="System.ServiceProcess" />
186    <Reference Include="System.ServiceProcess.ServiceController, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
187      <HintPath>..\..\packages\System.ServiceProcess.ServiceController.4.5.0\lib\net461\System.ServiceProcess.ServiceController.dll</HintPath>
188    </Reference>
189    <Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
190      <HintPath>..\..\packages\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
191    </Reference>
192    <Reference Include="System.Threading.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
193      <HintPath>..\..\packages\System.Threading.AccessControl.4.5.0\lib\net461\System.Threading.AccessControl.dll</HintPath>
194    </Reference>
195    <Reference Include="System.Transactions" />
196    <Reference Include="System.Windows.Forms" />
197    <Reference Include="System.Windows.Forms.DataVisualization" />
198    <Reference Include="System.Xml.Linq" />
199    <Reference Include="System.Data.DataSetExtensions" />
200    <Reference Include="Microsoft.CSharp" />
201    <Reference Include="System.Data" />
202    <Reference Include="System.Xml" />
203    <Reference Include="WindowsBase" />
204  </ItemGroup>
205  <ItemGroup>
206    <Compile Include="ClassificationImportDialog.cs">
207      <SubType>Form</SubType>
208    </Compile>
209    <Compile Include="ClassificationImportDialog.Designer.cs">
210      <DependentUpon>ClassificationImportDialog.cs</DependentUpon>
211    </Compile>
212    <Compile Include="ClassificationInstanceProviderView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="ClassificationInstanceProviderView.Designer.cs">
216      <DependentUpon>ClassificationInstanceProviderView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="ClusteringInstanceProviderView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="ClusteringInstanceProviderView.Designer.cs">
222      <DependentUpon>ClusteringInstanceProviderView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="DataAnalysisImportDialog.cs">
225      <SubType>Form</SubType>
226    </Compile>
227    <Compile Include="DataAnalysisImportDialog.Designer.cs">
228      <DependentUpon>DataAnalysisImportDialog.cs</DependentUpon>
229    </Compile>
230    <Compile Include="RegressionImportDialog.cs">
231      <SubType>Form</SubType>
232    </Compile>
233    <Compile Include="RegressionImportDialog.Designer.cs">
234      <DependentUpon>RegressionImportDialog.cs</DependentUpon>
235    </Compile>
236    <Compile Include="TimeSeriesPrognosisImportDialog.cs">
237      <SubType>Form</SubType>
238    </Compile>
239    <Compile Include="TimeSeriesPrognosisImportDialog.Designer.cs">
240      <DependentUpon>TimeSeriesPrognosisImportDialog.cs</DependentUpon>
241    </Compile>
242    <Compile Include="TimeSeriesPrognosisInstanceProviderView.cs">
243      <SubType>UserControl</SubType>
244    </Compile>
245    <Compile Include="TimeSeriesPrognosisInstanceProviderView.Designer.cs">
246      <DependentUpon>TimeSeriesPrognosisInstanceProviderView.cs</DependentUpon>
247    </Compile>
248    <Compile Include="DataAnalysisInstanceProviderView.cs">
249      <SubType>UserControl</SubType>
250    </Compile>
251    <Compile Include="DataAnalysisInstanceProviderView.Designer.cs">
252      <DependentUpon>DataAnalysisInstanceProviderView.cs</DependentUpon>
253    </Compile>
254    <Compile Include="Plugin.cs" />
255    <Compile Include="RegressionInstanceProviderView.cs">
256      <SubType>UserControl</SubType>
257    </Compile>
258    <Compile Include="RegressionInstanceProviderView.Designer.cs">
259      <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
260    </Compile>
261    <None Include="HeuristicLab.snk" />
262    <None Include="packages.config" />
263    <None Include="Plugin.cs.frame" />
264    <None Include="Properties\AssemblyInfo.cs.frame" />
265    <Compile Include="Properties\AssemblyInfo.cs" />
266  </ItemGroup>
267  <ItemGroup>
268    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
269      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
270      <Name>HeuristicLab.Common.Resources-3.3</Name>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
273      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
274      <Name>HeuristicLab.Common-3.3</Name>
275    </ProjectReference>
276    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
277      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
278      <Name>HeuristicLab.Core.Views-3.3</Name>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
281      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
282      <Name>HeuristicLab.Core-3.3</Name>
283    </ProjectReference>
284    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
285      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
286      <Name>HeuristicLab.Data.Views-3.3</Name>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
289      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
290      <Name>HeuristicLab.Data-3.3</Name>
291    </ProjectReference>
292    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
293      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
294      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
295    </ProjectReference>
296    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
297      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
298      <Name>HeuristicLab.MainForm-3.3</Name>
299    </ProjectReference>
300    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
301      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
302      <Name>HeuristicLab.Optimization.Views-3.3</Name>
303    </ProjectReference>
304    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
305      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
306      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
307      <Private>False</Private>
308    </ProjectReference>
309    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
310      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
311      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
312      <Private>False</Private>
313    </ProjectReference>
314    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
315      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
316      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
317      <Private>False</Private>
318    </ProjectReference>
319    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
320      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
321      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
322      <Private>False</Private>
323    </ProjectReference>
324    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
325      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
326      <Name>HeuristicLab.Problems.Instances-3.3</Name>
327      <Private>False</Private>
328    </ProjectReference>
329  </ItemGroup>
330  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
331  <PropertyGroup>
332    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
333set ProjectDir=$(ProjectDir)
334set SolutionDir=$(SolutionDir)
335set Outdir=$(Outdir)
336
337call PreBuildEvent.cmd
338</PreBuildEvent>
339    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
340export ProjectDir=$(ProjectDir)
341export SolutionDir=$(SolutionDir)
342
343$SolutionDir/PreBuildEvent.sh
344</PreBuildEvent>
345  </PropertyGroup>
346  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
347       Other similar extension points exist, see Microsoft.Common.targets.
348  <Target Name="BeforeBuild">
349  </Target>
350  <Target Name="AfterBuild">
351  </Target>
352  -->
353</Project>
Note: See TracBrowser for help on using the repository browser.