Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj @ 17759

Last change on this file since 17759 was 17759, checked in by pfleck, 4 years ago

#3040 Added DiffSharp as alternative for AutoDiff and TensorFlowNet

File size: 4.8 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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>$(SolutionDir)\bin\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x64</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <Optimize>true</Optimize>
50    <DebugType>pdbonly</DebugType>
51    <PlatformTarget>x64</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54  </PropertyGroup>
55  <ItemGroup>
56    <Reference Include="HEAL.Attic, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <HintPath>..\..\..\bin\HEAL.Attic.dll</HintPath>
59    </Reference>
60    <Reference Include="System" />
61    <Reference Include="System.Core" />
62    <Reference Include="System.Drawing" />
63    <Reference Include="System.Xml.Linq" />
64    <Reference Include="System.Data.DataSetExtensions" />
65    <Reference Include="Microsoft.CSharp" />
66    <Reference Include="System.Data" />
67    <Reference Include="System.Net.Http" />
68    <Reference Include="System.Xml" />
69  </ItemGroup>
70  <ItemGroup>
71    <Compile Include="Plugin.cs" />
72    <Compile Include="Properties\AssemblyInfo.cs" />
73  </ItemGroup>
74  <ItemGroup>
75    <None Include="Plugin.cs.frame" />
76    <None Include="Properties\AssemblyInfo.cs.frame" />
77  </ItemGroup>
78  <ItemGroup>
79    <Content Include="HEAL.Attic.License.txt">
80      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
81    </Content>
82  </ItemGroup>
83  <ItemGroup>
84    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
85      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
86      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
87      <Private>False</Private>
88    </ProjectReference>
89    <ProjectReference Include="..\..\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj">
90      <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project>
91      <Name>HeuristicLab.Protobuf</Name>
92      <Private>False</Private>
93    </ProjectReference>
94  </ItemGroup>
95  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96  <PropertyGroup>
97    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
98set ProjectDir=$(ProjectDir)
99set SolutionDir=$(SolutionDir)
100set Outdir=$(Outdir)
101
102call PreBuildEvent.cmd
103</PreBuildEvent>
104    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
105export ProjectDir=$(ProjectDir)
106export SolutionDir=$(SolutionDir)
107
108$SolutionDir/PreBuildEvent.sh
109</PreBuildEvent>
110  </PropertyGroup>
111</Project>
Note: See TracBrowser for help on using the repository browser.