Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/HeuristicLab.OptimizationExpertSystem/3.3/HeuristicLab.OptimizationExpertSystem-3.3.csproj @ 16674

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

#2457: Adapted project references to trunk changes

File size: 15.2 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\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\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\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\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\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\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">
76      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
80      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.Clients.Access-3.3">
84      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Clients.Access-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.Clients.Common-3.3">
88      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Clients.OKB-3.3">
92      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Clients.OKB-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Collections-3.3">
96      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Common-3.3">
100      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Common.Resources-3.3">
104      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.Core-3.3">
108      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Core.Views-3.3">
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Data-3.3">
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Data.Views-3.3">
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.MainForm-3.3">
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Operators-3.3">
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Persistence-3.3">
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.Random-3.3">
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.Scripting-3.3">
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
152      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
153      <Private>False</Private>
154    </Reference>
155    <Reference Include="System" />
156    <Reference Include="System.Core" />
157    <Reference Include="System.Drawing" />
158    <Reference Include="System.Runtime.Serialization" />
159    <Reference Include="System.Windows.Forms" />
160    <Reference Include="System.Windows.Forms.DataVisualization" />
161    <Reference Include="System.Xml.Linq" />
162    <Reference Include="System.Data.DataSetExtensions" />
163    <Reference Include="Microsoft.CSharp" />
164    <Reference Include="System.Data" />
165    <Reference Include="System.Xml" />
166    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.7.0">
167      <HintPath>..\..\..\..\trunk\bin\WeifenLuo.WinFormsUI.Docking-2.7.0.dll</HintPath>
168    </Reference>
169  </ItemGroup>
170  <ItemGroup>
171    <Compile Include="Docking\AlgorithmControlForm.cs">
172      <SubType>Form</SubType>
173    </Compile>
174    <Compile Include="Docking\AlgorithmControlForm.Designer.cs">
175      <DependentUpon>AlgorithmControlForm.cs</DependentUpon>
176    </Compile>
177    <Compile Include="Menu\200_Solving\210_PerformanceModelingMenuItem.cs" />
178    <Compile Include="Toolbar\DownloadFromOKBToolbarItem.cs" />
179    <Compile Include="Toolbar\ToolbarItemBase.cs" />
180    <Compile Include="Views\KnowledgeCenterAllinOneView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="Views\KnowledgeCenterAllinOneView.Designer.cs">
184      <DependentUpon>KnowledgeCenterAllinOneView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="Interfaces\IOptimizationKnowledgeCenterUi.cs" />
187    <Compile Include="Views\KnowledgeBaseView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="Views\KnowledgeBaseView.Designer.cs">
191      <DependentUpon>KnowledgeBaseView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="Menu\0_Config\40_AdministerOkbMenuItem.cs" />
194    <Compile Include="Menu\0_Config\30_DownloadFromOkbMenuItem.cs" />
195    <Compile Include="Menu\0_Config\10_SetCredentialsMenuItem.cs" />
196    <Compile Include="Menu\200_Solving\220_SolverMenuItem.cs" />
197    <Compile Include="Menu\300_Learning\310_KnowledgeBaseMenuItem.cs" />
198    <Compile Include="Menu\900_Tools\900_CSharpScriptMenuItem.cs" />
199    <Compile Include="Menu\900_Tools\910_NewCSharpScriptMenuItem.cs" />
200    <Compile Include="Menu\900_Tools\930_SaveCSharpScriptMenuItem.cs" />
201    <Compile Include="Menu\900_Tools\990_ShowAllInOneViewMenuItem.cs" />
202    <Compile Include="Menu\900_Tools\920_OpenCSharpScriptMenuItem.cs" />
203    <Compile Include="Menu\MenuItemBase.cs" />
204    <Compile Include="Menu\0_Config\20_SetProblemMenuItem.cs" />
205    <Compile Include="Menu\100_Understanding\120_SolutionsMenuItem.cs" />
206    <Compile Include="Menu\100_Understanding\110_ProblemInstanceMenuItem.cs" />
207    <Compile Include="OptimizationKnowledgeCenter.cs">
208      <SubType>Form</SubType>
209    </Compile>
210    <Compile Include="OptimizationKnowledgeCenter.Designer.cs">
211      <DependentUpon>OptimizationKnowledgeCenter.cs</DependentUpon>
212    </Compile>
213    <Compile Include="Plugin.cs" />
214    <Compile Include="Views\PerformanceModelingView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="Views\PerformanceModelingView.Designer.cs">
218      <DependentUpon>PerformanceModelingView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="Views\SolverView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="Views\SolverView.Designer.cs">
224      <DependentUpon>SolverView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Views\UnderstandingProblemInstanceView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="Views\UnderstandingProblemInstanceView.Designer.cs">
230      <DependentUpon>UnderstandingProblemInstanceView.cs</DependentUpon>
231    </Compile>
232    <Compile Include="Views\UnderstandingSolutionsView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="Views\UnderstandingSolutionsView.Designer.cs">
236      <DependentUpon>UnderstandingSolutionsView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="Views\KnowledgeCenterViewBase.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="Views\KnowledgeCenterViewBase.Designer.cs">
242      <DependentUpon>KnowledgeCenterViewBase.cs</DependentUpon>
243    </Compile>
244    <None Include="Properties\AssemblyInfo.cs.frame" />
245    <Compile Include="Properties\AssemblyInfo.cs" />
246  </ItemGroup>
247  <ItemGroup>
248    <None Include="HeuristicLab.snk" />
249    <None Include="Plugin.cs.frame" />
250  </ItemGroup>
251  <ItemGroup>
252    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
253      <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
254      <Name>HeuristicLab.Analysis.Views-3.3</Name>
255      <Private>False</Private>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
258      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
259      <Name>HeuristicLab.Analysis-3.3</Name>
260      <Private>False</Private>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
263      <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
264      <Name>HeuristicLab.Optimization.Views-3.3</Name>
265      <Private>False</Private>
266    </ProjectReference>
267    <ProjectReference Include="..\..\HeuristicLab.OptimizationExpertSystem.Common\3.3\HeuristicLab.OptimizationExpertSystem.Common-3.3.csproj">
268      <Project>{492cc257-e27c-4497-b2c1-09c45310c91c}</Project>
269      <Name>HeuristicLab.OptimizationExpertSystem.Common-3.3</Name>
270      <Private>False</Private>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
273      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
274      <Name>HeuristicLab.Optimization-3.3</Name>
275      <Private>False</Private>
276    </ProjectReference>
277  </ItemGroup>
278  <ItemGroup>
279    <EmbeddedResource Include="Docking\AlgorithmControlForm.resx">
280      <DependentUpon>AlgorithmControlForm.cs</DependentUpon>
281    </EmbeddedResource>
282    <EmbeddedResource Include="Views\KnowledgeCenterAllinOneView.resx">
283      <DependentUpon>KnowledgeCenterAllinOneView.cs</DependentUpon>
284    </EmbeddedResource>
285    <EmbeddedResource Include="Views\KnowledgeBaseView.resx">
286      <DependentUpon>KnowledgeBaseView.cs</DependentUpon>
287    </EmbeddedResource>
288    <EmbeddedResource Include="OptimizationKnowledgeCenter.resx">
289      <DependentUpon>OptimizationKnowledgeCenter.cs</DependentUpon>
290    </EmbeddedResource>
291    <EmbeddedResource Include="Views\PerformanceModelingView.resx">
292      <DependentUpon>PerformanceModelingView.cs</DependentUpon>
293    </EmbeddedResource>
294    <EmbeddedResource Include="Views\SolverView.resx">
295      <DependentUpon>SolverView.cs</DependentUpon>
296    </EmbeddedResource>
297    <EmbeddedResource Include="Views\UnderstandingProblemInstanceView.resx">
298      <DependentUpon>UnderstandingProblemInstanceView.cs</DependentUpon>
299    </EmbeddedResource>
300    <EmbeddedResource Include="Views\UnderstandingSolutionsView.resx">
301      <DependentUpon>UnderstandingSolutionsView.cs</DependentUpon>
302    </EmbeddedResource>
303    <EmbeddedResource Include="Views\KnowledgeCenterViewBase.resx">
304      <DependentUpon>KnowledgeCenterViewBase.cs</DependentUpon>
305    </EmbeddedResource>
306  </ItemGroup>
307  <ItemGroup />
308  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
309  <PropertyGroup>
310    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
311set ProjectDir=$(ProjectDir)
312set SolutionDir=$(SolutionDir)
313set Outdir=$(Outdir)
314
315call PreBuildEvent.cmd</PreBuildEvent>
316  </PropertyGroup>
317  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
318       Other similar extension points exist, see Microsoft.Common.targets.
319  <Target Name="BeforeBuild">
320  </Target>
321  <Target Name="AfterBuild">
322  </Target>
323  -->
324</Project>
Note: See TracBrowser for help on using the repository browser.