Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ALPS/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.csproj @ 11677

Last change on this file since 11677 was 11677, checked in by pfleck, 9 years ago

#2269 Merged trunk. Updated .net version of ALPS plugin.

File size: 9.2 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>{C633FB23-BAE6-448E-BF5D-E1F9A839B5ED}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.Scilab</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.Scilab-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="DotNetScilab-1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\bin\DotNetScilab-1.0.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.DotNetScilab-1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <SpecificVersion>False</SpecificVersion>
93      <HintPath>..\..\bin\HeuristicLab.DotNetScilab-1.0.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="System" />
97    <Reference Include="System.Core" />
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Windows.Forms" />
100    <Reference Include="System.Xml.Linq" />
101    <Reference Include="System.Data.DataSetExtensions" />
102    <Reference Include="Microsoft.CSharp" />
103    <Reference Include="System.Data" />
104    <Reference Include="System.Xml" />
105  </ItemGroup>
106  <ItemGroup>
107    <Compile Include="Plugin.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <Compile Include="ScilabParameterVectorEvaluator.cs" />
110    <Compile Include="ScilabParameterOptimizationProblem.cs" />
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="HeuristicLab.snk" />
114    <None Include="Plugin.cs.frame" />
115    <None Include="Properties\AssemblyInfo.cs.frame" />
116  </ItemGroup>
117  <ItemGroup>
118    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
119      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
120      <Name>HeuristicLab.Collections-3.3</Name>
121      <Private>False</Private>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
124      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
125      <Name>HeuristicLab.Common-3.3</Name>
126      <Private>False</Private>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
129      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
130      <Name>HeuristicLab.Core-3.3</Name>
131      <Private>False</Private>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
134      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
135      <Name>HeuristicLab.Data-3.3</Name>
136      <Private>False</Private>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
139      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
140      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
141      <Private>False</Private>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
144      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
145      <Name>HeuristicLab.Operators-3.3</Name>
146      <Private>False</Private>
147    </ProjectReference>
148    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
149      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
150      <Name>HeuristicLab.Optimization-3.3</Name>
151      <Private>False</Private>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
154      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
155      <Name>HeuristicLab.Parameters-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
159      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
160      <Name>HeuristicLab.Persistence-3.3</Name>
161      <Private>False</Private>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
164      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
165      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
166      <Private>False</Private>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Problems.ParameterOptimization\3.3\HeuristicLab.Problems.ParameterOptimization-3.3.csproj">
169      <Project>{d2c39fba-a1d5-403a-9211-b0a299a76313}</Project>
170      <Name>HeuristicLab.Problems.ParameterOptimization-3.3</Name>
171      <Private>False</Private>
172    </ProjectReference>
173  </ItemGroup>
174  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175  <PropertyGroup>
176    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
177      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
178      set ProjectDir=$(ProjectDir)
179      set SolutionDir=$(SolutionDir)
180      set Outdir=$(Outdir)
181
182      call PreBuildEvent.cmd
183    </PreBuildEvent>
184    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
185      export ProjectDir=$(ProjectDir)
186      export SolutionDir=$(SolutionDir)
187
188      $SolutionDir/PreBuildEvent.sh
189    </PreBuildEvent>
190  </PropertyGroup>
191  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192       Other similar extension points exist, see Microsoft.Common.targets.
193  <Target Name="BeforeBuild">
194  </Target>
195  <Target Name="AfterBuild">
196  </Target>
197  -->
198</Project>
Note: See TracBrowser for help on using the repository browser.