Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/HeuristicLab.DotNetScilab-1.0.csproj @ 11298

Last change on this file since 11298 was 11298, checked in by abeham, 10 years ago

#2230:

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