Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2994-AutoDiffForIntervals/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj @ 16739

Last change on this file since 16739 was 16739, checked in by gkronber, 5 years ago

#2994: merged r16670:16737 from trunk to branch

File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" 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>{44A10478-D290-43C2-9757-F08F5292FEA5}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Attic</RootNamespace>
11    <AssemblyName>HeuristicLab.Attic</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
35    <Prefer32Bit>false</Prefer32Bit>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
39      <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Drawing" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Net.Http" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="Plugin.cs" />
53    <Compile Include="Properties\AssemblyInfo.cs" />
54  </ItemGroup>
55  <ItemGroup>
56    <None Include="Plugin.cs.frame" />
57    <None Include="Properties\AssemblyInfo.cs.frame" />
58  </ItemGroup>
59  <ItemGroup>
60    <Content Include="HEAL.Attic.License.txt">
61      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
62    </Content>
63  </ItemGroup>
64  <ItemGroup>
65    <PackageReference Include="HEAL.Attic">
66      <Version>1.0.0</Version>
67    </PackageReference>
68  </ItemGroup>
69  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70  <PropertyGroup>
71    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
72set ProjectDir=$(ProjectDir)
73set SolutionDir=$(SolutionDir)
74set Outdir=$(Outdir)
75
76call PreBuildEvent.cmd
77</PreBuildEvent>
78    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
79export ProjectDir=$(ProjectDir)
80export SolutionDir=$(SolutionDir)
81
82$SolutionDir/PreBuildEvent.sh
83</PreBuildEvent>
84  </PropertyGroup>
85</Project>
Note: See TracBrowser for help on using the repository browser.