Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/HeuristicLab.OptimizationExpertSystem-3.3.csproj @ 15254

Last change on this file since 15254 was 15254, checked in by abeham, 7 years ago

#2457: changed references to file reference

File size: 18.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{6240A044-BD4B-4DDB-9E67-A6CFA5E0C7BE}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.OptimizationExpertSystem</RootNamespace>
11    <AssemblyName>HeuristicLab.OptimizationExpertSystem-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
33    <DebugSymbols>true</DebugSymbols>
34    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
35    <DefineConstants>DEBUG;TRACE</DefineConstants>
36    <DebugType>full</DebugType>
37    <PlatformTarget>x64</PlatformTarget>
38    <ErrorReport>prompt</ErrorReport>
39    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
51    <DebugSymbols>true</DebugSymbols>
52    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
53    <DefineConstants>DEBUG;TRACE</DefineConstants>
54    <DebugType>full</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
60    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup>
69    <SignAssembly>true</SignAssembly>
70  </PropertyGroup>
71  <PropertyGroup>
72    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
73  </PropertyGroup>
74  <ItemGroup>
75    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
76      <SpecificVersion>False</SpecificVersion>
77      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
81      <SpecificVersion>False</SpecificVersion>
82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Clients.Access-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
86      <SpecificVersion>False</SpecificVersion>
87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Access-3.3.dll</HintPath>
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.Clients.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Clients.OKB-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.OKB-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
101      <SpecificVersion>False</SpecificVersion>
102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <SpecificVersion>False</SpecificVersion>
107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
116      <SpecificVersion>False</SpecificVersion>
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
126      <SpecificVersion>False</SpecificVersion>
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
128      <Private>False</Private>
129    </Reference>
130    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
136      <SpecificVersion>False</SpecificVersion>
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
141      <SpecificVersion>False</SpecificVersion>
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
146      <SpecificVersion>False</SpecificVersion>
147      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
148      <Private>False</Private>
149    </Reference>
150    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
151      <SpecificVersion>False</SpecificVersion>
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
153      <Private>False</Private>
154    </Reference>
155    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
156      <SpecificVersion>False</SpecificVersion>
157      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
158      <Private>False</Private>
159    </Reference>
160    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
161      <SpecificVersion>False</SpecificVersion>
162      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
163      <Private>False</Private>
164    </Reference>
165    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
166      <SpecificVersion>False</SpecificVersion>
167      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
168      <Private>False</Private>
169    </Reference>
170    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
171      <SpecificVersion>False</SpecificVersion>
172      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
173      <Private>False</Private>
174    </Reference>
175    <Reference Include="System" />
176    <Reference Include="System.Core" />
177    <Reference Include="System.Drawing" />
178    <Reference Include="System.Runtime.Serialization" />
179    <Reference Include="System.Windows.Forms" />
180    <Reference Include="System.Windows.Forms.DataVisualization" />
181    <Reference Include="System.Xml.Linq" />
182    <Reference Include="System.Data.DataSetExtensions" />
183    <Reference Include="Microsoft.CSharp" />
184    <Reference Include="System.Data" />
185    <Reference Include="System.Xml" />
186    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.7.0, Version=2.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
187      <SpecificVersion>False</SpecificVersion>
188      <HintPath>..\..\..\..\trunk\sources\bin\WeifenLuo.WinFormsUI.Docking-2.7.0.dll</HintPath>
189    </Reference>
190  </ItemGroup>
191  <ItemGroup>
192    <Compile Include="Docking\AlgorithmControlForm.cs">
193      <SubType>Form</SubType>
194    </Compile>
195    <Compile Include="Docking\AlgorithmControlForm.Designer.cs">
196      <DependentUpon>AlgorithmControlForm.cs</DependentUpon>
197    </Compile>
198    <Compile Include="Menu\200_Solving\210_PerformanceModelingMenuItem.cs" />
199    <Compile Include="Toolbar\DownloadFromOKBToolbarItem.cs" />
200    <Compile Include="Toolbar\ToolbarItemBase.cs" />
201    <Compile Include="Views\KnowledgeCenterAllinOneView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="Views\KnowledgeCenterAllinOneView.Designer.cs">
205      <DependentUpon>KnowledgeCenterAllinOneView.cs</DependentUpon>
206    </Compile>
207    <Compile Include="Interfaces\IOptimizationKnowledgeCenterUi.cs" />
208    <Compile Include="Views\KnowledgeBaseView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="Views\KnowledgeBaseView.Designer.cs">
212      <DependentUpon>KnowledgeBaseView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="Menu\0_Config\40_AdministerOkbMenuItem.cs" />
215    <Compile Include="Menu\0_Config\30_DownloadFromOkbMenuItem.cs" />
216    <Compile Include="Menu\0_Config\10_SetCredentialsMenuItem.cs" />
217    <Compile Include="Menu\200_Solving\220_SolverMenuItem.cs" />
218    <Compile Include="Menu\300_Learning\310_KnowledgeBaseMenuItem.cs" />
219    <Compile Include="Menu\900_Tools\900_CSharpScriptMenuItem.cs" />
220    <Compile Include="Menu\900_Tools\910_NewCSharpScriptMenuItem.cs" />
221    <Compile Include="Menu\900_Tools\930_SaveCSharpScriptMenuItem.cs" />
222    <Compile Include="Menu\900_Tools\990_ShowAllInOneViewMenuItem.cs" />
223    <Compile Include="Menu\900_Tools\920_OpenCSharpScriptMenuItem.cs" />
224    <Compile Include="Menu\MenuItemBase.cs" />
225    <Compile Include="Menu\0_Config\20_SetProblemMenuItem.cs" />
226    <Compile Include="Menu\100_Understanding\120_SolutionsMenuItem.cs" />
227    <Compile Include="Menu\100_Understanding\110_ProblemInstanceMenuItem.cs" />
228    <Compile Include="OptimizationKnowledgeCenter.cs">
229      <SubType>Form</SubType>
230    </Compile>
231    <Compile Include="OptimizationKnowledgeCenter.Designer.cs">
232      <DependentUpon>OptimizationKnowledgeCenter.cs</DependentUpon>
233    </Compile>
234    <Compile Include="Plugin.cs" />
235    <Compile Include="Views\PerformanceModelingView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="Views\PerformanceModelingView.Designer.cs">
239      <DependentUpon>PerformanceModelingView.cs</DependentUpon>
240    </Compile>
241    <Compile Include="Views\SolverView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="Views\SolverView.Designer.cs">
245      <DependentUpon>SolverView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="Views\UnderstandingProblemInstanceView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="Views\UnderstandingProblemInstanceView.Designer.cs">
251      <DependentUpon>UnderstandingProblemInstanceView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="Views\UnderstandingSolutionsView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="Views\UnderstandingSolutionsView.Designer.cs">
257      <DependentUpon>UnderstandingSolutionsView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="Views\KnowledgeCenterViewBase.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="Views\KnowledgeCenterViewBase.Designer.cs">
263      <DependentUpon>KnowledgeCenterViewBase.cs</DependentUpon>
264    </Compile>
265    <None Include="Properties\AssemblyInfo.cs.frame" />
266    <Compile Include="Properties\AssemblyInfo.cs" />
267  </ItemGroup>
268  <ItemGroup>
269    <None Include="HeuristicLab.snk" />
270    <None Include="Plugin.cs.frame" />
271  </ItemGroup>
272  <ItemGroup>
273    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
274      <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
275      <Name>HeuristicLab.Analysis.Views-3.3</Name>
276      <Private>False</Private>
277    </ProjectReference>
278    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
279      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
280      <Name>HeuristicLab.Analysis-3.3</Name>
281      <Private>False</Private>
282    </ProjectReference>
283    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
284      <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
285      <Name>HeuristicLab.Optimization.Views-3.3</Name>
286      <Private>False</Private>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.OptimizationExpertSystem.Common\3.3\HeuristicLab.OptimizationExpertSystem.Common-3.3.csproj">
289      <Project>{492cc257-e27c-4497-b2c1-09c45310c91c}</Project>
290      <Name>HeuristicLab.OptimizationExpertSystem.Common-3.3</Name>
291      <Private>False</Private>
292    </ProjectReference>
293    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
294      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
295      <Name>HeuristicLab.Optimization-3.3</Name>
296      <Private>False</Private>
297    </ProjectReference>
298  </ItemGroup>
299  <ItemGroup>
300    <EmbeddedResource Include="Docking\AlgorithmControlForm.resx">
301      <DependentUpon>AlgorithmControlForm.cs</DependentUpon>
302    </EmbeddedResource>
303    <EmbeddedResource Include="Views\KnowledgeCenterAllinOneView.resx">
304      <DependentUpon>KnowledgeCenterAllinOneView.cs</DependentUpon>
305    </EmbeddedResource>
306    <EmbeddedResource Include="Views\KnowledgeBaseView.resx">
307      <DependentUpon>KnowledgeBaseView.cs</DependentUpon>
308    </EmbeddedResource>
309    <EmbeddedResource Include="OptimizationKnowledgeCenter.resx">
310      <DependentUpon>OptimizationKnowledgeCenter.cs</DependentUpon>
311    </EmbeddedResource>
312    <EmbeddedResource Include="Views\PerformanceModelingView.resx">
313      <DependentUpon>PerformanceModelingView.cs</DependentUpon>
314    </EmbeddedResource>
315    <EmbeddedResource Include="Views\SolverView.resx">
316      <DependentUpon>SolverView.cs</DependentUpon>
317    </EmbeddedResource>
318    <EmbeddedResource Include="Views\UnderstandingProblemInstanceView.resx">
319      <DependentUpon>UnderstandingProblemInstanceView.cs</DependentUpon>
320    </EmbeddedResource>
321    <EmbeddedResource Include="Views\UnderstandingSolutionsView.resx">
322      <DependentUpon>UnderstandingSolutionsView.cs</DependentUpon>
323    </EmbeddedResource>
324    <EmbeddedResource Include="Views\KnowledgeCenterViewBase.resx">
325      <DependentUpon>KnowledgeCenterViewBase.cs</DependentUpon>
326    </EmbeddedResource>
327  </ItemGroup>
328  <ItemGroup />
329  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
330  <PropertyGroup>
331    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
332set ProjectDir=$(ProjectDir)
333set SolutionDir=$(SolutionDir)
334set Outdir=$(Outdir)
335
336call PreBuildEvent.cmd</PreBuildEvent>
337  </PropertyGroup>
338  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
339       Other similar extension points exist, see Microsoft.Common.targets.
340  <Target Name="BeforeBuild">
341  </Target>
342  <Target Name="AfterBuild">
343  </Target>
344  -->
345</Project>
Note: See TracBrowser for help on using the repository browser.