[12074] | 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>{675A6EE4-DE7C-413E-8BEF-EB21E0384C87}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.EPPlus</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.EPPlus-4.0.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>
|
---|
[12464] | 90 | <None Include="epplus-4.0.3-Mono.patch" />
|
---|
[12074] | 91 | <None Include="Plugin.cs.frame" />
|
---|
| 92 | <Compile Include="Plugin.cs" />
|
---|
| 93 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 94 | <None Include="HeuristicLab.snk" />
|
---|
| 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 | <Private>False</Private>
|
---|
| 102 | </ProjectReference>
|
---|
| 103 | <ProjectReference Include="..\EPPlus-4.0.3\EPPlus-4.0.3.csproj">
|
---|
| 104 | <Project>{832ea4f3-20f7-42d7-b079-b588ba559e5f}</Project>
|
---|
| 105 | <Name>EPPlus-4.0.3</Name>
|
---|
| 106 | <Private>True</Private>
|
---|
| 107 | </ProjectReference>
|
---|
| 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
| 110 | <Content Include="EPPlus License-4.0.3.txt">
|
---|
| 111 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 112 | </Content>
|
---|
| 113 | </ItemGroup>
|
---|
| 114 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 115 | <PropertyGroup>
|
---|
| 116 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 117 | set ProjectDir=$(ProjectDir)
|
---|
| 118 | set SolutionDir=$(SolutionDir)
|
---|
| 119 | set Outdir=$(Outdir)
|
---|
| 120 |
|
---|
| 121 | call PreBuildEvent.cmd
|
---|
| 122 | </PreBuildEvent>
|
---|
| 123 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 124 | export ProjectDir=$(ProjectDir)
|
---|
| 125 | export SolutionDir=$(SolutionDir)
|
---|
| 126 |
|
---|
| 127 | $SolutionDir/PreBuildEvent.sh
|
---|
| 128 | </PreBuildEvent>
|
---|
| 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> |
---|