Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ALPS/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/HeuristicLab.EPPlus-3.1.3/HeuristicLab.EPPlus-3.1.3.csproj @ 11677

Last change on this file since 11677 was 11677, checked in by pfleck, 9 years ago

#2269 Merged trunk. Updated .net version of ALPS plugin.

File size: 5.7 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>{B8B9E73B-18DE-4781-8F31-D3472BA9DB66}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.EPPlus</RootNamespace>
11    <AssemblyName>HeuristicLab.EPPlus-3.1.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
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>
24    <Prefer32Bit>false</Prefer32Bit>
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>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
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>
49    <Prefer32Bit>false</Prefer32Bit>
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>
59    <Prefer32Bit>false</Prefer32Bit>
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>
69    <Prefer32Bit>false</Prefer32Bit>
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>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
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="System.Data" />
87    <Reference Include="System.Xml" />
88  </ItemGroup>
89  <ItemGroup>
90    <None Include="Plugin.cs.frame" />
91    <Compile Include="Plugin.cs" />
92    <Compile Include="Properties\AssemblyInfo.cs" />
93    <None Include="HeuristicLab.snk" />
94    <None Include="Properties\AssemblyInfo.cs.frame" />
95  </ItemGroup>
96  <ItemGroup>
97    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
98      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
99      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
100      <Private>False</Private>
101    </ProjectReference>
102    <ProjectReference Include="..\EPPlus-3.1.3\EPPlus-3.1.3.csproj">
103      <Project>{7b288026-5502-4a39-bf41-77e086f3e4a3}</Project>
104      <Name>EPPlus-3.1.3</Name>
105    </ProjectReference>
106  </ItemGroup>
107  <ItemGroup>
108    <Content Include="EPPlus License-3.1.3.txt">
109      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
110    </Content>
111  </ItemGroup>
112  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113  <PropertyGroup>
114    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
115set ProjectDir=$(ProjectDir)
116set SolutionDir=$(SolutionDir)
117set Outdir=$(Outdir)
118
119call PreBuildEvent.cmd
120</PreBuildEvent>
121    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
122export ProjectDir=$(ProjectDir)
123export SolutionDir=$(SolutionDir)
124
125$SolutionDir/PreBuildEvent.sh
126</PreBuildEvent>
127  </PropertyGroup>
128  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129       Other similar extension points exist, see Microsoft.Common.targets.
130  <Target Name="BeforeBuild">
131  </Target>
132  <Target Name="AfterBuild">
133  </Target>
134  -->
135</Project>
Note: See TracBrowser for help on using the repository browser.