Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/HeuristicLab.Problems.ExternalEvaluation.Scilab-3.3.csproj @ 11076

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

#2171: Corrected output directories of Problems.ParameterOptimization and Problems.ExternalEvaluation.Scilab.

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