[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>
|
---|
| 20 | <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 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>
|
---|
| 28 | <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 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>
|
---|
| 39 | <ItemGroup>
|
---|
| 40 | <Reference Include="System" />
|
---|
| 41 | <Reference Include="System.Core" />
|
---|
| 42 | <Reference Include="System.Xml.Linq" />
|
---|
| 43 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 44 | <Reference Include="System.Data" />
|
---|
| 45 | <Reference Include="System.Xml" />
|
---|
| 46 | </ItemGroup>
|
---|
| 47 | <ItemGroup>
|
---|
| 48 | <None Include="Plugin.cs.frame" />
|
---|
| 49 | <Compile Include="Plugin.cs" />
|
---|
| 50 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 51 | <None Include="HeuristicLab.snk" />
|
---|
| 52 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 53 | </ItemGroup>
|
---|
| 54 | <ItemGroup>
|
---|
| 55 | <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 56 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 57 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 58 | </ProjectReference>
|
---|
| 59 | <ProjectReference Include="..\EPPlus-3.1.3\EPPlus-3.1.3.csproj">
|
---|
| 60 | <Project>{7b288026-5502-4a39-bf41-77e086f3e4a3}</Project>
|
---|
| 61 | <Name>EPPlus-3.1.3</Name>
|
---|
| 62 | </ProjectReference>
|
---|
| 63 | </ItemGroup>
|
---|
| 64 | <ItemGroup>
|
---|
| 65 | <Content Include="EPPlus License-3.1.3.txt">
|
---|
| 66 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 67 | </Content>
|
---|
| 68 | </ItemGroup>
|
---|
| 69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 70 | <PropertyGroup>
|
---|
| 71 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 72 | set ProjectDir=$(ProjectDir)
|
---|
| 73 | set SolutionDir=$(SolutionDir)
|
---|
| 74 | set Outdir=$(Outdir)
|
---|
| 75 |
|
---|
| 76 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 77 | </PropertyGroup>
|
---|
| 78 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 79 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 80 | <Target Name="BeforeBuild">
|
---|
| 81 | </Target>
|
---|
| 82 | <Target Name="AfterBuild">
|
---|
| 83 | </Target>
|
---|
| 84 | -->
|
---|
| 85 | </Project> |
---|