Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-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.3 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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{C3F0C7DC-82AD-405B-990A-BF2C5B7F46FF}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>DotNetScilab</RootNamespace>
12    <AssemblyName>DotNetScilab-1.0</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <TargetFrameworkProfile />
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23    <DebugSymbols>true</DebugSymbols>
24    <DebugType>full</DebugType>
25    <Optimize>false</Optimize>
26    <OutputPath>..\..\..\..\bin\</OutputPath>
27    <DefineConstants>DEBUG;TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31    <RegisterForComInterop>false</RegisterForComInterop>
32    <Prefer32Bit>false</Prefer32Bit>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>..\..\..\..\bin\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
42    <RegisterForComInterop>false</RegisterForComInterop>
43    <Prefer32Bit>false</Prefer32Bit>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
46    <DebugSymbols>true</DebugSymbols>
47    <OutputPath>..\..\..\..\bin\</OutputPath>
48    <DefineConstants>DEBUG;TRACE</DefineConstants>
49    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
50    <RegisterForComInterop>false</RegisterForComInterop>
51    <DebugType>full</DebugType>
52    <PlatformTarget>x64</PlatformTarget>
53    <ErrorReport>prompt</ErrorReport>
54    <Prefer32Bit>false</Prefer32Bit>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
57    <OutputPath>..\..\..\..\bin\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
60    <Optimize>true</Optimize>
61    <RegisterForComInterop>false</RegisterForComInterop>
62    <DebugType>pdbonly</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <Prefer32Bit>false</Prefer32Bit>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
68    <DebugSymbols>true</DebugSymbols>
69    <OutputPath>..\..\..\..\bin\</OutputPath>
70    <DefineConstants>DEBUG;TRACE</DefineConstants>
71    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
72    <RegisterForComInterop>false</RegisterForComInterop>
73    <DebugType>full</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <Prefer32Bit>false</Prefer32Bit>
77  </PropertyGroup>
78  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
79    <OutputPath>..\..\..\..\bin\</OutputPath>
80    <DefineConstants>TRACE</DefineConstants>
81    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
82    <Optimize>true</Optimize>
83    <RegisterForComInterop>false</RegisterForComInterop>
84    <DebugType>pdbonly</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <Prefer32Bit>false</Prefer32Bit>
88  </PropertyGroup>
89  <PropertyGroup>
90    <SignAssembly>true</SignAssembly>
91  </PropertyGroup>
92  <PropertyGroup>
93    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
94  </PropertyGroup>
95  <ItemGroup>
96    <Reference Include="System" />
97    <Reference Include="System.Core">
98      <RequiredTargetFramework>3.5</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="Scilab.cs" />
111    <Compile Include="Properties\AssemblyInfo.cs" />
112    <Compile Include="Scilab_cs_wrapper.cs" />
113  </ItemGroup>
114  <ItemGroup>
115    <None Include="DotNetScilab-1.0.dll.config">
116      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
117    </None>
118    <None Include="HeuristicLab.snk" />
119  </ItemGroup>
120  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122       Other similar extension points exist, see Microsoft.Common.targets.
123  <Target Name="BeforeBuild">
124  </Target>
125  <Target Name="AfterBuild">
126  </Target>
127  -->
128</Project>
Note: See TracBrowser for help on using the repository browser.