Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.MatlabConnector/1.0/HeuristicLab.MatlabConnector-1.0/HeuristicLab.MatlabConnector-1.0.csproj @ 12694

Last change on this file since 12694 was 12694, checked in by abeham, 9 years ago

#2208: merged trunk changes

File size: 5.7 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>{52C66DEA-0250-477B-97F8-5CD2CD4B7332}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.MatlabConnector</RootNamespace>
11    <AssemblyName>HeuristicLab.MatlabConnector-1.0</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\..\..\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>..\..\..\..\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49    <Prefer32Bit>false</Prefer32Bit>
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    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\..\..\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
72    <OutputPath>..\..\..\..\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <ItemGroup>
82    <Reference Include="System" />
83    <Reference Include="System.Core" />
84    <Reference Include="System.Xml.Linq" />
85    <Reference Include="System.Data.DataSetExtensions" />
86    <Reference Include="Microsoft.CSharp" />
87    <Reference Include="System.Data" />
88    <Reference Include="System.Xml" />
89  </ItemGroup>
90  <ItemGroup>
91    <Compile Include="Plugin.cs" />
92    <Compile Include="Properties\AssemblyInfo.cs" />
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="HeuristicLab.snk" />
96    <None Include="Plugin.cs.frame" />
97    <None Include="Properties\AssemblyInfo.cs.frame" />
98  </ItemGroup>
99  <ItemGroup>
100    <Content Include="Interop.MLApp.dll">
101      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
102    </Content>
103    <Content Include="Mathworks Interop License.txt">
104      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
105    </Content>
106  </ItemGroup>
107  <ItemGroup>
108    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
109      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
110      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
111    </ProjectReference>
112  </ItemGroup>
113  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114  <PropertyGroup>
115    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
116set ProjectDir=$(ProjectDir)
117set SolutionDir=$(SolutionDir)
118set Outdir=$(Outdir)
119
120call PreBuildEvent.cmd
121</PreBuildEvent>
122    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
123export ProjectDir=$(ProjectDir)
124export SolutionDir=$(SolutionDir)
125
126$SolutionDir/PreBuildEvent.sh
127</PreBuildEvent>
128  </PropertyGroup>
129  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130       Other similar extension points exist, see Microsoft.Common.targets.
131  <Target Name="BeforeBuild">
132  </Target>
133  <Target Name="AfterBuild">
134  </Target>
135  -->
136</Project>
Note: See TracBrowser for help on using the repository browser.