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