Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16958 was 16958, checked in by abeham, 5 years ago

#2457: adapted to trunk

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