Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/HeuristicLab.DotNetScilab-1.0.csproj @ 16144

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

#2522: reverse merged r16143

File size: 5.8 KB
RevLine 
[10602]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>{F2F242B0-9996-4B49-828D-2BFC5925FDE0}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.DotNetScilab</RootNamespace>
11    <AssemblyName>HeuristicLab.DotNetScilab-1.0</AssemblyName>
[16144]12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[10602]13    <FileAlignment>512</FileAlignment>
[11623]14    <TargetFrameworkProfile />
[10602]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>
[11623]24    <Prefer32Bit>false</Prefer32Bit>
[10602]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>
[11623]33    <Prefer32Bit>false</Prefer32Bit>
[10602]34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
[11298]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>
[11623]49    <Prefer32Bit>false</Prefer32Bit>
[11298]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>
[11623]59    <Prefer32Bit>false</Prefer32Bit>
[11298]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>
[11623]69    <Prefer32Bit>false</Prefer32Bit>
[11298]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>
[11623]79    <Prefer32Bit>false</Prefer32Bit>
[11298]80  </PropertyGroup>
[10602]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    <Content Include="DotNetScilab License.txt">
96      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
97    </Content>
98  </ItemGroup>
99  <ItemGroup>
100    <None Include="HeuristicLab.snk" />
101    <None Include="Plugin.cs.frame" />
102    <None Include="Properties\AssemblyInfo.cs.frame" />
103  </ItemGroup>
104  <ItemGroup>
105    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
106      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
107      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
108    </ProjectReference>
[11075]109    <ProjectReference Include="..\DotNetScilab-1.0\DotNetScilab-1.0.csproj">
110      <Project>{c3f0c7dc-82ad-405b-990a-bf2c5b7f46ff}</Project>
111      <Name>DotNetScilab-1.0</Name>
112    </ProjectReference>
[10602]113  </ItemGroup>
114  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115  <PropertyGroup>
[11298]116    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[10602]117set ProjectDir=$(ProjectDir)
118set SolutionDir=$(SolutionDir)
119set Outdir=$(Outdir)
120
[11298]121call PreBuildEvent.cmd
122    </PreBuildEvent>
123    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
124export ProjectDir=$(ProjectDir)
125export SolutionDir=$(SolutionDir)
126
127$SolutionDir/PreBuildEvent.sh
128    </PreBuildEvent>
[10602]129  </PropertyGroup>
130  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
131       Other similar extension points exist, see Microsoft.Common.targets.
132  <Target Name="BeforeBuild">
133  </Target>
134  <Target Name="AfterBuild">
135  </Target>
136  -->
137</Project>
Note: See TracBrowser for help on using the repository browser.