Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3/HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3.csproj @ 11623

Last change on this file since 11623 was 11623, checked in by ascheibe, 9 years ago

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

File size: 8.8 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  <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>{362A5DC3-969D-43FB-A552-D2F52B780188}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.Matlab</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <SccProjectName>Svn</SccProjectName>
15    <SccLocalPath>Svn</SccLocalPath>
16    <SccAuxPath>Svn</SccAuxPath>
17    <SccProvider>SubversionScc</SccProvider>
18    <TargetFrameworkProfile />
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>..\..\bin\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28    <Prefer32Bit>false</Prefer32Bit>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>..\..\bin\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <Prefer32Bit>false</Prefer32Bit>
38  </PropertyGroup>
39  <PropertyGroup>
40    <SignAssembly>true</SignAssembly>
41  </PropertyGroup>
42  <PropertyGroup>
43    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
46    <DebugSymbols>true</DebugSymbols>
47    <OutputPath>..\..\bin\</OutputPath>
48    <DefineConstants>DEBUG;TRACE</DefineConstants>
49    <DebugType>full</DebugType>
50    <PlatformTarget>x64</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <Prefer32Bit>false</Prefer32Bit>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>..\..\bin\</OutputPath>
68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
76    <OutputPath>..\..\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <ItemGroup>
86    <Reference Include="Interop.MLApp">
87      <HintPath>..\..\bin\Interop.MLApp.dll</HintPath>
88      <EmbedInteropTypes>True</EmbedInteropTypes>
89    </Reference>
90    <Reference Include="System" />
91    <Reference Include="System.Core" />
92    <Reference Include="System.Drawing" />
93    <Reference Include="System.Windows.Forms" />
94    <Reference Include="System.Xml.Linq" />
95    <Reference Include="System.Data.DataSetExtensions" />
96    <Reference Include="Microsoft.CSharp" />
97    <Reference Include="System.Data" />
98    <Reference Include="System.Xml" />
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="MatlabParameterOptimizationProblem.cs" />
102    <Compile Include="MatlabParameterVectorEvaluator.cs" />
103    <Compile Include="Plugin.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
105  </ItemGroup>
106  <ItemGroup>
107    <None Include="HeuristicLab.snk" />
108    <None Include="Plugin.cs.frame" />
109    <None Include="Properties\AssemblyInfo.cs.frame" />
110  </ItemGroup>
111  <ItemGroup>
112    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
113      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
114      <Name>HeuristicLab.Collections-3.3</Name>
115      <Private>False</Private>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
118      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
119      <Name>HeuristicLab.Common-3.3</Name>
120      <Private>False</Private>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
123      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
124      <Name>HeuristicLab.Core-3.3</Name>
125      <Private>False</Private>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
128      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
129      <Name>HeuristicLab.Data-3.3</Name>
130      <Private>False</Private>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
133      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
134      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
135      <Private>False</Private>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
138      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
139      <Name>HeuristicLab.Operators-3.3</Name>
140      <Private>False</Private>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
143      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
144      <Name>HeuristicLab.Optimization-3.3</Name>
145      <Private>False</Private>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
148      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
149      <Name>HeuristicLab.Parameters-3.3</Name>
150      <Private>False</Private>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
153      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
154      <Name>HeuristicLab.Persistence-3.3</Name>
155      <Private>False</Private>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
158      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
159      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
160      <Private>False</Private>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Problems.ParameterOptimization\3.3\HeuristicLab.Problems.ParameterOptimization-3.3.csproj">
163      <Project>{d2c39fba-a1d5-403a-9211-b0a299a76313}</Project>
164      <Name>HeuristicLab.Problems.ParameterOptimization-3.3</Name>
165      <Private>False</Private>
166    </ProjectReference>
167  </ItemGroup>
168  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169  <PropertyGroup>
170    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
171      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
172      set ProjectDir=$(ProjectDir)
173      set SolutionDir=$(SolutionDir)
174      set Outdir=$(Outdir)
175
176      call PreBuildEvent.cmd
177    </PreBuildEvent>
178    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
179      export ProjectDir=$(ProjectDir)
180      export SolutionDir=$(SolutionDir)
181
182      $SolutionDir/PreBuildEvent.sh
183    </PreBuildEvent>
184  </PropertyGroup>
185  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
186       Other similar extension points exist, see Microsoft.Common.targets.
187  <Target Name="BeforeBuild">
188  </Target>
189  <Target Name="AfterBuild">
190  </Target>
191  -->
192</Project>
Note: See TracBrowser for help on using the repository browser.