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 @ 11102

Last change on this file since 11102 was 11102, checked in by mkommend, 10 years ago

#2082: Forgot to set copyLocal to false for updated references in ExternalEvaluation.Matlab.

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