Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0Example/cs_example.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: 4.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>{10B5A5BF-3204-4B47-91C0-7FA614EFA94A}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>cs_example</RootNamespace>
12    <AssemblyName>cs_example</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  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x64</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
49    <OutputPath>bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
67    <OutputPath>bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x86</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="DotNetScilab-1.0">
77      <HintPath>..\..\..\..\bin\DotNetScilab-1.0.dll</HintPath>
78    </Reference>
79    <Reference Include="System" />
80    <Reference Include="System.Core">
81      <RequiredTargetFramework>3.5</RequiredTargetFramework>
82    </Reference>
83    <Reference Include="System.Xml.Linq">
84      <RequiredTargetFramework>3.5</RequiredTargetFramework>
85    </Reference>
86    <Reference Include="System.Data.DataSetExtensions">
87      <RequiredTargetFramework>3.5</RequiredTargetFramework>
88    </Reference>
89    <Reference Include="System.Data" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="cs_example.cs" />
94    <Compile Include="Properties\AssemblyInfo.cs" />
95    <Compile Include="Util.cs" />
96  </ItemGroup>
97  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99       Other similar extension points exist, see Microsoft.Common.targets.
100  <Target Name="BeforeBuild">
101  </Target>
102  <Target Name="AfterBuild">
103  </Target>
104  -->
105</Project>
Note: See TracBrowser for help on using the repository browser.