Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-1.0.csproj @ 16147

Last change on this file since 16147 was 16147, checked in by jkarder, 6 years ago

#2924: reapplied changes from r16143

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