Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.csproj @ 10122

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

#2082: Added Scilab .NET coupling to external evaluation branch.

File size: 9.4 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.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>..\..\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="DotNet-Component-Scilab, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
80      <SpecificVersion>False</SpecificVersion>
81      <HintPath>..\..\bin\DotNet-Component-Scilab.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
84      <SpecificVersion>False</SpecificVersion>
85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
89      <SpecificVersion>False</SpecificVersion>
90      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
94      <SpecificVersion>False</SpecificVersion>
95      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
96      <Private>False</Private>
97    </Reference>
98    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <SpecificVersion>False</SpecificVersion>
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <SpecificVersion>False</SpecificVersion>
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <SpecificVersion>False</SpecificVersion>
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
116      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
124      <SpecificVersion>False</SpecificVersion>
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="System" />
134    <Reference Include="System.Core" />
135    <Reference Include="System.Drawing" />
136    <Reference Include="System.Windows.Forms" />
137    <Reference Include="System.Xml.Linq" />
138    <Reference Include="System.Data.DataSetExtensions" />
139    <Reference Include="Microsoft.CSharp" />
140    <Reference Include="System.Data" />
141    <Reference Include="System.Xml" />
142  </ItemGroup>
143  <ItemGroup>
144    <Compile Include="Plugin.cs" />
145    <Compile Include="Properties\AssemblyInfo.cs" />
146    <Compile Include="ScilabParameterVectorEvaluator.cs" />
147    <Compile Include="ScilabParameterOptimizationProblem.cs" />
148  </ItemGroup>
149  <ItemGroup>
150    <None Include="HeuristicLab.snk" />
151    <None Include="Plugin.cs.frame" />
152    <None Include="Properties\AssemblyInfo.cs.frame" />
153  </ItemGroup>
154  <ItemGroup>
155    <Content Include="Scilab License.txt">
156      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
157    </Content>
158  </ItemGroup>
159  <ItemGroup>
160    <ProjectReference Include="..\..\HeuristicLab.Problems.ParameterOptimization\3.3\HeuristicLab.Problems.ParameterOptimization.csproj">
161      <Project>{d2c39fba-a1d5-403a-9211-b0a299a76313}</Project>
162      <Name>HeuristicLab.Problems.ParameterOptimization</Name>
163      <Private>False</Private>
164    </ProjectReference>
165  </ItemGroup>
166  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
167  <PropertyGroup>
168    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
169      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
170      set ProjectDir=$(ProjectDir)
171      set SolutionDir=$(SolutionDir)
172      set Outdir=$(Outdir)
173
174      call PreBuildEvent.cmd
175    </PreBuildEvent>
176    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
177      export ProjectDir=$(ProjectDir)
178      export SolutionDir=$(SolutionDir)
179
180      $SolutionDir/PreBuildEvent.sh
181    </PreBuildEvent>
182  </PropertyGroup>
183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184       Other similar extension points exist, see Microsoft.Common.targets.
185  <Target Name="BeforeBuild">
186  </Target>
187  <Target Name="AfterBuild">
188  </Target>
189  -->
190</Project>
Note: See TracBrowser for help on using the repository browser.